LINE ITEM ADDING UP IN j1IF01 ( SUB CONT CHALLAN)

Hi
the line item is doublinb up as second line item automatically and the value is also added
pls help to rectify the error
chris

Hi,
Goto-log.general-tax on  goods movement-India-business transaction-subcontracting-maintain movement type groups-
Check only one movement is there i.e.0001-541
If there are more than one like 0001-541 &0001-541-O.,then system picks both lines when creating subcontracting Challan
Check it & delete improper movement type.
Regards

Similar Messages

  • Pricing Date on New Line Item Added to Order

    We have a requirement, for example, if we create an order for 07/19/2010, the pricing date comes in as 07/19/2010 which is correct.  The customer calls back and wants to add a line item or 2, to the order on 07/22/2010.  The new line items are priced as of the original pricing date 07/19/2010.  How do we automatically update the new line items with today's pricing date instead of the old date.  Is there an automated way to do this thru configuration.  Or do we need to use user exits:
    MV45AFZZ - USEREXIT_PRICING_PREPARE_TKOMK
    MV45AFZZ - USEREXIT_PRICING_PREPARE_TKOMP
    Thanks,
    Mark

    Hi,
    There is no automatic way to populate the pricing date for item when item is added at later point of time. In this case, the pricing date at header is copied to the item.  This cannot be achived by configuration.
    As you have mentioned, you have to use the user exits relevant for pricing. The user exits you have mentioned are not correct for this purpose. The purpose of these user exits are different. You need to find the correct one with the help of an ABAPer.

  • Empty line item added in incomplete sales orders after upgrade

    Hi,
    We are upgraded from 4.7 to 6.0 version of R/3. After the upgrade in sales orders which were incomplete in 4.7, a empty line item have got added in those sales order. While opening those order in VA02, first line item is completely empty and due to that it doesnot allow me to do anything on that order. Also, on checking the tables such as VBAP, VBKD an empty line item is there.
    Kindly Advice.
    Thanks in Advance.

    Hi Kishore,
    I have already checked SAP notes but got nothing related to it.

  • Empty line item added in incomplete orders after upgrade

    Hi,
    We are upgraded from 4.7 to 6.0 version of R/3. After the upgrade in sales orders which were incomplete in 4.7, a empty line item have got added in those sales order. While opening those order in VA02, first line item is completely empty and due to that it doesnot allow me to do anything on that order. Also, on checking the tables such as VBAP, VBKD an empty line item is there.
    Kindly Advice.
    Thanks in Advance.

    Hi Kishore,
    I have already checked SAP notes but got nothing related to it.

  • Substitution and activated the same at the line item level in order to subs

    I have created a substitution and activated the same at the line item level in order to substitute the ZRSPL (Payment Block) field by a constant value and a vendor invoice is posted using Transaction FB60. But the same is not working. When I post a vendor invoice using FB60, Payment Block field is being shown as blank instead of the constant value which I want to substitute.
    >
    > My prerequsite is mentioned below :
    > BKPF-TCODE = 'FB60' AND BKPF-BUKRS = 'ABC' AND ( BKPF-BLART = 'KR' OR
    > BKPF-BLART = 'KY' ) AND BSEG-DMBTR > '10000'

    Hi,
    I am not understanding the logic behind the prerequisites mentioned in your query.
    Payment block field exists only for vendor related line item.  However, you have not mentioned vendor reconciliation account in the prerequisites.  It means, this substitution will trigger for all the line items which is wrong.
    Or try following  options.....
    1) Substitution->Simulation
    2) Extras->Expert Trace
    Best Regards,
    Madhu

  • Error in sub cont challan reco in case subsequent Adjustment

    Hi experts
    I am facing the problem during the reconciliation against subsequent adjustment entry. Please see the below screen shot and guide what is missing.
    Screen shot of MIGO.
    Screen shot of error message during J1IFQ
    Screen shot of customization
    Regards
    Parkash Chand

    Ensure that the fiscal year is same as you were trying to post. 
    G. Lakshmipathi

  • J1IF13(sub cont challan comp)

    Hi All,
      While doing challan complete I am getting below error pls let me know what needs to maintained
    Error:"No add. Vendor / Customer data maint. for 300177 -Please maintain J_1IMOVEND"
    Regards
    Raj

    hI,
    Possible reasons could be the same
    1.Challan might have already reconcilled
    Sol: Check if the reconcillation is done against the same inward material document then complete in J1IF13.
    If challan is reconcilled against a inward material document but after that if the material document is cancelled then remove the assignment in J1IF13 (Quantity Reconc. - Delete Assignment in menu bar)
    2.Challan might have not assigned to any of the material document.
    Sol: If the challan is not assigned to inward material document during MIGO then assign the challan to material document in J1IF13, assign quantity then complete in J1IF13.
    bye
    Sridhar Thota

  • Adding new line item to Delivery

    When I try to post (Add) a delivery document based on a sales order that has a line item added that did not belong to the sales order I get the following error "[OACT] No matching records found (ODBC -2028)".  Looking in the DI API documentation I see that the Document_Lines object has a mandatory AccountCode property.  How do I go about getting the appropriate account code for the added line item?  The help documentation shows some sample code (included below), which doesn't make much sense to me. 
    Dim sStr As String
        Dim vRs As SAPbobsCOM.Recordset
        Dim vBOB As SAPbobsCOM.SBObob
        Dim vCH As SAPbobsCOM.ChartOfAccounts
        Set vCH = Vcmp.GetBusinessObject(oChartOfAccounts)
        Set vBOB = Vcmp.GetBusinessObject(BoBridge)
        Set vRs = Vcmp.GetBusinessObject(BoRecordset)
        Set vRs = vBOB.GetObjectKeyBySingleValue(oBusinessPartners, "CardName", "aaa", bqc_Equal)
        ' When working with segmentation use this function
        ' to find the account key in the ChartOfAccount object
        Set vRs = vBOB.GetObjectKeyBySingleValue(oChartOfAccounts, "FormatCode", "125100000100101", bqc_Equal)
        'The Recordset retrieves the value of the key (for example, sStr = _SYS00000000010).
        sStr = vRs.Fields.Item(0).Value
        'Use the sStr value to set the AccountCode
    Where does the FormatCode value of "125100000100101" come from?  Why the first call to GetObjectKeyBySingleValue?  It doesn't appear the results are being used?
    Any help would be greatly appreciated!
    Thanks,
    Jason Eiler
    BTW - I'm developing with/for SAP Business One version 2004 (or 6.7 of the DI API).

    Hi Jason,
    First of all:
    The displayed account code must be translated into the internally used code ("_SYS...") when using segmentation - when not using segemntation it is just internal code = displayed code.
    The code displayed is just a sample to give you a hint in case you are already familiar with the SAP Business One application.
    Therefore the sample code does not talk about where you got e.g. the value for FormatCode from ("FormatCode" is e.g. a field in table OACT where the account name with segments is (redundantly) stored without separators).
    The user should know on which account he/she wants to book a line on; maybe you might want to give some help to the user by displaying a dialog with suitable - or preselected accounts?
    In addition I am sure you know how to assign a string value to a string property - without explicitly writing it, right?
    HTH,
    Frank

  • Repeat Line item prints on every new page of smart form of Service PO

    Dear Sir,
    I am  facing following Problem & need abaper help.
    example:-
    PO type is Service
    Line item 10.  Transportation  1  AU
      under this activities
              01.  Transportaion by Tree wheeler 3 Rs/ KM
              02.  Transportaion by Four wheeler 8 Rs/ KM
              03.  Transportaion by Heavy vehical 10 Rs/ KM
    Line item 20      Errection     1 AU
    Sub services are,
            01. Errection of Boiler   200 RS/Hr
    Like this way
    Now I am seeing Print Preeview
    Suppose line item 20 come in second page , in this case system copies sub services of firs line item
    example : - system shows line item 20 in second page as shown below which is wrong.
    Line item 20      Errection     1 AU
               01.  Transportaion by Tree wheeler 3 Rs/ KM
              02.  Transportaion by Four wheeler 8 Rs/ KM
              03.  Transportaion by Heavy vehical 10 Rs/ KM
    Pls, suggest where I need to change.
    Regards,
    Ravi

    hi ,
    i think you are not clearing the Barcode variable once it has printed.
    try declaring the variable like this in smartform,
    BARCODE     TYPE     CHAR24
    when one loop excecutes .and end of loop  in command line clear this variable.
    thanks & regards,
    kat.

  • Ageing of GL account line items

    Hi Gurus,
    I want ageing of items lying in GL account.
    (not subledger)
    How do i get the aging of the items in the gl account
    say commission payable etc.
    Regards,

    Hi Rishikesh,
    SAP has the concept of ageing for AR and AP line items and thus restricted to sub-ledger accounts. The ageing is based on "Due date" field as this is the date by which a payment should be made or received.
    In case you want to see some sort of an ageing report for GL Line items, you can use the FBL3N Report and sort it by Document Date/ Posting Date for a very crude ageing report.
    Regards

  • GL LINE ITEM DISPAY

    Hi ,
    Please assist
    On GL line item display, the asset and sub asset field is not being updated from the depreciation run.
    Is there a way to have this field populated when the depreciation is posted to the General ledger.
    Many Thanks
    Pops Balram

    Depreciation postings doesn't get updated Asset wise. Postings are summarized based on cost center and Business Area.

  • Sales Order line item pricing date

    Hi,
    When adding a new line item to an existing Sales Order, do NOT allow the pricing date to be > 6 months old.   There are open sales orders that can be a year old.  They have line items added to them as part of the entire order.  The header VBKD-PRSDT is copied in to the new line items.  This affects the pricing. The users want the pricing to be current (within the past 6 months).
    It is difficult to change the new line item vbkd-prsdt without affecting the header vbkd-prsdt.   
    Any suggestions?
    thanks,
    Barb Czerniak

    Hello Shiva,
    The line item I am looking at has the item category of Z0N1 (used for Stock item), but when I go into copy control using tcode (VTFA) under item level, I don't see this item category as one of the options for selection. Is that normal?
    Thanks,
    Brijesh

  • Restrict purchase order line item selection in MEMASSPO

    How to restrict in authorizations of role which purchase order line item can be selected by user in the memasspo.
    I have a scenario where Business wants that no user should be allowed to select all the Purchase Order line items rather should be displayed sub set of the entire purchase Order line items while attempting to do mass change in the PO created.
    Thanks & Regards,
    Abhimanu

    The mass transaction is meant to change many POs and their items at one time.
    The user can not change anything with mass which he cannot do in ME22N.
    if he can do it in ME22N, why should he not be able to do it in MEMASSPO?
    Based on what criteria should a item be restricted from a change in your special case, how do you define your subset?

  • Deleting and Adding components in a Sub contracting PO, for every line item

    Hi,
    I have requirement where in I need to change the Item category from Blank to 'L' for a given Line item, and for this Line Item I need to go to the Delivery Schedule lines and delete the existing Components and add new components to every Delivery Schedule line. This is going to be a LSMW object with a custom program.
    I tried for recording ME22N, but couldn't do this as ME22N  is not BDC friendly, and in ME22 the Item category field is Display only. I also tried with Function modules/BAPIs but nothing seems to be working out.
    Can anybody help me get a solution to this requirement. Would appreciate a quick response as its a priority requirement for me.
    Thanks in Advance,
    Saleem.
    Ph : +91-9845627631

    1. You will definitely create two subcontracting info records for two raw materials say RAW1 and RAW2.
    2. There will be two seperate production versions for these two materials.
    3. Update respective production versions in respective subcontracting info-records.
    4. This will help to upload the alternate BOM even you changed the material from PO
    Amol

  • Creating new sub line items before a Sales Order is saved (in CRM)

    Hi CRM Experts,
    I am pretty new to CRM system. I have a scenario.
    The actual business scenario behind this is: the customer can only choose a dummy material while placing an order. The customer will not be able to choose what all materials that will make up this order. So he can place an order for a "Pack" with say Qty as 50 units. The business contains some rules based on which the actual materials are mapped to this dummy material.
    User creates a SO in CRM system (using txn CRMD_BUS2000115). Assume a dummy material is added as first line item. The system displays it as line item 10. At this stage I need to create sub line items for this high level line item (item 10) based on what all actual materials can fulfill this. I need to do it programmatically. Is there any BAdI that can be used to do this? Also I need some hints on how to go about this? That is how to do it programmatically. For every sub-item material I need to carry a ATP check and only if the stock is available then add it as a sub line item.
    Basically what I need is to create sub line items programmatically exactly in the same way as it would have been created manually. The system is configured to put the sub line item numbers automatically. That is, if the high level item is 10, then sub line items will be automatically numbered as 11, 12 so on.
    Please feel free to throw me questions if you need more info.
    Thanks a lot in advance.
    Regards,
    Shyam

    Hi,
    I have a similar kind of a requirement.
    I need to add new line items to the order through the program.
    Can you please suggest how did you resolve your issue ?
    Thanks in advance!

Maybe you are looking for

  • How can I silence my MacBook without powering it down?

    Quick summary My MacBook is running OS X Mavericks and has an unidentified hardware problem with the optical disc drive that, among other things, causes it to make an annoying sound four times right after each other anytime the MacBook checks if ther

  • Mac Mini 2009 won't display on Acer Monitor P166HQL

    I'm currently living in Brazil and due to continuing problems with my 2006 MBP running 10.6.8, I've just bought a 2009 Mac Mini which apparently is running Mavericks. The display works fine with the MBP using a DVI-Serial connector [the monitor only

  • How to change the max number of member display in Target Group

    Dear Experts, We are using 2007 CRM Marketing. When I search and open a Target Group it displays me maximum of 100 entries of members over 11 pages. how do I increase or decrease the max number. Appricate you help. Thanks, Shabbir Hussain

  • Shipment cost document

    Hello all, i created a pricing procedure for the shipment cost document. The condition types in this procedure have the calculation base A (delivery) and some have B (delivery item). The created shipment cost documet creates items and subitems. The p

  • Runtime Errors         CONTROL_NOT_FOUND

    Hi All, I am getting error in CJ20n transaction when I move to one custom added TAB Short text   CONTROL variable not found What happened?     Error in the ABAP Application Program     The current ABAP program "SAPLXCN1" had to be terminated becau