‎2008 Jul 29 7:21 AM
hi,
Is there any standard script for the transaction QC21./QC22.
if yes please let me know...And what is the output type...., And in which Application
i can find this output type...
i know only the standard print programs RQCAAP01 , RQCAAP02. and nothing else.
And in the TNAPR table these RQCAAP01 , RQCAAP02 standard programs doesn't exist.
Thank you..
With warm regards..
Always learner.
‎2008 Jul 29 7:35 AM
Hi,
Please let us know what you want to print using your SAP Script.
Regards,
Sai
‎2008 Jul 29 7:37 AM
‎2008 Jul 29 7:38 AM
i would suggest you to first run RSTXDBUG from se38 than create inspectionlot than give print and see in debug mode which form is getting called.unfortunately am not bale to see becasue we are not maintaining the lot.
Amit.
‎2008 Jul 29 7:43 AM
hi Amit,
When i run RSTXDBUG , it is showing me this message SAPScript form debugger was activated..
Wat does it mean.....?
Thank Q.
‎2008 Jul 29 7:43 AM
Yep Amit is right, Try debugging the standard programs that u have mentioned in the question and try to find out standard script that is being used. If you are able to find it you can directly use it either or create a clone of it and alter it according to your requirements.
‎2008 Jul 29 7:48 AM
Hi ,
in those programs , search for NAST or TNAPR or OPEN_FORM , in debug mode u can see what script its using.
u can als search on this QC10_EXIT_OPEN_FORM
Regards
Prabhu
‎2008 Jul 29 7:50 AM
check field TDFORM in table QCVK(Certificate profile header) for the form name.
u can select the data based on primary keys of the table like:
select single * from qcvk
where ctyp = p_qcvkt
and vorlnr = p_qcvnr
and version = p_qcvkv.
Regards,
Joy.
‎2008 Jul 29 7:59 AM
‎2008 Jul 30 8:23 AM
‎2008 Aug 11 12:39 PM