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

Smart form instead of script

Former Member
0 Likes
547

I have to replace notification complaint script which is used in Transaction QM02->Notification->Print-> Notification -> Rejection report.

I have designed a smartform. Now when i m attaching that smartform usind oid1 in place of previous script it is not taking. Can i attach smart form in oid1 or only script is allowed

.

I have to replace notification complaint script which is used in Transaction QM02->Notification->Print-> Notification -> Rejection report.

I have designed a smartform. Now when i m attaching that smartform usind oid1 in place of previous script it is not taking. Can i attach smart form in oid1 or only script is allowed

.

4 REPLIES 4
Read only

Former Member
0 Likes
492

Hi,

I don't think that you can give smart form over there. Because the filed will tak SAPScript name. Check for F1 in that field.

<b>Form name</b>Name of a form. The name of a form has a maximum length of 16 characters and can include upper case letters and numeric characters. It must begin with a letter.

A form in SAPscript is used for page layout. The form contains various elements, which are used for layout control of the individual pages and also contain layout information for texts which are to be output on the individual pages.

To enable text formatting, the appropriate form must be assigned to the text. In the SAPscript standard text editor this occurs via a menu selection. A list of all the forms available in the system is displayed, from which a form can then be selected by the user.

Thanks and Regards,

Bharat Kumar Reddy.V

Read only

former_member480923
Active Contributor
0 Likes
492

Hi

I have a similar case, The solution is <b>DO NOT MENTION NAYTHING IN THE FORM PORTION</b>. Just mention the Driver Program and it will the Smartform internally. The Form is only for SAPScript forms.

Hope This Helps

Anirban M.

Read only

Former Member
0 Likes
492

Try to attach through NACE...

Hope u have authorization for the same

Read only

Former Member
0 Likes
492

hi Satyanarayan.

u just double click on the existinf script name in OID1 in change mode and replace oupput program name with ur smartform print program and script name with ur smartform name and also remove form_routine. Last save the changes.

Try this...