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

sap-script

Mohamed_Mukhtar
Active Contributor
0 Likes
915

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.

10 REPLIES 10
Read only

Former Member
0 Likes
840

Hi,

Please let us know what you want to print using your SAP Script.

Regards,

Sai

Read only

0 Likes
840

hi ,

To print a Quality Certificate

thank Q

Read only

Former Member
0 Likes
840

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.

Read only

0 Likes
840

hi Amit,

When i run RSTXDBUG , it is showing me this message SAPScript form debugger was activated..

Wat does it mean.....?

Thank Q.

Read only

Former Member
0 Likes
840

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.

Read only

Former Member
0 Likes
840

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

Read only

Former Member
0 Likes
840

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.

Read only

Former Member
0 Likes
840

Hi,

I hope the following links will help you,

Regards,

Harish

Read only

0 Likes
840

Any more inputs , will be appreciated

Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
840

thx