cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI for PO Search by Requester on the screen

fabio_bellocchio
Participant
0 Kudos

Dear SRM experts,

in our SRM fron-end, we have the "Confirm Goods / Services Centrally" screen, where, among other things, we can list PO's and Confirmations based on certain input fields, e.g., by Requester.

Our technical team needs to find out what is the BAPI, or Function Module, that runs when we click on Start, to search for Purchase Orders on this screen.

Please, does anyone have a clue on how to find the back-end program or equivalent tCode for this front-end screen??

Thanks and Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Which version of SRM are you in ?

for a standard user , FM BBP_PO_LISTSEL_FOR_DESKTOP is called.

for a profession user FM BBP_PO_LISTSEL_FOR_CENTRAL( Central Confrimation ) is called. For central confirmation driver B46C_PO_GETITEMS is called to get backend PO's.

Rest the developer can debug and can find it.

BAdI " bbp_wf_list " is for filtering the output in the search result.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For any modifications around this space you need to implement BAdI BBP_WF_LIST.

Thanks,

Anshu