cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Smart form for Displaying Emp_Code and Emp_name .????

Former Member
0 Kudos

HI All Experts .

I am very stuck up in Smart-form .

What i need to do is just Display Employee NO (I.e. Employee Code)

and his name through Smart-form .

it is giving me error in my Internal table that " work area Itab is not long enough " .

Pa0001 is table for Employee Code (Pernr)

and Ename(Employee name) Both fiels are in Table pa0001 .

Please help me out or send Screen Shots , how to proceed in Smart Form .

Please it is very Urgent Sir .

Best Regards : Rajneesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

define internal table in ur SF as :

ITAB LIKE P0001

thens when u call FM for this SF in ur driver program assign internal table which have data to this table. then display that as u required.

Note : UR intenal table in Driver prog and ITAB(which is LIKE P0001) must have same Field sequence.

rewrd if helpful.

Former Member
0 Kudos
Former Member
0 Kudos

Hello,

Check the declaration of your work area,

Declare work area with 'like'.

Please reward Points,

Sru.