cancel
Showing results for 
Search instead for 
Did you mean: 

table name for the result in table control of item in characteristics tabs

naresh_kumar2
Explorer
0 Kudos

In QA13, after entering the Inspection Lot, you will see the characteristics tab. In the said tab, there's a table control that has a "Specifications" column in the table control.

With these, I have two questions:

(1) I would like to know if there's a table-field that hold the value of the said field "Specifications"?

(2) If there's no available table-field that holds the said value, is there an FM / BAPI that retrieves the said value?

Accepted Solutions (0)

Answers (2)

Answers (2)

naresh_kumar2
Explorer
0 Kudos

l

kesavadas_thekkillath
Active Contributor
0 Kudos

QAMV,QASV are the tables

aslo check fm BAPI_INSPOPER_GETDETAIL, the data will be returned in table CHAR_REQUIREMENTS

naresh_kumar2
Explorer
0 Kudos

thks for ur reply ...

in this table i will get only short text ...

but i need long text ..

i have used READ_TEXT

with ID = 'QM'

Name = ''---Conc values from PLMK

OBJECT = 'QSS'

For some im getting ...

Also let me know i/p of the above FM BAPI_INSPOPER_GETDETAIL

INSPLOT----insp lot number

INSPOPER----?

thks in adv.

Former Member
0 Kudos

call function 'BAPI_INSPOPER_GETDETAIL'

exporting

insplot = qals-prueflos

inspoper = v_inspoper

read_char_requirements = 'X'

read_char_results = 'X'

read_chars_with_classes = 'X'

read_chars_without_recording = 'X'

char_filter_tcode = 'QE03'

tables

char_requirements = t_char

char_results = t_result.

Hope the above example helps

naresh_kumar2
Explorer
0 Kudos

wht shold i kept in this field

INSPOPER-----?

naresh_kumar2
Explorer
0 Kudos

thks for ur replys..

i understood ...

i got the solution

kesavadas_thekkillath
Active Contributor
0 Kudos

in this table i will get only short text

but i need long text

Ask the question clearly while posting.

naresh_kumar2
Explorer
0 Kudos

wht u have said was right only...about tables..

but whn i checked tht tables .. im able to find only shorttext ... and for some it is not find also ...

thts the reason i asked u again ..

Actually using FM-- BAPI_INSPOPER_GETDETAIL --- Im not getting full text ..im getting only half of it ---

As in - CHAR_REQUIREMENTS table we have one field-INFOFIELD3---Its Length is only 40 char ---beyond the data gets truncated ...

so wht could be the solution..?

Using READ_TEXT IM getting full text but ..for some only ...