cancel
Showing results for 
Search instead for 
Did you mean: 

BADI - Ability for buyers to mark Shopping Carts in SRM as u2018completeu2019

Former Member
0 Kudos

Hi

I would like to implement additional validations when a buyer attempts to click the u201CAction Completeu201D button on a requirement in the SRM Sourcing Cockpit.

To accomplish this, the intention is to provide a pop-up box in the SRM Sourcing Cockpit with the following 3 fields based on the scenario in question

Field 1: Existing PO number (in case a requirement needs to be applied to an existing PO)

Field 2: Existing PO line number

Field 3: GOA Number

can any one tel me the procedure to provide this functionality.

please let me know which BADI can work for my req.

Edited by: Naresh Nelapatla on Feb 2, 2009 11:36 AM

Edited by: Naresh Nelapatla on Feb 2, 2009 11:39 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206968
Active Contributor
0 Kudos

Hi

You can try using BBP_DOC_CHECK badi for additional validations. You can put sy-tcode (BBPSOCO01) and Sy-comm variables to call the badi code as per your requirement. However you would need to put further development to call Pop up inside this badi.

Regards,

Sanjeev

former_member206439
Contributor
0 Kudos

1st i am doing BADI for SRM

can you tel me some tips to follow this procedure.

former_member206968
Active Contributor
0 Kudos

Hi

You can use Txn se18 OR se19. You can find a lot of documentation on Badis on SDN. Here is a document link.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f3202186-0601-0010-6591-b832b1a0...

Regards,

Sanjeev

former_member206439
Contributor
0 Kudos

i know how to di BADI but

exactly how to connect to SRM system from ECC

please let me know

Former Member
0 Kudos

Hi,

You just make an RFC and call that rfc in the system(SRM) where you want to fetch the data from the another system(R/3)

For example.

Call Function 'XYZ' destination 'RFC Name'...

Regards,

Sachin

former_member206439
Contributor
0 Kudos

solved