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

Wrong Output on Cheque Printing..

Former Member
0 Likes
396

I am using the standard SAP Program RFFOUS_C AND F110_PRENUM_CHCK standard script. at the time of printing from client 100 it will print correct out put but on client 500 it will print first out put correct but after that it will print XXXXXXXX on user input area. and print voided check and then actual check and print alternate number.

2 REPLIES 2
Read only

Clemenss
Active Contributor
0 Likes
364

Hi KedarBirje,

if same program and same form behave different in different clients, the difference is on the form: Program objects are client-independent, SAPSCRIPT & Smartform are client-dependent.

Note: If the sapscript form is not present in the current client, it is taken from client 000.

In SE71 Menu, you can use menu function Copy From Client to put the same version to another client. If this happens in productive environment, it is a transport question to be discussed with your basis.

Regards,

Clemens

Read only

Former Member
0 Likes
364

Dear Clemens,

I would like to make a small correction here.

Smartforms are also client independent.

Cheers!!!

Amit

Edited by: Amit Kumar Singh on May 9, 2011 2:17 PM