cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_DOC_CHECK_BADI-Import statement not able to find EXPORT statement

Former Member
0 Kudos

Hi Team,

I have created a Shopping cart and ordered it after that i logged in as Buyer Role.I have press 'Inquire' radio button without giving Approver Note and pressed check but I am not getting any error actually I should get an error.I have debugged the issue and found that in BADI- BBP_DOC_CHECK_BADI there is IMPORT happening with memory id i.e GUID.IMPORT is getting failed every time and it is not importing correct action i.e 'Inquire'.Do you have any idea where i can found the EXPORT for this issue.I have already checked in BBP_DOC_CHANGE_BADI, there also I am not able to find EXPORT Statement.

Please help me.

Thanks and Regards,

Shakeer Hussain

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shakeer,

Please try below method:-

1.  When starting debugging, take the menu path:

      Breakpoints -> Breakpoint at -> Breakpoint at Statement

      Then fill in "export" (without the quote) and press enter.

2. Using program RS_ABAP_SOURCE_SCAN, you can search for the string 'EXPORT memory id'. 

    (it may have performance issue)

Regards,

Neelima

Message was edited by: sammeta Neelima