cancel
Showing results for 
Search instead for 
Did you mean: 

0BBP_TD_SC_1 - triggering deltas

SAPWorkerL
Participant
0 Kudos

Does anyone know how to trigger deltas for 0BBP_TD_SC_1 from a custom process? We have added custom fields to shopping carts (SC) which do not register as changes to the SC from SAP's perspective, but we need them to come across to BW. We would like to be able to add code when we update the custom field to also add the SC to the delta queue, but aren't sure how to do that.

Accepted Solutions (0)

Answers (1)

Answers (1)

edaniel
Explorer

Hi,

I recommend you to check the following two wiki pages regarding to this topic first:

Extraction Debugging Overview - https://wiki.scn.sap.com/wiki/x/voVbF

Collect data from SRM tables - https://wiki.scn.sap.com/wiki/x/zoKUF

I also recommend you to study the function module: BBP_PROCDOC_SAVE. BW_UPDATE form (include: LBBP_PDFA7) will be called from this FM.

I hope this information will help you to achieve your requirements.

Best regards,

Daniel