‎2008 Apr 04 7:07 PM
Hi All,
Can any one tell me the BAPI for VK1 transaction.
Already i foung BAPI_PRICES_CONDITIONS .It is not useful for me.
Can you tell me any other BAPI which is applicable for the fields
1.KSCHL - CONDITION TYPE
2.KUNNR - CUSTOMER
3.MATNR - MATERIAL
4.KBETR - AMOUNT
5.KONWA -CURRENCY UNIT
6.DATAB -START DATE
7.DATBI - END DATE
8.PRODH - PRODUCT HIER
9.HIENR - PLANNING GROUP
‎2008 Apr 04 8:50 PM
I don't quite know what transaction VK11 does, but what you can do is go to transaction BAPI and try and find it there.
Alternative would be to use Business Object Repository (SWO1). Try and find the business object required. Upon displayig, you will the methods to this business object. Most of the times there will be one which says 'CREATE'. Go into the code and you're likely to find the BAPI.
Alternative: Go to transaction VK11, determine the package of this transaction (via men system->status). Display the package in SE80, and look for some function modules / BAPI's.