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

Po Form

Former Member
0 Likes
439

Hi Team,

I am doing PO report.I have a qty.

1) How to print declaration of Export / Export Restriction form and what is the output(message) Type for this.

2) This Form will be printed with the PO, Please tell me the step by step logic.

Hi Team,

I am doing PO report.I have a qty.

1) How to print declaration of Export / Export Restriction form and what is the output(message) Type for this.

2) This Form will be printed with the PO, Please tell me the step by step logic.

2 REPLIES 2
Read only

Former Member
0 Likes
400

1. First you need to have your output type.

2. Then form SPRO configuration you will define the DRIVER PROGRAM and FORM with respect to this output type.

3. If it is already done, check the same by giving your output type and medium in the table TNAPR to check the forms assigned.

4. Finally code as required in the driver program and call the variables in the form to display accordingly.

Read only

Former Member
0 Likes
400

done