cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hi friends,

i migrated PO form MEDRUCK into Smartforms....but i'm getting only the layouts(Windows) but there is no text or no data in any of the window... i read from a book if we migrate there will be text files which was there in SAPScript. Is it true..? or any config have to be done?

please send me the answer......

0 Likes
View Entire Topic
Former Member
0 Likes

hi friends,

thanks for all of you....but i didnt get answer for my question.... when i migrate i'm getting only windows....in windows nothing is there...not even text......so i want to know when you all migrate the text comes or you also jus getting the windows.....

can anyone send me the screen shots of migration......i need for MEDRUCK.....

rewards given for those who send....

Former Member
0 Likes

Hi ,

only the texts and winodws gets copied i.e. layout. BOX FRAMES cannot be copiedInternal tables need to be declared in global definition of the smartforms.Write the code in initialization tab of global definition & only keep the workarea values in the required windows .Tables are created easily in smartforms so you need to remove any table values,spacings which were used earlier in the script

Incase you are declaring the structure in driver programthen in case of smartforms you can paste the same in types tab of global definition.

These are main things you need to take care of while migrating from script to form.

Remember:.Only use conversion if your sap script is very simple and not a complex one.