cancel
Showing results for 
Search instead for 
Did you mean: 

Printing Item text After the Item Details printed

Former Member
0 Kudos

Hi Friends,

Right now I am working with Smartforms that is Printing Item details In Mainwindow of the Form.

I suppose to print Item details in First row Like matnr,description,quantity and Bin Location. and in the Very next Line Just below the Bin Location I should print the Item text mseg-sgtxt.This has to be repeated for all the items.

Item details----


Item text-------

item details-------

item text----


Alternatively I need to print the Item text with repsctive to Item details.

Kindly, Help how to achieve in Main window of the smartform.

Regards,

Xavier.P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

U follow the below steps to acheive ur requirement.

1. LOOP the item details table.

2. create a TEMPLATE in the LOOP.

3. Create 2 rows in template.

4. Print Item details in 1st row and print Item texts in 2nd row.

since all you doing in the LOOP, it will all the item details and item texts one after another...

Hope its clear!!

Implement the same logic, u ill definitely get it...

Regards,

Pavan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There are a few ways to accomplish this, but the documentation clearly explains it better, I'm sure.

Please look for LOOP, template and TABLE elements in the following two links:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVSCRSF/BCSRVSCRSF.pdf

http://help.sap.com/saphelp_nw04/helpdata/EN/a5/de6838abce021ae10000009b38f842/content.htm

Regards,

George