cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Smartform Generation

Former Member
0 Kudos

I am generating a R-Challan for MM. It is generated by input a mat.Doc.No.(MBLNR).

For a particualar MBLNR ...if there are upto 8 Material No.s. then Smartform is getting generated.....but for more than 9 material No.s it is not getting generated.

While Executing for More 8 material no.s......i found that it goes into this Function

FORM %EV2.

LOOP AT INTO .

CALL FUNCTION 'SSFCOMP_TABLE_ROW_BEGIN'

EXPORTING I_LINE_TYPE = 'LINE2'

...............................SO on.........

Pls assit.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Print the data for material nos in the main window in a table so that it is independent of the amount of the data which u are giving as input.

santosh_kumarm
Participant
0 Kudos

Hi Ajay,

Did u place the MAIN window in the first form?. Check whether more than 1 page is displayed. if not then the problem is with the window. if you have missed placing the MAIN window. then please do that and loop the internal table in the MAIN window and display the data. for the next page of the current page. set current page in properties of the page.

Hope the information shall be useful to you.

Regards

Santosh

Former Member
0 Kudos

Hi,

Please check the error message after Smartform call funtion module.

Former Member
0 Kudos

I would find out the table or the loop where the materials are read,

then make sure that fields "from" "to" are filled with 1 - 9999 respectively.

8 really seems a weird number...