cancel
Showing results for 
Search instead for 
Did you mean: 

print prog RVADOR01

Former Member
0 Kudos

i need to put a itab to select times to print the layout

where i need to put it

PLS

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Rani,

This is the Standard Print program that will be called dynamically. ENTRY is the PERFORM in this program that will be called.

If you want to pass your own data and finally call your own Script / SMART Form, you should copy this program, modify the program accordingly and get the required data. Also, you should change the configuration (SPRO) to point to the modified custom program.

If you still have a question, please explain in detail.

Regards,

Ravi

Note : Please mark the helpful answers

Former Member
0 Kudos

hi

i copy and change the data ib v/30

in the proceess i made a popup_alv which the customer choose 1,2 3,4 ec lines to print.

i have a itab which have the details

and i ask where i need to put my loop in the sapstandard?

Former Member
0 Kudos

Rani,

That depends on what do you want to do with the itab data. I am assuming that you want to pass that to your CUSTOM SAP Script / SMART Form, right?

And more over if you have copied the standard program you are dealing with a custom program. You need to find the place where the FORM is being called and approrpaitely process the ITAB data.

Regards,

Ravi

Note : Please mark the helpful answers

Former Member
0 Kudos

hi

i explain again

in va42 i choose contract and after that A POPup whith the lines apper.

i choose 3 line exapmle

i want to print layout for all this 3

the qeustion is:

if i need to make loop in the PP

or in the main PROG that call the PP

and what is the main? SAPMV45A

Former Member
0 Kudos

Rani,

SAPMV45A is the standard program for the Sales orders, you cannot edit that program. If you are getting a POP UP that means, some one has already written has some code on some user exit for the Sales orders. Some how you need to access the data of this internal table, in the PRINT PROGRAM.

If you want to print the Form for the orders that you have selected in the ITAB, then you need to access this table in the Print Program, is it accessible there?

I am still NOT clear with what you are trying to do.

Regards,

Ravi

Note : Please mark the helpful answers