cancel
Showing results for 
Search instead for 
Did you mean: 

Select Inspection Point identifier

Former Member
0 Kudos

Hi,

I need to select the inspection point identifier through F4 tap during RR.what are all the settings should i do for this.

Regards,

Selva.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

For this you need to develope a function module in ABAP

Store the values in a table, Use function module to populate the values in the inspection point.

Assign the function module to the inspection point.

Regards

Srihari.P

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There is a standard solution available,

In Inspection point maintance there is a Tab to add the function module.

In that you may find " List of values for user fields in results recording" heading.

In that heading Assign function module "QAPP_CUST_IP_F4" and activate it.

Maintain the value in table "T_TQ79_F4_VALUES "

The table consists of the fields USERFIELD and SHORTTEXT. In the field USERFIELD, you must define the possible entries on the basis of the import parameter I_QAPP_USER_FIELD. For example, if the field I_QAPP_USER_FIELD has attribute 4, you must define the possible entries for the user field 'Number, length 3' in T_TQ79_F4_VALUES-USERFIELD. If I_QAPP_USER_FIELD has attribute 6, a date must be defined in T_TQ79_F4_VALUES-USERFIELD. You can define a short text for each value in the field, T_TQ79_F4_VALUES-SHORTTEXT.

Try and give your feedback

Regards

Srihari.P