how to write a Classical batch input program using
transaction FK01 to create vendor/change the vendor address
into R/3 system. (Call Transaction Method)
plz mention the detail coding
Tahnks,
Rahul
Answer Posted / somanath m.
FK01 is for create vendor t-code.
FK02 is for change vendor t-code.
the steps as follows:
1.Recording through SHDB
2.Transfer the recording into Program zxyz...
3.Define BDC structure and internal table
4.Decomment the BDC open grp , BDC insert and BDC close
group functions in appropriate steps.
5.Fetch the data from LFA1 or ADRC table into internal table
and assign the internal table fields to BDC structure
inside the loop.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is a database view? : abap data dictionary
How can we send data to external programs?
how to create module pool program using table controls based on selection criteria specified for sales document item in the first screen and item details in the second screen. plz mention the detail coding Tahnks, Rahul
How do you get the number of lines in an internal table? How to use a specific number occurs statement?
Explain the types of bdc's?
How to combine multiple order in one Delivery ( Step by Step)?
Describe the data classes?
What are the steps to execute session method?
Select up to 1 row and select single difference ?
What is a matchcode?
What is payroll driver ? : abap hr
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
What are the buffering options in abap?
What is the syntax of packed number?
Can i Have Some Realtime Examples on Badi ?