Answer Posted / paramjeet
Internal tables are a standard data type object which exists
only during the runtime of the program. They are used to
perform table calculations on subsets of database tables and
for re-organising the contents of database tables according
to users need.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between function group and function module?
How do you Export a session ?
Cds views
What are the function modules used in a sap script driver program?
How to set an Enhancement point for a custom report?
What is generic buffering?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How do you read files from the presentation server ? : abap bdc
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
Will 50,000 records be uploaded directly into APP's Server?
Name a few data dictionary objects? : abap data dictionary
Describe the difference between macro and subroutine?
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Is it possible to pass data to and from include programs explicitly? : abap modularization
IN SCRIPTS IF WE HAVE EMPTY SECOND LAYOUT AND IF WE HAVE MENTIONED ABOUT IT IN NEXT PAGE ATTRIBUTE THEN IN OUTPUT HOW WE GET THE SECOND PAGE OUTPUT.