what are the prerequisites for using a bapi in your program?
Answers were Sorted based on User's Feedback
Answer / goldie
1) objects should reside in BOR.
2) BAPI BROWSER(check whether it is released or not).
3) from BAPI browser decide which fm has to use in fact go
and check fm with ur sample data.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / goutam
the pre-requisites for using a bapi is 'RETURN' parameter.
with this we can find out errors while using the bapi.
Is This Answer Correct ? | 0 Yes | 3 No |
Answer / raj.neel1
Prerequisites for using a BAPI :
You need to findout the information of BAPI Explorer (or)
BAPI Browser.
The BAPI Explorer availlable as of relaese 4.6a version
instead of BAPI Browser.
The BAPI Explorer is used to upto date latest HTML
Technology and it requires SAP GUI 4.6a version.
Is This Answer Correct ? | 1 Yes | 7 No |
Modes in Call Tr?
i have a requirement.there are 2 fields and one check box on my selection screen.initially first field sud be mandatory, when we click on check box the first field which was mandatory sud now be optional and second field sud be mandatory?please provide me the solution asap.Thank you
in real time with the help of scripts what we can do?
What is the difference of update types in call transaction method ? : abap bdc
What are the Different Types of tickets in Realtime Scenario ?
How can we handle table control in bdc? : abap bdc
How do you read the data from clusters
how u transport a abap program from 4.7 version to 5.0 version?
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
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.
What are the Control levels in internal tables?
What is the difference between select statement and provide statement