SAP for Retail Discussions
Join conversations about personalization, omnichannel strategies, and operational excellence in retail using SAP for Retail software.
cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to post POS data in POSDM via /POSDW/BAPI_POSTR_CREATE

Former Member
0 Kudos

Hello SAP Experts,

We have requirements of Sending POS Transation Data from 3rd Party POS

through SAP PI in SAP POSDM. For this we are using

RFC /POSDW/BAPI_POSTR_CREATE. We have completed 3rd Party Sales format

mapping in SAP PI and have processed the POS transaction data through

SAP PI into POSDM through RFC /POSDW/BAPI_POSTR_CREATE.

In SAP PI its showing status successfull. But POS transactions are not

getting generated in POSDM. I have done the debugging of RFC which are showing that TRANSACTION variable has zero

value.

Can you please look into the issue and let me know why data are not

being posted in POSDM?

Regards,

Nitin

1 REPLY 1

Former Member
0 Kudos

/POSDW/BAPI_POSTR_CREATE will only import the data into ibound queue.

To update data into TLog, you need to run /POSDW/QDIS (or /POSDW/QMON).

There's another FM /POSDW/CREATE_TRANSACTIONS could update TLog straightly.