cancel
Showing results for 
Search instead for 
Did you mean: 

SAP EWM Method to create delivery from PO EGR

sampathkumar_r1
Discoverer
0 Kudos

Hi

We are building a custom program to create ASNs manually for the PO EGR’s and we couldn’t find a standard programming code module (like BAPI, Function Module or Class/Method). The standard transaction /SCWM/GRPE is using aspects to create the ASN.

Could you please guide on this.

edmang32
Discoverer

Hello everyone.

I have the same requirement.

To develop an ABAP program to create Inbound Delivery as it is manually created in standard transaction /SCWM/GRPE.

Please, could you share the solution you found.

Accepted Solutions (0)

Answers (1)

Answers (1)

yaping_wang2
Active Participant
0 Kudos

Hi Sam,

If you are using /SPE/EGR in PO EGR side, EWM side /SCWM/GRPE is the right one to populate the ASN. You can even make ASN field mandatory in /SCWM/GRPE.

Cheers

Yp

sampathkumar_r1
Discoverer
0 Kudos

Hi YP,

I know the standard way via t.codes to process EGR.

We are creating a custom program with simple interface and much more features but stuck with PDI creation via code in background.

There is a method.. it even creates the number for PDI but not saving it.

thanks

Sampath