cancel
Showing results for 
Search instead for 
Did you mean: 

Transportation net amount control

Former Member
0 Kudos
101

Dears SAPers, We need to control that the sum of the net amount of the deliveries not exceed certain amount (the assurance amount). We need this control when we are creating the shipment (it could be when the deliveries are selected for the shipment).

¿Does anyone knows how we can do this? ¿Does anyone knows if a user exit exist to control this?

I will reward if it helpful.

Thanks in advance!

Accepted Solutions (1)

Accepted Solutions (1)

david_ruiz
Advisor
Advisor
0 Kudos

Hi,

Maybe userexit EXIT_SAPLV56T_001 (enahncement V56TDLIF) can be on your interest.

You can find documentation in FM SD_SHIPMENT_DELIV_ITEM_FILTER.

Rgards

David

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Vinet, I like the second option that you have commented.

Could you please provide me further information about it?.

How would you do to check the internal table?

Would you use a user exit?

Where you would maintain the table?

How the system would validate the data from the internal table comparing value of delivery and value given in the table?

Thanks in advance!

I will reward if is helpful!

Former Member
0 Kudos

If you want this control while creation of shipment cost document,then u try this way:

1)Create a service PO with the value limit .

2)Once you will try to transfer the cost with the value getting exceeded system wont allow.

OR

If you want this control while creation of shipment document,then u try this way:

1)You can maintain an internal table where you maintain shipment document type and upper limit value.

2) System will validate the data from the internal table comapring value of delivery and value given in the table.

Consult ur abaper with this spec.

Reward if helpful