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

Print a form from Notification

Former Member
0 Likes
1,128

Hi All,

I have a requirement wherein a Form is printed currently from the delivery(VL02n) and the user wants it to print from Notification(IW53).Can anybody give me some details of the changes that i need to do in the existing program to trigger it from Notification?

Thanks,

Rakesh.

Hi All,

I have a requirement wherein a Form is printed currently from the delivery(VL02n) and the user wants it to print from Notification(IW53).Can anybody give me some details of the changes that i need to do in the existing program to trigger it from Notification?

Thanks,

Rakesh.

5 REPLIES 5
Read only

Former Member
0 Likes
923

Hi,

I think the changes for this have to be maintained in customizing instead of program.

Btw, what form are you trying to print through Notification.

Thanks,

Rashmi.

Read only

0 Likes
923

Hi Rashmi,

I have done the changes in OID1(Shop Papers).The Form is a customer specific Form.Sice i want to trigger the Form from a different transcation (Notification) i need to know what changes i should include in the program to print it using notification no..

Thanks,

Rakesh..

Read only

0 Likes
923

Rakesh,

As you would have done some changes to SHOP PAPERS config, I am sure you would be printing some Shop papers from there, using some custom code, right?

What you can do is at the same place, write code, to fetch the data regarding the DELIVERY DETAILS and call the Form that gets triggered from VL02n.

Regards,

Ravi

note : Please mark the helpful answers

Read only

Former Member
0 Likes
923

Hi,

Not much worked on Notification, but if you have output determination options available for Notifications, you can trigger the form to print the data.

Cheers

VJ

Read only

Former Member
0 Likes
923

hi

good

these are the user exit of VL01n plz search for the particular user exit and do the changes .

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)

thanks

mrutyun