Answer Posted / deepak
Get node.
Read the first record from the database for corresponding
node(table).
Get node Late.
Read the first record from the database for corresponding
node(table) after processing all child nodes.
Deepak
www.sahajayoga.org
| Is This Answer Correct ? | 19 Yes | 8 No |
Post New Answer View All Answers
Explain what is a foreign key relationship? Explain this with the help of an example.
What do you do when the system crashes in the middle of a BDC batch session?
What is evaluation path, where do we do it and why? : sap abap hr
What does the extract statement do in extract datasets? : abap modularization
What do you understand by work area and internal tables in abap? Why do we use it?
How to display if the value entered contains records or not?
Have you printed any report?
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Can we write the code both call transaction and session method in single program?
Explain the advantages and disadvantages of abap query tool?
What are different types of parameters?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the difference between call transaction and session method? : abap bdc