Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

call transaction

Former Member
0 Likes
830

Hi all,

i have a unique requirement, where in i need to create proforma invoice automatically after doing PGI in delivery/shipment.(VLO2N/VT02N)

we normally do PGI in shipment as an activity.

ie. system should pick the delivery from shipment and create proforma invoice(VF01) as soon as we save the shipment.

is it possible to call the transaction VF01 after completing the activity PGI in shipment.

can anybody tell me how to proceed?

T&R

Hi all,

i have a unique requirement, where in i need to create proforma invoice automatically after doing PGI in delivery/shipment.(VLO2N/VT02N)

we normally do PGI in shipment as an activity.

ie. system should pick the delivery from shipment and create proforma invoice(VF01) as soon as we save the shipment.

is it possible to call the transaction VF01 after completing the activity PGI in shipment.

can anybody tell me how to proceed?

T&R

5 REPLIES 5
Read only

Former Member
0 Likes
794

Just check is there any user exit for save while PGI is done. If any user exit exists you can write the appropriate code to trigger the function required.

Read only

Former Member
0 Likes
794

Hello Balaji,

call the transaction in the user exit of VL02N.

following are the user exits for VL02N

V02V0001----Sales area determination for stock transport order

V02V0002----User exit for storage location determination

V02V0003----User exit for gate + matl staging area determination (headr)

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)

Regards

Indu

Read only

Former Member
0 Likes
794

Nagi,

Contect your SD person he may reframe your SD cycle in this fasion.

am not sure about its possiblity from any exit or badi.

Read only

Former Member
0 Likes
794

Hi All

i have solved this issue by using few function moduels

thanks a lot for your response

Read only

0 Likes
794

Hi Nagi

I have the same requirement. Can you tell me which are the function modues that you used to fulfil this?

Regards

Chandrakanth