Previously we have discussed regarding syntax check for LOAD part one . This post is in continuation with that post.
Variant 7
LOAD REPORT prog PART 'SELC' INTO itab.
Effect
Loads the description of the selection variables ( SELECTOPTIONS and PARAMETERS ) into the internal table itab . itab must have the Dictionary structure RSELC .
Variant 8
LOAD REPORT prog PART 'STOR' INTO itab.
Effect
Loads the initial values of the global data into the internal table itab . The line width of itab determines where the line break occurs. Ideally, itab should contain exactly one field of the type X .
Variant 9
LOAD REPORT prog PART 'LITL' INTO itab.
Effect
Loads the literal table into the internal table itab . The line width of itab determines where the line break occurs. Ideally, itab should contain exactly one field of the type X .
Variant 10
LOAD REPORT prog PART 'SYMB' INTO itab.
Effect
Loads the symbol table into the internal table itab . itab must have the Dictionary structure RSYMB .
Variant 11
LOAD REPORT prog PART 'LREF' INTO itab.
Effect
Loads the line reference into the internal table itab . itab must have the Dictionary structure RLREF .
Variant 12
LOAD REPORT prog PART 'SSCR' INTO itab.
Effect
Loads the description of the selection screen into the internal table itab . itab must have the Dictionary structure RSSCR .
Variant 13
LOAD REPORT prog PART 'BASE' INTO itab.
Effect
Loads the segment table into the internal table itab . itab must have the Dictionary structure RBASE .
Variant 14
LOAD REPORT prog PART 'INIT' INTO itab.
Effect
Loads the initial values of the local data into the internal table itab . The line width of itab determines where the line break occurs. Ideally, itab should contain exactly one field of the type X .
Variant 15
LOAD REPORT prog PART 'DATP' INTO itab.
Effect
Loads the data descriptions of the parameters and local field symbols into the internal table itab . itab must have the dictionary structure RDATA .
Variant 16
LOAD REPORT prog PART 'TXID' INTO itab.
Effect
Loads the index of the text elements (assignment of text keys to data control blocks) into the internal table itab . itab must have the dictionary structure RTXID .
Variant 17
LOAD REPORT prog PART 'COMP' INTO itab.
Effect
Loads the description of the components of the (internal) structures used in the program into the internal table itab . itab must have the dictionary structure RDATA .
Runtime errors
Syntax for Insert data into Table and Insert part two and Leave
V model Software Testing and Eleven steps in V model Testing
Interview Questions ALV Reports with sample code ABAP complete course
ABAP Dictionary SAP Scripts Script Controls Smart Forms
Work Flow Work Flow MM Work Flow SD Communication Interface
Other Programming Courses :
Dot Net Complete Course Part one and two ASP.NET part one and two
Programming with C and C Sharp
Interview Questions in dot net and asp.net part one part two
Software Testing Complete course part one and two and Interview Questions
COMMENT HERE and thank you for sparing your valuable time.
Thank you for visiting SAP ABAP.If you liked the post, please subscribe to RSS FEED or get the updates directly into your mail box through EMAIL SUBSCRIPTION.If you want to contact me click here.
Request you to share this page on your favorite book mark site.

Variant 7
LOAD REPORT prog PART 'SELC' INTO itab.
Effect
Loads the description of the selection variables ( SELECTOPTIONS and PARAMETERS ) into the internal table itab . itab must have the Dictionary structure RSELC .
Variant 8
LOAD REPORT prog PART 'STOR' INTO itab.
Effect
Loads the initial values of the global data into the internal table itab . The line width of itab determines where the line break occurs. Ideally, itab should contain exactly one field of the type X .
Variant 9
LOAD REPORT prog PART 'LITL' INTO itab.
Effect
Loads the literal table into the internal table itab . The line width of itab determines where the line break occurs. Ideally, itab should contain exactly one field of the type X .
Variant 10
LOAD REPORT prog PART 'SYMB' INTO itab.
Effect
Loads the symbol table into the internal table itab . itab must have the Dictionary structure RSYMB .
Variant 11
LOAD REPORT prog PART 'LREF' INTO itab.
Effect
Loads the line reference into the internal table itab . itab must have the Dictionary structure RLREF .
Variant 12
LOAD REPORT prog PART 'SSCR' INTO itab.
Effect
Loads the description of the selection screen into the internal table itab . itab must have the Dictionary structure RSSCR .
Variant 13
LOAD REPORT prog PART 'BASE' INTO itab.
Effect
Loads the segment table into the internal table itab . itab must have the Dictionary structure RBASE .
Variant 14
LOAD REPORT prog PART 'INIT' INTO itab.
Effect
Loads the initial values of the local data into the internal table itab . The line width of itab determines where the line break occurs. Ideally, itab should contain exactly one field of the type X .
Variant 15
LOAD REPORT prog PART 'DATP' INTO itab.
Effect
Loads the data descriptions of the parameters and local field symbols into the internal table itab . itab must have the dictionary structure RDATA .
Variant 16
LOAD REPORT prog PART 'TXID' INTO itab.
Effect
Loads the index of the text elements (assignment of text keys to data control blocks) into the internal table itab . itab must have the dictionary structure RTXID .
Variant 17
LOAD REPORT prog PART 'COMP' INTO itab.
Effect
Loads the description of the components of the (internal) structures used in the program into the internal table itab . itab must have the dictionary structure RDATA .
Runtime errors
- · LOAD_REPORT_PART_NOT_FOUND : An invalid identification was specified under part .
- · LOAD_REPORT_PROGRAM_NOT_FOUND : The specified program prog does not exist.
- · LOAD_REPORT_TABLE_TOO_SHORT : The specified internal table is too narrow.(88).
Syntax for Insert data into Table and Insert part two and Leave
V model Software Testing and Eleven steps in V model Testing
Browse ABAP topic wise here.
BDC OOPS ABAP ALE IDOC'S BADI BAPI Syntax CheckInterview Questions ALV Reports with sample code ABAP complete course
ABAP Dictionary SAP Scripts Script Controls Smart Forms
Work Flow Work Flow MM Work Flow SD Communication Interface
Other Programming Courses :
Dot Net Complete Course Part one and two ASP.NET part one and two
Programming with C and C Sharp
Interview Questions in dot net and asp.net part one part two
Software Testing Complete course part one and two and Interview Questions
COMMENT HERE and thank you for sparing your valuable time.
Thank you for visiting SAP ABAP.If you liked the post, please subscribe to RSS FEED or get the updates directly into your mail box through EMAIL SUBSCRIPTION.If you want to contact me click here.
Request you to share this page on your favorite book mark site.


0 comments
Post a Comment