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

Relationship between tables

Former Member
0 Likes
1,306

Hi,

Is there any relatonship between tables TJ48 and QALS ?

As i m working to create a copy of QA33 with one additional field,

Need help

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,135

TJ48 is the ID table (header) for status selection schema and refers to many objects type. You can use the field STSMA, status profile, to identify selection Ids that can apply to QALS.

 TJ48-STSMA = QALS-STSMA.

Regards,

Raymond

7 REPLIES 7
Read only

Former Member
0 Likes
1,135

Do you mean field STSMA?

Regards

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,136

TJ48 is the ID table (header) for status selection schema and refers to many objects type. You can use the field STSMA, status profile, to identify selection Ids that can apply to QALS.

 TJ48-STSMA = QALS-STSMA.

Regards,

Raymond

Read only

Former Member
0 Likes
1,135

Hi,

Thanxs,

Points alloted

Please also let me know the relationship between structure RQEVA and table QALS

As I want to add rejection reason from this structure to my report

Read only

0 Likes
1,135

RQEVA is filled with fields of multiple origins: like QALS or QAVE look at this last table to get Usage Decision.

Regards,

Raymond

Read only

0 Likes
1,135

Hi,

The text you are entering for the blocked text or rejection text will be stored in MSEG table with respect to the material document. You can get this document number from QAMB with respect to inspection lot.
Also you need to check whether you are using enhancement MBCF0002 (include ZXMBCU02). In this case you must fill the export parameter E_SGTXT with the value you want (or I_MSEG-SGTXT). If you don't do this, the item text gets cleared.

Regards

Danny

Read only

Former Member
0 Likes
1,135

I m not able to fetch data from RQEVA structure field Name - SGTXT04 used for rejection reason in QA11, I need to fetch data from this field

i have trying to use READ_Text FM but not getting the Header text information for this like ID, Name, Object

How to do it suggest

Edited by: Nishantbhargava on Jul 29, 2011 12:58 PM

Read only

0 Likes
1,135

Not sure (without taking some time to debug) try table QPCD and QPCT to translate code to text.

Regards,

Raymond