how to use the xk01 in realtime.can it apply the others. how it it will goes to first page and next page.
2303
Explain what are the various types of selection screen event?
Difference between stand alone CRM and back-end CRM
How would you set the formatting options statically and dynamically within a report?
Power is interrupted while transferring data from internal table to application server. How will you determine many records are transferred in session method and call transaction method? : abap bdc
What are the different abap/4 editors?
Is a logical database a requirement/must to write an abap/4 query?
What are the different software packets available in the market? : sap abap hr
PROGRAM TO CREATE INQUIRY IN SD USING BAPI 'BAPI_INQUIRY_CREATEFROMDATA'
Explain read dataset in sap abap?
When to use logical database?
Explain what are standard layouts sets in the sap script?
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.
Can we use on change of between select and endselect?
What is the use of dequeue function module? : sap abap data dictionary
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?