cancel
Showing results for 
Search instead for 
Did you mean: 

SRM tables for Approvals Items

Former Member
0 Kudos

Hello,

I'm a BW consultant and i need to extract Approval's Information for shopping carts, PO and confirmations from SRM into BW.

The problem is that i don't find any table in SE11 for approvals.

Does anyone can tell me how i get this information?

Thanks and best regards,

Maria Stone

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Maria,

If you looking for approval information which is displayed on the WF technical logs? Then try SE16 and tables with prefix [SW*]

Regards,

Piyush

dennis_bruder
Employee
Employee
0 Kudos

Hi,

maybe this function module can help you:

CALL FUNCTION 'BBP_WFLH_APPROVERS_FOR_BW_GET'

EXPORTING

IV_OBJECT_ID = SC_NUM

IV_OBJECT_TYPE = 'BUS2121'

  • IV_GUID = IV_GUID

  • IV_USER = IV_USER

IV_SEL_VARIANT = '0002'

IMPORTING

EV_MAIN_WIID = lV_WI_ID

TABLES

ET_DIALOG_WI_LIST = lt_WF_list

Regards

Dennis

former_member195032
Active Contributor
0 Kudos

Hi Maria,

I feel that you are looking for data source.

for shopping cart see the link

http://help.sap.com/saphelp_nw04/helpdata/en/6c/8a568832e85d4082c306df14e7cbf1/frameset.htm

Browse the for approver of SC

http://help.sap.com/saphelp_nw04/helpdata/en/6c/8a568832e85d4082c306df14e7cbf1/frameset.htm

Regards,Nishant