‎2011 May 07 1:42 PM
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.
‎2011 May 07 8:03 PM
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
‎2011 May 09 8:16 AM
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