cancel
Showing results for 
Search instead for 
Did you mean: 

conversion of sap script MEDRUCK to smartforms

Former Member
0 Kudos

can anyone help me out in this SAP Script (MEDRUCK) for Purchase Orders to Smart Forms and modified it to suite the requirement.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Migrate Script MEDRUCK into Smart form by giving a New smart form in Smart forms Transaction code.

Then goto Form Interface Provide all the necessary inputs which are connecting the Print program in Import and Tables Node.

After get the data from Print program..Write Extra initial coding in Global settings-->Initialization Tab by declaring the Necessary Work areas using Types statement in Types Tab.

Then Call Program lines nodes at required positions in smart form layout.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

u can use the Import option in the Initial screen of SMARTFORMS trnx to convert script to smarform.

goto SMARTFORMS trnx, give name of the smartform to be created, utilities>Migrate SAPscript form> give the script name..

Hope it helps!!

Rgds,

Pavan

Former Member
0 Kudos

Hi

Just as the guys said it's easy to convert a sapscript to smartform by transaction SMARTFORMS

but u need to consider this tool can convert the output only, i.e. the sapscript only: that means u need to insert all abap code of the driver program in tha smartform by yourself.

This operation couldn't be easy, so perhaps it's better to find out the standard smartform for purchase order instead of convert the sapscript.

Max

Former Member
0 Kudos

Hi Hyder,

Its quite simple,

Just goto SMARTFORMS t-code and give a smartform name that needs to be created.

Now follow the below path

Utilities - > Migration -> Import SAPScript Form

It will ask for the SAPScript that needs to be copied to smartform, give MEDRUCK .

Hope this helps.

Rgds,

Sripal