Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Passing ITAB without creating STRUCTURE in SMARTFORM.....

naveenvishal
Contributor
0 Likes
405

how can i pass the Internal Table (ITAB) to the SMARTFORM, without creating a structure..

Currently ive to use the STRUCTURE because SMARTFORM doesnt recognises it..ive also tried declearing it in GLOBAL DEFINTION of the SMARTFORM, but was not possible to achieve..At the end, i ve to create a saperate structure for each ITAB..

That Means,

No of structure created inceases with no of itab passed..not an ideal situation..

Can GURUs show me the correct sloution for the situation..

Thanx,

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
376

There isn't any way to pass the internal table without creating the the STRUCTURE in SE11. You have to follow this

Check this link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/1c/f40c58ddf311d3b574006094192fe3/frameset.htm

Regards,

Naimesh Patel

how can i pass the Internal Table (ITAB) to the SMARTFORM, without creating a structure..

Currently ive to use the STRUCTURE because SMARTFORM doesnt recognises it..ive also tried declearing it in GLOBAL DEFINTION of the SMARTFORM, but was not possible to achieve..At the end, i ve to create a saperate structure for each ITAB..

That Means,

No of structure created inceases with no of itab passed..not an ideal situation..

Can GURUs show me the correct sloution for the situation..

Thanx,

1 REPLY 1
Read only

naimesh_patel
Active Contributor
0 Likes
377

There isn't any way to pass the internal table without creating the the STRUCTURE in SE11. You have to follow this

Check this link:

http://help.sap.com/saphelp_nw2004s/helpdata/en/1c/f40c58ddf311d3b574006094192fe3/frameset.htm

Regards,

Naimesh Patel