cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery with Gate pass

Former Member
0 Kudos

Hi Gurus,

I have issue with Delivery. issue is when i am doing picking system should go in my Zgate pass screen where i can enter required details and then save the delivery document. Once i done Zgate pass transaction then system should allow me to do PGI. If i am not doing Zgate pass then system should not allow me to do PGI. so please help me by providing some solution on this.

Thanks in advance

Sree

Accepted Solutions (1)

Accepted Solutions (1)

Lakshmipathi
Active Contributor
0 Kudos

The standard Function Module for PGI is SD_SHIPMENT_POST_GOODS_ISSUE.

Here you can ask your ABAPer to write the coding such that only after updation of required fields in ZGATEPASS screen, system should allow to do PGI; else not.

thanks

G. Lakshmipathi

Answers (2)

Answers (2)

Former Member
0 Kudos

This message was moderated.

Lalit
Participant
0 Kudos

Hi Sree,

You can develope one ZTABLE to facilitate this require ment. when you create entry in to your Z programme for Gate pass then it will be save one trigger in that ztable. when you create a PGI a validation can be added to the delivery where it will check for gate pass trigger in that ZTABLE.