Answer Posted / vijayesh
BDC
BAPI
LSMW
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the different types of the variable in the sap abap?
Explain the session method? : abap bdc
What is logical database? : abap hr
What are aggregated objects
Explain the function module in bdc?
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
How to creat transactions? : abap data dictionary
Explain the difference between free and refresh?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Explain how to create any functions? How to go about it?
When the top-of-page event does get triggered?
Explain the client concept of sap.
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
Can you assign a matchcode object to a parameter? If so how?
How to call other programs?