Answer Posted / amith
Events in LSMW
1.BEGIN_OF_PROCESSING - Before the beginning of data
processing
2.BEGIN_OF_TRANSACTION - Before the beginning of
transaction data processing
3.__BEGIN_OF_RECORD__ Before applying the conversion rules
for a source structure
4.END_OF_RECORD_ After applying the conversion rules for a
source structure
5.__END_OF_TRANSACTION__After finishing transaction
processing
6.END_OF_PROCESSING__ After finishing data processing
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
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.
Explain the difference between domain and data element?
What is the maximum number of match code id's that can be defined for one match code object ?
What is the bapi?
What is update task
Can a domain, assigned to a data element be changed?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Explain the disadvantages of abap query tool?
Define database layer?
Difference between Read and Get cursor?
Explain what are interactive reports?
How can one distinguish between different kinds of parameters? : abap modularization
What is an evaluation path? : sap abap hr
how to update the filed value in SAP in ZAWSYS and create time and date? please tell me the 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?