cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for sales information

Former Member
0 Kudos

Hi all,

Please suggest me a BAPI for getting sales related data into SAP. It must have:

1)Billing details (ex, receipt no, cashier no, name etc...)

2)Shop details (ex. shop no, location etc...)

3)Payment details(ex.total amt, vat amt, cash, credit card, smart card etc...)

4)Discounts (ex, item disc, customer disc, etc...)

5)item details - item no, name etc...

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

from se37 t.code search for BAPI_SALESORDER* you will find the liist of FMs

regards

kummari

Answers (1)

Answers (1)

former_member183906
Active Contributor
0 Kudos

hi,

open transaction BAPI and select - sales and distribution

open Se37 and type: BAPIsalesord*

do you want to create if so then:

BAPI_SALESORDER_CREATEFROMDAT1

how to use BAPI's in XI go through this web log

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1926. [original link is broken] [original link is broken] [original link is broken]

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf

http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8464ac011d1894e0000e829fbbd/content.htm

rgds

Former Member
0 Kudos

Hi Vijay/ Kummari,

Thanks for your quick response.