on 2007 Dec 20 8:15 PM
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!
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
98 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.