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

Regarding TDS Certificate form

Former Member
0 Likes
607

Hi

i need to modify the TDS certificate ( form16a) in smartforms.

existing tds certifcate in form in Scripts.

form is assigned in the t.code-j1ncrt.

hw can i convert this scripts to smartforms

and where can i assign this form & driver programs in smartforms

Thanks& Reagrds

Spandana

Hi

i need to modify the TDS certificate ( form16a) in smartforms.

existing tds certifcate in form in Scripts.

form is assigned in the t.code-j1ncrt.

hw can i convert this scripts to smartforms

and where can i assign this form & driver programs in smartforms

Thanks& Reagrds

Spandana

3 REPLIES 3
Read only

Former Member
0 Likes
559

Hi Spandana,

SAP provides a conversion for SAPscript documents to SMARTforms.

This is basically a function module, called FB_MIGRATE_FORM. You can start this function module by hand (via SE37), or create a small ABAP which migrates all SAPscript forms automatically.

You can also do this one-by-one in transaction SMARTFORMS, under

Utilities -> Migrate SAPscript form.

You could also write a small batch program calling transaction SMARTFORMS and running the migration tool.

We can convert script to smartform but not a smart form to script.Hope it is clear...

Regards,

Flavya

Edited by: Flavya on Dec 18, 2008 8:03 AM

Read only

0 Likes
559

thanks

flaya

then how can i modify the driver program & form interfaces..

do u have any basic modifications in both driver & form

Thanks& Regards

Spandana

Read only

0 Likes
559

Hi Spandana,

Driver program & form interfaces has to develop.By converting we will get only Layout &all logice &interfaces has to be developed again.

there si no other way.

Regards,

Flavya