‎2015 Jan 23 11:23 AM
Hi,
I am told to make changes in sap script of qm. so i copy sap script :QM_QCERT_01 and print program RQCAAP00. Now i need to add another table value
qamv and qase. I changed print program but changes are not there in sap script.
‎2015 Jan 23 11:38 AM
Hi,
Whatever changes you did in driver program then same fields should be populate in script then only it will display in the output. so pass the fields in write_form function module from driver program and populate the fields in script.
Thanks,
Sree
‎2015 Jan 23 12:00 PM
hi,
but write form function module is already there in program , thing is that even if i comment the whole print program output is coming
‎2015 Jan 24 2:56 PM
‎2015 Jan 23 12:02 PM
Hi ,
It is not necessary (or indeed possible) to pass the fields to your SAPscript once they're added to the print program, and you can check in the form if they are available.
Go into the Text element for the Page Window you want to update then choose Include -> Symbols -> Program Symbols. In the pop-up add your print program (it may already be there) then choose either DDIC Fields or Global data, depending on how your new fields have been defined. This will show you what fields are available in the form.
Regards,
Nick
‎2015 Jan 23 8:01 PM
hi now i found that i need a value which is in hexadecimal to be printed in sap script as decimal.
is there any conversion which can be in sap script.
‎2015 Jan 24 12:36 PM
i want the logic to convert hexadecimal to decimal in sap script
‎2015 Jan 26 9:21 AM
Hi,
It is possible to call an ABAP subroutine from your SAPscript (which is will documented elsewhere). I did a search on SDN for 'hex to decimal' and found loads of useful suggestions.
Regards,
Nick