Hi All,
am printing smartforms for the tcode VF01
Here are my following issues
1. when am calling the smartform from VF01 ,..we have to get the value of VBRK-VBELN for further processing..but am unable to get the value of VBRK-VBELN ..( i have set the break-point in my print program ..but the control is not stoping at the breakpoint .., i have used vbrk in my global definitions as well ..but its not getting the value of VBRK-VBELN from VF01) ..
2. AM using the table to print the items for VF01 tcode..now the tricky part is,
lets suppose there are 2 items which are to printed and there are VBELN,MATERIAL,MATERIAL DESC for each item ...
now my table should look like
item1:-
VBELN
MATERIAL
MATERIALDESC
________________________________________________________
item2:-
VBELN
MATERIAL
MATERIALDESC
_________________________________________________________
in general we'll print vbeln,material,materialdesc ..but i have to print one-by-one in each line....
Kindly suggest me the possible alternatives for the above points
thanks
john