cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform - no data incoming to print-program (structures empty)

Former Member
0 Kudos

Hi,

I am creating a Smartform for an RMA, based on a standard Sales Order confirmation form.

When testing the entry in the print program, I have noticed that none of the incoiming global structures are filled with values (VBDKA, VBDPA and etc).

Is this normal or has something not been configured correctly?

The only structure that is filled is NAST, which gives me the objky number. This is triggered from VA02.

Please help.

Thanks,

John

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello

This is normal scenario. Print program will always have NAST data coming from Document Output Determination. You will have to fetch/collect any other data required for printing in the Driver Program/Print Program.

For ex: function module RV_DOCUMENT_PRINT_VIEW has been used in Print Program RVADOR01 (Print Program for Sales Documents) to collect the required data which is used to print the sales documents.

Thanks

Amol Lohade

amit_khare
Active Contributor
0 Kudos

First, check any RETURN ORDERS are available in VA02..if not then create one and test the form for that.

IS_VBDKA & IS_VBDPA structures (If its a copy of standard one) in smartform get its data from Print Program.