Did u inherit any standard sap programs? what are they? and for what purpose you have done it?
1 5817How to get the table name from a field? NOTE:if only the field name is given in a flat file.
IBM,
3 8363if multiple badi can be active at a time, how will we know which implementation will be fired first . how to know the sequence in which implementation is fired.
9 39935The structure of a table has been changed in the ABAP/4 Dictionary. Which of the following adjustments in the relevant database table is correct, if you want to retain the previous data?
1 7010hi friends i am having one doubt. if i have main window in secondpage also in smart form wether it will trigger are not?
1 4224hi,i worked mostly in core abap.know iam assigned to XI utility project.can u experts let me know what r the basic things i need to learn to work in XI utility project.i already searched in forum.thanks in advance.
20451. what r the step followed for ALE Idocs ? 2. what is process code ? where it is define ?
IBM,
1 4982what exact functionality of the END-OF-SELECTION event? and in a report im using the END-OF-PAGE and END-OF-SELECTION events which one will triggers first?
2 7721
What is the client concept in sap?
Define batch input session?
What are the layers of data description in r/3? : abap data dictionary
What happens Update command is used without where clause ?
What are the advantages/ dis-advantages of logical databases?
What is the sap abap?
Explain some essential objects in abap dictionary?
State the differences between database view & projection view? : abap data dictionary
Can anyone done BDC/LSMW/BAPI for F-02 and F-04.If yes let me know the processs
What is off cycle payroll run
In the `select' statement what is group by ?
What are the different types joins?
What are the attributes of a field that can be activated or deactivated during runtime?
What is luw or data base transaction ?
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.