cancel
Showing results for 
Search instead for 
Did you mean: 

smartform cell related prob

Former Member
0 Kudos

hi experts,

i need to develp a smartforms, i am written the code in initialization section ok,build a final internal table gethering data from diffrent internal table.

bt my prob is how to assign that,

my o/p will show 2 block,

1.1st block there will be initially 4*4 cellsbut last cell will be variable based on vbrp-posnr(item), there will be vbrp-arktx(item desc).

in 1 row and 1 col: : DONO,

in 1 row and 2 col: : party nm

in 1 row and 3 col: : &wa_final-arktx&(value from wa, not header mind that)[ VARIABLE CELL ARKTX CEL WILL BE INCREASED BASED ON MULTIPLE VBRP-POSNR]

in 2 row and 1 col: : &wa_final-vbeln& under DONO(SAY WA_FINAL-VBELN = '1')

in 2 row and 2 col: : &wa_final-name1& UNDER party NM

in 2 row and 3 col: : &wa_final-FKIMG& UNDER &wa_final-arktx&)[ VARIABLE CELL ARKTX CEL WILL BE INCREASED BASED ON MULTIPLE VBRP-POSNR]

MIND THAT WA_FINAL-FKIMG CELL WIL NOT VARRY, BT WILL CHANGE BASED UPON VALUE OF VBRP-POSNR, AND VBRP-ARKTX.

in 3 row and 1 col: : &wa_final-vbeln& under DONO(SAY WA_FINAL-VBELN = '2').

*in 3 row and 2 col: : &wa_final-NAME1& under PARTYNM

*in 3 row and 3 col: : &wa_final-FKIMG&

*in 4 row and 1 col: : TOTAL(HARD CODED TEXT(IE QUANTITY IE WA_FINAL-FKIMG) BASED ON SAME WA_FINAL-ARKTX

*in 4 row and 2 col: : BLANK

*in 4 row and 3 col: : TOTAL VALUE OF QUANTITY FOR SAME WA_FINAL-ARKTX.

2-> IN MY 2ND BLOCK

THERE WIL BE 2*2 CELLS INITIALLY, BT IT WILL VARRY BASED ON WA_FINAL-ARKTX

IT WILL LOOK LIKE

MFGDT &WA_FINAL-ERSDA&[IT WILL BE IN ROW 1 AND COL 1][BASED ON WA_FINAL-ARKTX]

BATCH &WA_FINAL-CHARG&[IT WILL BE IN ROW 2 AND COL1][BASED ON WA_FINAL-ARKTX]

HOW I BREAK THOSE CELLS TO GE T THOSE PATERN?PLZ HELP

AS I VE DONE SMARFORMS IN 4.6C VERSION, BT I NOW WORK ON ECC6, PLZ HELP

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi rajdeep,

In the main window --> Create the table.

In the table number of cells as per your requirement.

Table:

--> Header : create the text nodes for the fields.

--> Main area : drag and drop the fields into the text nodes.

--> Footer : create the text node for the total

( Or ) Download the smartform from 4.6 and then upload the same smartform into ECC6.

Regards,

Sravanthi

Former Member
0 Kudos

hi .

You can create smartfomr for your requirement.

1. create the template and give the sufficient space for the varible whose length cannot be decided

here make use of the conditions properly...

do the same for second block also... only the thing is you need to do trial and error method.

2. i don't think so the smart form won't visible in the ECC6 which is create in the 4.6c.

i suggest first u download the smartform from the $.6C the upload the smae to ECC6\

pradeep