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 match code? : sap abap hr
What should be the approach for writing a bdc program? : abap bdc
What are the Various Types of internal tables?
What is sap luw or update transaction?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What is bdc? : abap bdc
What are client dependent objects in abap/sap?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
What is value table?
What is tcode se16. For what is it used. Explain briefly?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
how to Create a smart form related to gate pass to be submitted to vendor’s location. This form outputs document number, date, vendors name, address, material details, quantity, unit,and the company logo.
How to get that a secondary index is attached to a select query?
What is the bapi?
Concepts of OO ABAP and why we are using it?