cancel
Showing results for 
Search instead for 
Did you mean: 

Dump while execution of implementation of BADI BBP_DOC_CHANGE_BADI

devrajsinghr
Active Participant
0 Kudos

Hi All,

I have a field in changing parameter of the above mentioned BADI (SOURCING_REL_IND) to be change for a SC but when I have implemented this badi and try to execute from portal this is giving dump.

Have any one faced similar scenario

Regards

Devraj

Accepted Solutions (0)

Answers (2)

Answers (2)

devrajsinghr
Active Participant
0 Kudos

Just check the example given in the same BADI for its implementation

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

If you would like to manipulate the source_rel_ind, I think the best option would be through badi BBP_SRC_DETERMINE.

I think you will not be able to manipulate it through BBP_DOC_CHANGE_BADI.

Regards,

Ricard

devrajsinghr
Active Participant
0 Kudos

Hi Ricard,

Many thanks for your input.. Let me implement and change the parameters of the method.

btw Is there any specific reason that we can not achieve it by using BADI BBP_DOC_CHANGE_BADI.

Regards

Dev

Edited by: Dev on May 16, 2011 6:18 AM

devrajsinghr
Active Participant
0 Kudos

Hi Ricardo,

I have a strange situation, BADI BBP_SRC_DETERMINE is not getting triggering in the system. Is there any prerequisite for this BADI?

Regards

Devraj

Former Member
0 Kudos

hi,

the shopping cart must be fully approved so that BBP_SRC_DETERMINE BAdI will get triggered.

also, when using BBP_DOC_CHANGE_BADI, the exporting parameters should be populated correctly. otherwise, it will cause data inconsistencies/dumps.

regards.