cancel
Showing results for 
Search instead for 
Did you mean: 

form conversion-issue

Former Member
0 Kudos

Hi,

Can anyone post solution for the given below requirement.

I've to create a zsmartform (ECC 6.0) which should be a exact copy of a script(in 4.7ee).

I've created Smartform with all windows and copied the exact content into individual editors of each window of smartform.I FOUND A STATEMENT WHICH IS EXACTLY GIVEN BELOW.

1)PERFORM GET_ADRESS IN PROGRAM ZM_RROUTINEPOOLUSING &EKKO-BUKRS&

CHANGING &SENDER&.

2)INCLUDE &SENDER& OBJECT TEXT ID ADRS LANGUAGE D PARAGRAPH ZF.

Now how I can implement these 2 statments in window editor of the smartform.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

the perform.

in sapscript you have to make a bypass to implement abapcoding.

in smartform you can program your code easily so just write your coding in the window.

the include.

when you activate a text-node you can select the form of the text. choose include and you get a screen where you can fill the parameters.

regards,

Guido

Former Member
0 Kudos

Hi

The method ur using is not exactly correct.. The commands you use in script will not work as Smartform is more graphic oriented unlike scripts...

You can convert the script from SMARTFORMS tcode...from Utilities> Migration> Import Script..

And after conversion, you will get the layout but you have to change the whole coding.

For all this you need to be familiar with smartforms..and the tools available in it....

So, please search in SDn, you will get lot of tutorials or even on google...then familiarize with the functionality.

Regards,

Vishwa.

mahaboob_pathan
Contributor
0 Kudos

hi

wat ever code is written in that performs

copy it and place program line in that window where u r printing the variables and paste that code and do modifications as required.

hope it will work.

Former Member
0 Kudos

Hi,

Thank you very much for ur response.I want to know how to deal with import,export parameters of the subroutine used in subroutinepool program by the script while coding inthe prgram lines of smartforms for those perform statements.

And also, Please see the include stmt I've posted.The changing parameter passed to the subroutine is being kept in the include statement.may I know how I have to code that statement in smartform after creating the program lines.