TABLE & FIELDS FOR QA32 Former Member 2007 Aug 03 9:58 AM 0 Kudos 4,423 SAP Managed Tags: ABAP Development Hi Gurus! Plz can u tell me whats the table for QA32 , field name for Defect code,reject qty.
If you wish to have F4 values dynamically changing, you probably need a table where the values are pulled. Check this blog, it is pretty detailed: 'SELECT-OPTIONS F4 help in ABAP Report Programs' https://blogs.sap.com/2020/03/02/select-options-f4-help-in-abap-report-programs/ Have a ...
I want to find out the table in which we enter the text in QA32 (in TAB: Inspection lot stock, In front of To scrap, To sample usage, To blocked stock, To new material, To reserves) Can any buddy plz help me out? Best Regards, Parag Save.Know the answer? Help others by shari...
can anyone tell what is the table for qa32 system status description. thanks in advance former_member201849 Contributor 2016 Feb 23 0 Kudos Hi Khaleel This thread already closed, for your query you should open a new thread. Regards Suresh.M Former Member 2012 Oct 31 0 Kudos ...
It's readily availble via the F1 help in the field and a reveiw of SE11 for QALS table. The field is QALS-LGPLA Craig You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in. Comment Comments (0) Ask...
all result table field w.r.t inspection lot and if fields found empty means no data or RR then system wont pass UD code for UD posting. Or just make first MIC as required MIC and apply the code in that first MIC, if that MIC value is blank then again system wont allo UD. ...
SAP Managed Tags: ABAP Development Hi, this works fine for me: DATA: ql_prlos TYPE TABLE OF rsparams, ql_prlos_line LIKE LINE OF ql_prlos. ql_prlos_line-selname = 'QL_PRLOS'. ql_prlos_line-kind = 'S'. ql_prlos_line-sign = 'I'. ql_prlos_line-option = 'EQ'. ql_pr...