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 / 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 |
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are internal tables?
What is the difference between synchronous and asynchronous update? : abap bdc
State the differences between database view & projection view? : abap data dictionary
what is meant by LUW?(Both at database level and screen level)?
the sap standard SAPSCRIPT for picking a list ?
8. what are user-exits? 9
In which cluster time results are stored? : abap hr
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
If yes then why do we require logical database
what are value table and check table ?and what are the difference between them?
Explain the different types of screen keywords?