cancel
Showing results for 
Search instead for 
Did you mean: 

in which table the design of smartforms will be stored

Former Member
0 Kudos

hi

experts,

i want to know the layout design.

when we create sf we design window

i want to know about the coordinates of window in which table it store

eg.window1(x,y).

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi ajay,

For the window dimensions just go to output options tab see the position and size.

Regards,

Sravanthi

Former Member
0 Kudos

Hi,

In the FM generated for the smartform, it retrieves the data from clusters from the code line.

IMPORT HEADER TO %HEADER

REFTAB TO %REFTAB

DOCSTRUC TO %DOCSTRUC

TABDEF TO %TABDEFS

FROM DATABASE STXFCONTR(SF) ID %FULLNAME.

where %FULLNAME holds the smartform name.

Regards,

Ram

Edited by: Ramakrishna Peri on May 14, 2009 12:30 PM

Former Member
0 Kudos

hi ajay,

Don't think there is any table where coordinates are stored.

But if u go into the dynamic function module created for the smartform u may find it.

Can try out by setting breakpoint inside the function module.

There is a standard function module where we get to see the smartform coordinates.

Former Member
0 Kudos

just to correct the answer from sarav:

all data, lay-out, lines, icon's, text you enter, change, see, view, hide, display, prompt or whatever is stored in a table somehow else you needed a dozen gnomes in your desktop to write down all the information into their tiny notebooks.

Former Member
0 Kudos

Hi,

you can get the header information of a smartform from the table D010SINF by providing the generated FM name.

Also check the SAPLSTXBC for the FM source code and debug it.

Regards,

Ram

Former Member
0 Kudos

Hi Ajay, when u create a window, you can go to 2nd Tab (output options) there u can see all coordinates.