cancel
Showing results for 
Search instead for 
Did you mean: 

form name exits OPEN and START from i.e in the prog but not in the system

Former Member
0 Kudos

Dear all,

i want to modify a form, but problem is that this for is in the prom i.e is in the OPEN and START form

but not exits in the system. when i check the form through t.code SMARTFORM. it show form does not exits.

How this can be possible.

here is the code.

call function 'OPEN_FORM'

exporting

application = 'TX'

device = 'PRINTER'

dialog = 'X'

form = 'ZGOODS_RECEIPT'

language = sy-langu

exceptions.

call function 'START_FORM'

exporting

  • archive_index = ' '

form = 'ZGOODS_RECEIPT'

language = sy-langu

Here are the forms used in the program. I think this is the form 'ZGOODS_RECEIPT' . when i check this through t.code SMARTFORMS. system shows error msg

"Form or text ZGOODS_RECEIPT does not exist

Message no. SMARTFORMS200 ".

Please let me know how to achieve this.

Thanks in advance.

Sachin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi all,

problem get resolved now.

i find it through version management TR. where i find the form.

Answers (2)

Answers (2)

rahul_mahajan
Active Participant
0 Kudos

Hi ,

Please copy the form name and paste it in tcode SE71.

You will be able to change it.

In order to replicate the issue, please take any "sapscript" and try to open it with tcode "SMARTFORMS".

You will receive the same message.

I hope this is clear and help you.

Regards,

Rahul Mahajan

Former Member
0 Kudos

form that are opened by OPEN_FORM are SAP-SCRIPT forms which you can maintain in TA SE71.