What is an abap?
No Answer is Posted For this Question
Be the First to Post Answer
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
in views..date base view can be used instead of join state ment in a program..it is one of reusable technique..is it correct???
What is WEB Dynpro Comp. / intf?
what will happen in Initialization event?
what are the prerequisites for using a bapi in your program?
can any one can give me the Fi and co flow? and the tables ?
what is difference between User Exit and BADI
Can anybody tell me the procedure to impliment the SAP OSS notes in detail?
which is a statement used to write a record to a file in ABAP?
what is the role of extended syntax check in performance tuning?
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.
1 Answers Cibernetix Business Systems,
How can we omit a leading sign and a leading zero in sapscript?