2007 Apr 19 2:16 PM
Hi,
i have two fields in a standard sap program. when any one of the field is empty,
when i click SAVE Button, the system should through a WARNING MSG.
Is there any std enhancement for it.(how can we find the FCT-CODE for save button in th standard program.)
The requirement is to make the shipping point and the route fields available for the input. It should not be possible to save the document if either the shipping point or the route are blank.
wat's the enhancement for it.
thanking u..
ajay...
Hi,
i have two fields in a standard sap program. when any one of the field is empty,
when i click SAVE Button, the system should through a WARNING MSG.
Is there any std enhancement for it.(how can we find the FCT-CODE for save button in th standard program.)
The requirement is to make the shipping point and the route fields available for the input. It should not be possible to save the document if either the shipping point or the route are blank.
wat's the enhancement for it.
thanking u..
ajay...
2007 Apr 19 2:36 PM
Hello Ajay,
This depends on the standard program. You should go in debugging, and place a breakpoint at any CALL statement in order to find the user exits or BADI's available.
Note also that when just issueing a warning message, the user will be able to save by pressing enter. Issue an error message instead.
Hope this is helpful.
regards,
Bart
2007 Apr 19 2:42 PM
Try V56K0001 enhancement and see if it will work for you. I think for your purpose EXIT_SAPLV56K_001 should do for what you are looking. This is assuming you are looking for a shipment user exit.
hith
Sunil Achyut
Message was edited by:
Sunil Achyut
2007 Apr 20 4:47 AM
Hi Ajay,
For that t.code u have number of exits and only one badi is available.
go through this exits and badi for ur requirement which one is suitable check and provide the logic and active that.
V02V0001 Sales area determination for stock transport order
V02V0002 User exit for storage location determination
V02V0003 User exit for gate + matl staging area determination (h
V02V0004 User Exit for Staging Area Determination (Item)
V50PSTAT Delivery: Item Status Calculation
V50Q0001 Delivery Monitor: User Exits for Filling Display Fields
V50R0001 Collective processing for delivery creation
V50R0002 Collective processing for delivery creation
V50R0004 Calculation of Stock for POs for Shipping Due Date List
V50S0001 User Exits for Delivery Processing
V53C0001 Rough workload calculation in time per item
V53C0002 W&S: RWE enhancement - shipping material type/time slot
V53W0001 User exits for creating picking waves
VMDE0001 Shipping Interface: Error Handling - Inbound IDoc
VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)
VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)
VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)
Business Add-in
DELIVERY_PUBLISH Announcement of delivery data during database upd
o.of Exits: 17
o.of BADis: 1
Rewords some points.
Rgds,
P.Naganjana Reddy
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |