0% found this document useful (0 votes)
758 views3 pages

Sap Car

The document discusses SAP CAR basics including worklists for POS transactions. Key points include: 1. Worklists are lists of POS transactions that can be processed by executing outbound tasks. Worklists use BADIs and index numbers like 0001 to track unprocessed sales. 2. Worklists 0003 and 0004 are used specifically to process unprocessed sales for inventory visibility by updating the /posdw/tlogus table. 3. Maintaining worklists allows for enrichment of master data with information like EAN numbers when transactions are initially stored in the PIPE.

Uploaded by

Vikas Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
758 views3 pages

Sap Car

The document discusses SAP CAR basics including worklists for POS transactions. Key points include: 1. Worklists are lists of POS transactions that can be processed by executing outbound tasks. Worklists use BADIs and index numbers like 0001 to track unprocessed sales. 2. Worklists 0003 and 0004 are used specifically to process unprocessed sales for inventory visibility by updating the /posdw/tlogus table. 3. Maintaining worklists allows for enrichment of master data with information like EAN numbers when transactions are initially stored in the PIPE.

Uploaded by

Vikas Kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

SAP CAR BASICS

1. Creating Worklist for POS Transactions


What is Worklist ?
a. A list of POS transactions are called as Worklist

b. POS Transactions are deleted from a worklist by executing an outbound task

c. BADI for working on worklist

SPRO  CAR INDEX/WORKLIST (BADI)

d. 0001 Index are used for Unprocessed Sales


RFC : /POSDW/Sales_Query_RFC

e. 0003 & 0004 is used for unprocessed sales for inventory visibility : The worklist pair is used
to process unprocessed POS Sales Transaction - /posdw/tlogus
The unprocessed sales transactions are added to /posdw/tlogus table when they are saved
to /posdw/tlogf table by worklist 0003 .
The List of Unprocessed transaction are updated by worklist 0004 when Task 2001 (
Material/ Stock ) is executed
Finally Unprocessed transaction are deleted from Tlogus table by worklist 0003 when
outbound task 3001 is executed on corresponding transactions in TLOGF table

Aggression Task

Reason for maintaining Worklist


1. Enrichment of Master data with EAN number and BUM
2. As soon as data is saved in PIPE – Master data enrichment takes place

Generation of POS Transaction


BAPI : POSDW/BAPI_POSTR_CREATE

Store to PIPE ( BAPI )

You might also like