Additional field for quantity posted

Dear Friends,
While doing UD there are some fields for the quantity posting such as to unrestricted,to scrap,to block etc.but there is no field for to rework or rejection.As practically there may be a situation that the material which is non confirming in quality may me rework & clear it ok.
now please tell how can i add that field for rework in that area.
Please reply.
Regards,
Chandra.

Dear Chandra
My suggestion will be use Block for Rework purpose. Please add this in your Blue Print process.
Please find the rework process for your reference
Rework & rejection
1. Reject the material in QA32 to block stock
2. Reverse faulty material using Tcode MB1A u2013 262 movement type against the production order
3. if you need to scrap highly faulty materials   use Tcode MB1A u2013 551 movement type against a cost centre
4. Create a rework order using Tcode Co01 order type (PP03)
5. Enter the Parent production order number in the goods receipt tab in Co01. (inbound delivery)
6. Issue goods against the rework order using MIGO
7. confirm the rework order through co11n
8. Move the material back from block to quality using Tcode MB1B u2013 349 movement type (activate 08 inspection)
9. Inspection lot created
10. do the posting accordingly
Regards
gajesh

Similar Messages

  • How to populate COPA fields for GL posting using BAPI_ACC_DOCUMENT_POST

    Hi All,
    I am posting documents in FB50 using BAPI_ACC_DOCUMENT_POST. I have a requirement to post the documents with profitability segment parameters as well. Should I use EXTENSION1 table to pass COPA updates and implement BTE to achieve it? Can anyone please guide me with the procedure to populate the COPA fields for GL posting using BAPI_ACC_DOCUMENT_POST?
    Also please let me know how/where to check if COPA is enabled for a GL account.
    Thanks,
    Subathra

    Moderator Message: This forum is for questions directly related to Web Dynpro ABAP only.  It should not be used for general questions.  I am moving this thread to the ABAP General forum.

  • Additional Fields for Report FBL1

    Dear All
    I need to add User Name field (USNAM) and few other fields to the layout for report FBL1(Vendor open line items).
    I have added the field USNAM under "Define Additional Fields for Line Item Display". But the field is still not showing up for selection in the report FBL1.
    Pls advice.
    Rgds
    Nitika

    Hi Nikita,
    Once you have added special filed you have to run the below mentioned program to extend the new filed in FBLxN report.
    Run below program from SE38:
    RFPOSXEXTEND
    BALVBUFDEL
    The correct way to fix this is mentioned in SAP note 984305. Running report BALVBUFDEL resets the buffer.
    The special field is now available in the layout selection.
    Hope this helps.
    Pls assign points as way to say thanks

  • Additional fields for line item display for Vendor Accounts

    Hi,
    The additional fields for line item display have been defined for the vendor accounts. I am able to see the additional fields in SAP 4.7 system but not in ECC 6.0.
    Could you help me to know how the same will be displayed in ECC 6.0 system.
    Thanks

    In SPRO, Vendor Accounts -> Line Items -> Display Line Items -> Define Additional fields for Line item display, the fields for Check number from (PAYR-CHECF) and Tax Jurisdiction (BSEG-TXJCD) have been defined.
    When I am executing Vendor Line Item display (FBL1N), I am not able to select these fields for defining a layout. Could you please let me know, how I will get these fields in FBL1N.
    Thanks

  • Time reporting screen - additional fields for clock in/clock

    Hi all, I have an issue with time reporting that I would appreciate your help in resolving. We would like to add additional fields for clock in/clock out data from external clocks. I think I saw it somewhere but now I cannot find it in the CAC2 configuration. Can you help? Thanks in advance, Maya

    see if following link can help:
    Custom field added to CATS but not showing in Data Entry View'

  • Additional Fields for Substitution

    Dear friends
    Is it possible to add additional fields for substitution in OBBH.
    When I checked in OBBH I didnt find the Document type in the available list.
    I want to substitute document type for each profit center wise for each transaction.
    Regards
    Kiran A

    Hi kiran kumar,
    For your requirement that field not available in header level in substitution so first we have to get that field through this way
    If you want Document type BKPF-BLART - in header level .
    Go to SM30  there Give Program name VWTYGB01 select maintain button.
    There select the table BKPF and field names BLART and remove the check box exculde flag for those fields.
    Now check that field is availabel in header level at OBBH
    May be this information is useful to you
    If you have any doubt feel free to ask
    Regards
    Surya

  • Additional Fields for Rollup Ledgers

    Additional Fields for Rollup Ledgers
    Does anybody know how to add customer fields into a rollup ledger?
    Thanks in advance!

    Hi,
    try OXK3
    Thanks
    Aravind

  • Define Additional Fields for Line Item Display

    Dear gurus,
    I'd like to ask for your help again, please. I've just added the field BKPF-USNAM to the list of fields of FBL1N using IMG:" Financial Accounting-> Accounts Receivable and Accounts Payable->Vendor Accounts->Line Items-> Display Line Items->Define Additional Fields for Line Item Display". When I run the report the field is correctly displayed but if I save the current layout and set it into the selection screen, the column appears is blank. And if I open the change layout window and click OK the column gets filled.
    Is there another transaction that I must set new columns to FBL1N.
    Thank you very much.
    Paresh Jivani
    Edited by: Jivani Paresh on Jul 31, 2009 9:16 AM

    Hii,
    When you will execute FBL1N, it will come up in standard format. if you want to see any specific fields,then you have to go to Change Layout button and choose from available fields as per your requirement and then execute.
    For future reference, you can save this layout as a Variant and then you can directly execute that report using that variant.
    Dhara D.

  • Reference table and  field for Quantity

    what is the reference table and field for quantity ??

    HI,
    FOR A FIELD TYPE MENGE_D IN THE CURRENCY/QUANTITY FIED TAB,
    FILL IN REFERENCE FIELD WITH YOUR TABLE NAME AND AND REF FIELD WITH MEINS
    THANKS
    VENKI

  • Reference field for quantity/currency

    why s that we need to give a reference field for quantity and currency based fields alone

    hi,
    The reference field is used for the output, the output/input format of a currency field depends on the value of its reference field.
    For example if you create a screen using the field KONV-KBETR :
    the reference field is RV61A-AWEI1:
    if you set RV61A-AWEI1 = 3
    the value in KONV-KBETR is beeing shown with 3 decimals
    So you could see 3,000 but this value is automatically stored as 30.00
    if you set RV61A-AWEI1 = 2
    the value in KONV-KBETR is beeing shown with 2 decimals
    All this convertions are automatically made in according to the value setted in reference field.
    You can see this using the statament WRITE with options CURRENCY, try this:
    PARAMETERS P_KBETR LIKE KONV-KBETR.
    WRITE: P_KBETR CURRENCY '3'.
    WRITE: / P_KBETR CURRENCY '2'.
    WRITE: / P_KBETR CURRENCY '1'.
    Rgds
    Anver

  • Additional Reference Field for Journal Posting

    Hi,
    1. I would like to have other 2 additional reference fields (not exceed 10 characters) for Journal Posting.
    Other than Assignment field, Reference, and Text field
    2. For assignment field, if I didn't key in anything, why sometimes this field auto input the date for me?
    Kindly advice.  Thank you.
    Sirirak

    Hi
    1) Make use of Reference field 1,2 & 3
    2) Assignment field would be default populated by values based on 'Sort key' stored in respective GL master
    Thank You,

  • Additional Fields for ESS-Business Card Not Working for Certain Countries

    Dear Experts,
    We were trying to configure the additional fields to be displayed in Business Card - Overview Screen for all countries. We don't have problem configure and get the new fields display for Malaysia (Molga = 14) but having problem for the field to display for Hong Kong (Molga = 27) and Singapore (Molga - 25).
    The strange thing is I am following the same steps as I configured for Malaysia. Somehow it is not working for Hong Kong and Singapore. As I understand, there is only 1 place to configure in SPRO for this requirement:
    Personnel Management -> Employee Self-Service -> Service-Specific Settings -> Own Data -> Customizing of Personal Information Screens -> Determine Fields for Business Card on Overview Screen
    Please help!

    Hi Siddhart,
    Thank you for the information. We are currently in EhP3 with below Support Components installed.
    Software Component: SAP_HR
    Release: 600
    Level: 60
    Highest Support Package: SAPKE60060
    Software Component: EA-HR
    Release: 603
    Level: 34
    Highest Support Package: SAPK-60334INEAHR
    The note 1159911 provided is within SAPK-60304INEAHR. Thus, I don't think this is the root cause of this inconsistency base on the Highest Support Package installed in our system.
    Anymore hint? Anyone? Please...

  • Sales Analysis Report Additional Field for viewing

    Good Day Experts!
    Is it possible for us to display an additional field  to be viewed in Sales Analysis Report?
    I'm talking about a vacant field from BP Master data, and somehow append it into form settings and put it into the report?
    Is there any store procedures that we can look for prior to this matter? Our client need something more on that particular issue.
    Thank you very much

    Hi Elmar,
    It is not possible to add field on SAP sales analysis report , but you can create report based on query with required fields.
    Check http://wiki.sdn.sap.com/wiki/display/B1/D-SLSalesARModuleSQLPostedto+Wiki link for some sales queries , it might help you.
    Thanks,
    Neetu

  • Designing additional fields for CATS

    Hi,
    I want to add additional fields to CATSDB , but my question is whether the field name can be modified as per requirement and whether we can have list of values against these fields ?
    Regards,
    Ayesha

    Hi Ayesha,
    Yes you can add the fields to CATSDB,
    1. You need to add the desired field at CI_CATSDB Include.
    2. After that assign the field to the "Additional Fields" in the IMG and then to the profile.
    Yes you can have list of values to your field once you create the zfield's you have to create Data elements and domains for that, if you want the default list of values you need to maintain at Domain level in Further Characteristics.
    Regards,
    Mohsin.

  • Creating an additional field for a query

    Hi All,
    making an infoset for a query, I've created an additional field. Its value must be equal to BSET-BUKRS + BSET-BELNR.
    I've set my additional field format like C.
    Could anyone advice me about the coding for the additional field to get it equal to BSET-BUKRS + BSET-BELNR?
    Thanks

    Hi,
    CONCATENATE BSET-BUKRS BSET-BELNR INTO #name of your field#.
    Regards,
    Eli

Maybe you are looking for

  • My deactivation button is grey, like when you can't click it in the drop down, how do i deactivate now??

    I desperately need help!! my old laptop is about to die, it barely moves, i cant load anything at all, the most i have is photo shop open on my browser and i went to Help>Deactivate like i always do when I get a new computer, but it won't let me sele

  • Popup window error : You are trying to access a page that is no longer..

    Hello guys, read all the threads related to popup windows and everything works fine except one thing: all the time I get following error : "You are trying to access a page that is no longer active. - The referring page may have come from a previous s

  • Supported Canon scanners in Windows 7 64 bit

    I realise that the Canon N670U scanner is not supported by Canon, but according to the Canon Website, the LiDe 20 scanner is. Up until now, both scanners used the same driver, so it seems strange that one is supported and the other is not. However, t

  • MS SQL Server 2000 JDBC Driver + Tomcat 4

    Will the MS SQL Server 2000 JDBC Driver (http://www.microsoft.com/SQL/downloads/2000/jdbc.asp) work with a JSP application on the Tomcat Server. The JSP is to access a MS SQL Server Database. Would it b able to do this with this Driver or do I need a

  • HP M1319 MFP laserjet scan issues

    First off I'd like to thank all the admins and HP reps here for the fine work you all do... Ok to start, my wife has an HP LaserJet M1319 MFP Series, We installed the software from the disk but failed to load, So I went here to HP and downloaded the