Delivery to vendor with out reference

Hi,
A copy of LB dly type with no order reference was created. The objective is to issue materials to vendor via vl01no. Vendor number is entered in the LF partner function, but when a PGI is done, it errors as Enter a vendor for special stock O. There is no field for vendor input. Could some one advise.
thanks

Hello,
Delivery Type LB is with reference to subcontractor orders. I just managed to check this issue in IDES and whenn you executing VL01NO (without reference) the default movement type is picked is 601. But as delivery type LB resembles subcontarctor, so the correct movement type for issuing material against your vendor shall be 541.
Also the material which is stated in your delivery is subcontracted material which is managed under specail stock O
I guess when you executing it without reference as per your first thread , it is taking movement type 601 by default.
So you are getting the error which is standard SAP message.
Ideally delivery type LB allways needs ot be created with reference.
Br,
Tushar

Similar Messages

  • Any way to provide components to vendor with-out using 541.

    Hi Friends,
    Is there any way to provide components to Vendor with out movement-541.
    Because, system allowing to do GR 101 for parent model (posted 543 automatically), without performing 541.
    Please advise,
    Best regards,
    RAMAN.

    Hi Ven,
    Your problem is not totally clear, please give more details.
    Standard procedure is to send out the subcon-components to your subcontractor via MVT 541 (MB1B + 541 + with or w/o PO reference; ME2O).
    Then you can receive the subcontracting good via MVT 101 and consume the components via 543.
    You can change the stock level of the components by inventory bookings as well
    Please write some sentences about your requirement!
    Thanks,
    Csaba

  • Inbound delivery creation with out reference to purchase order

    As per my requirement i am third party warehouse who provides space for my customers . i receive  goods from lot of customers who have their own ERP system or may not be any ERP system . The goods i am going to receive is non valuated material. How do i receive GR in the above scenario.
    I am thinking to create one dummy purchase order and then create inbound delivery. Otherwise How do i create inbound delivery without reference to any documents?.

    Hi,
    Inbound delivery
    You can create  purchase Order(ME21N),inbound delivery in t.code: VL31N and Goods Receipt in t.code: VL06IG and post the goods wrt PO into the GR blocked stock (movement 103) and finally you can release goods from blocked stock to unrestricted stock with 105 Movement type, if satisfy quality or other criteriau2019s.
    Or
    As you said, you just keeping customer stock better create material with non-valuated material type UNBW and do regular process like PO, GR & GI etc.Inbound delivery  not required for above said process.
    Regards,
    Biju K

  • FBCJ - payment to vendor with out referance to open item

    when we are making payment to vendor thruogh the FBCJ - cash it is not with respect to the open item.
    payment goes as indenpendent and clear have to be done by f-44 or so.
    is there any way through which the payment goes with referance to open item and automatic clearing can be done.
    comment please.
    with regards
    babu

    Hi,
    use tcode <b>fb05</b>
    (for automatic clearing use <b>f.13</b>)
    A.

  • Pls Help : Union with outer reference

    Hi ,
    I have a simple and but at the same time complicated problem with union in my query :
    Please see below sql :
    The inner query with union command can not access to the outer table task_history taskHistory
    I receive below error message :
    **"ORA-00904: "TASKHISTORY"."TIME_STAMP": invalid identifier**
    **00904. 00000 - "%s: invalid identifier"**
    ***Cause:**
    ***Action:"**
    would you please help me to find out what I am doing wrong?
    thanks,
    select
    (select max(closerDate) from
    select cast(max(time_stamp) as date) as closerDate
    from task_history taskHistory_2, rx_tx rxtx_2
    where
    taskHistory_2.task_name IN('order_entry', 'data_entry', 'data_verification','fill','product_verification' )
    and rxtx_2.rx_summary_id = 65656
    and taskHistory_2.rx_tx_id <= 332323
    and rxtx_2.id = taskHistory_2.rx_tx_id
    and rxtx_2.refill_number = 0
    and taskHistory_2.task_action = 'complete'
    and taskHistory_2.time_stamp < taskHistory.time_stamp
    union all
    select cast(max(log1.timestamp) as date) as closerDate
    from AUDIT_LOG log1,
    Line_item li
    where li.order_entry_id= target_record_id and
    TARGET_TABLE_NAME = 'OrderEntry' AND
    TARGET_COLUMN_NAME = 'pickupType' AND
    li.id = 3232
    ) from task_history taskHistory
    Edited by: 969251 on Nov 2, 2012 2:10 PM

    Welcome to the forum!
    >
    would you please help me to find out what I am doing wrong?
    >
    Well the first thing you are doing wrong is posting in the wrong forum.
    This is the SQL Developer forum and, as you can see from the title, is 'Not for general SQL/PLSQL questions'.
    Please repost the question in the SQL and PL/SQL forum.
    PL/SQL
    When you post use \ tags on the line before and on the line after your code to preserve the formatting. See the FAQ for details.
    You also need to provide your 4 digit Oracle version (result of SELECT * FROM V$VERSION) every time you post.
    {quote}
    The inner query with union command can not access to the outer table task_history taskHistory
    I receive below error message :
    **"ORA-00904: "TASKHISTORY"."TIME_STAMP": invalid identifier**
    {quote}
    What else would you expect? The inner query has no knowledge of the outer query. How could it? The outer query doesn't exist until it processes both of the inner queries.
    Each query of the union all needs to be a completely separate query. You should be able to run each query by itself and get a result set.
    If you can't the query is invalid. Since the only table involved that has TIME_STAMP is the task_history table you need to use that table.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Calling SAP ME web services with out reference names

    Hello,
    When calling SAP ME web services from non SAP clients, is there a way the users can by pass the reference names? Just pass SFC details instead of SFCREF.
    example:- Data collection web service expects SFCRef:- SFCBO:<SITE>,<SFC> rather than that, what we are expecting is just pass SFC name and get response from ME.
    -Adarsha.K.S

    Hi Adarsha,
    ME always accepts references only.you can do this in two ways,
    1. Form a string with respective business object + site + object and pass.(ex: SFCBO:<SITE>,<SFC>) and then pass as reference.
    2. through SOAP UI request XML. ex:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:me="http://sap.com/xi/ME" xmlns:gdt="http://sap.com/xi/SAPGlobal/GDT">
       <soapenv:Header/>
       <soapenv:Body>
         <ParametricRequest_sync xmlns="http://sap.com/xi/ME">
      <ParametricRequest>
      <SiteRef>
      <Site>SITE1</Site>
      </SiteRef>
      <me:SfcRef>
      <me:Sfc>SFC1</me:Sfc>
      </me:SfcRef>
       <DcGroupRef>
      <DcGroup>ABC</DcGroup>
      <Revision>A</Revision>
      </DcGroupRef>
      <ParametricMeasure>
      <MeasureGroup>ABC</MeasureGroup>
      <MeasureName>PARAM1</MeasureName>
      <Actual>1</Actual>
        </ParametricMeasure>
      <ResourceRef>
      <Resource>RESOURCE1</Resource>
      </ResourceRef>
      <me:OperationRef>
                    <me:Operation>OPERATION1</me:Operation>
                    <me:Revision>A</me:Revision>
            </me:OperationRef>
      </ParametricRequest>
      </ParametricRequest_sync>
       </soapenv:Body>
    </soapenv:Envelope>
    hope this helps.

  • Problem with Out Reference in jsp

    Hi All
    Please Help Me
    My problem is
    <%
    ResultVo rvo=null;
    for(int i=0;i<alist.size();i++){
    rvo=(ResultVo)alist.get(i);
    %>
    <%=rvo.getData() %><%=rvo.getDel_tim() %>
    <%
    System.out.println("data"+rvo.getData()+""+i);
    System.out.println("dest"+rvo.getDest());
    } %>
    problem:
    1)here i am getting the first expression tag value
    in server it prints perfect (i mean all the values)
    but coming to jsp only the object first value printed on the jsp
    ex:
    alist.size() --10 objects
    and each object contains some values
    i repeated and try to print on the web using expression tag
    it prints only first object first value
    but i am in confusion what is the problem might be
    please help me
    thanking you

    u have to increment ur i
    add this to ur for:
    i++;

  • RETURN DELIVERY TO VENDOR WITH SERIAL NO

    we have consumables like example tyres we are following  serial no after result recoring any quanity  is rejected i want to post return to vendor  when i am  traing in usage decision  system show the error message Movement type 124 does not currentl
    serial number management
    how we will resolve this issue can any body guide me

    thank you sujit  your reply  when i chaged settings also  system not allowed  below  error showing
    Movement type 124 does not currently
    serial number management

  • Return delivery BAPI with out ref

    looking for  bapi or fm to create a return delivery with out reference.

    Hi Priya,
    Try below BAPI  programs
    BAPI_OUTB_DELIVERY_CREATENOREF
    SHIP_DELIVERY_CREATE_NOREF
    Regards
    Ram

  • Payment to Vendor by bank transfer with out useing APP

    Dear all,
    I of our Client has issue-- that i want post a wire transfer to vendor with out using APP.
    thanks & regards
    krishna reddy

    Hi Rajendra
    1. You need to check with your client which bank they are going to use
    2. Check with the Bank the file format they are looking for - XML or TXT, etc
    Also ask them the contents of the file, the fields they want in it and how they must be populated
    3. Ask them if they are going to provide you a program to generate the file.. Some banks like CITI do provide
    4. If they dont provide, you may have to write your own program to generate the TXT file
    XML files can be generated using DMEE (Payment Medium Work Bench)
    5. Once file is generated, you need to transmit it to the Bank
    6. Before transmission, you may have a 3rd party vendor to do the file encryption
    Br. Ajay M

  • Delivery Created with out Material Number

    HI
    I created an STO for material, when i have done the VL10B i got a message "See log for information about creating deliveries"
    A Delivery got created with out the Material number, When i look in the Document Flow for the Delivery Created its preceding document (PO) is not linked
    In the log information i see an error, Please advise
    Diagnosis                                                                               
    The sales unit is not allowed for the material in item               
        000001.                                                                               
    System Response                                                                               
    The system does not allow further processing of this item.                                                                               
    Procedure                                                                               
    Check your entry.                                                    
        Select a sales unit which is defined for the material in the         
        material master record. Normally the sales unit will be              
        determined immediately from the master master record.

    see the change log of material master in MM04.
    check if  the sales unit got removed recently (after the PO creation - before delivery creation)
    if it is not caused by material master directly, then check if you have any userexit in place that changes the sales unit in the delivery.
    SAP has a sales unit in mind which is not available in material master, hence it issues this error.

  • Return to vendor with excise duty..?

    Hi all
    can anybody explain me how to do return delivery to vendor with excise return,  after invoice verification.
    Pls explain me step by step with example (excise duty example ).
    firt ve have captured and posted excise duty frm vendor ,
    1. then i have created return PO with same tax code with excise duties 1421% + 4% vat. tax valus r flowing properly in return PO (1421%+4%vat).
    2.while doing MIGO (wht is mvt type )and wht to do in excise tab.
    3...wht is process
    Thanks
    sap-mm

    Dear,
    After done Return delivery
    J1IS u2013 Excise Invoice Other Movements
    Here click on u201Ccreateu201D button to create an outgoing excise invoice and reverse the CENVAT Amount.
    Here put all details as below and Press u201CEnteru201D.
    Ref.doc.type - MATD, Doc Number - Material document No of 161 mvmt, Doc Year, Series Group, Excise Group and Vendor
    Here check BED, ECS and SECess values to be reversed and click on u201CSaveu201D button to post the excise invoice.
    J1IV - Post and Print Outgoing Excise Invoice.
    Regards,
    Mahesh Wagh

  • Out Delivery with out Order Reference

    Hi guys
    I have a requirement that with out order reference I want to get the goods to be delivered. In standard SAP it is possible but in what process it will help full
    Please provide me right process relating to this process

    Hi creating Delivery without order process will come to picture
    as below:
    1)Order is created in external system and delivery is creating in SAP.
    2)Order is created in R/2 and delivery created in R/3, check more details in SAP help or see below:
    Creating Outbound Deliveries Without Preceding Document
    Use
    You can create outbound deliveries without referring to an order. This function is designed for activities such as the R/2-R/3 Link or for when order processing is carried out on another system. When you create a delivery without reference to an order, you must enter the ship-to party and the materials manually. Data is copied into the document from the appropriate master records. The system does not check whether the data is complete. Therefore, you can create a delivery without specifying a delivering plant or a storage location, for example.
    Procedure
    To create an outbound delivery without referring to an order, proceed as follows:
    From shipping, choose Outbound Delivery ® Create ® Single Document ® Without Order Reference.
    The initial screen for creating outbound deliveries appears.
    Enter the shipping point and choose Delivery w/o ref. for the delivery type. Then enter the sales organization, distribution channel and division in the Sales area data section of the screen.
    Choose Enter .
    The outbound delivery overview screen appears.
    Enter the ship-to party and all outbound delivery items and their delivery quantities. Enter further header and item data, if necessary.
    Save the outbound delivery by choosing Outbound delivery ® Save.
    As soon as the outbound delivery is saved, you receive a message that contains the outbound delivery number.
    Link - http://help.sap.com/search/search_overview.jsp
    thanks
    Satish

  • How to create shipment document with out inbound delivery document

    Dear Friends
    How to create shipment document with out outbound/inbound delivery document.
    In my client scenario, there is no inbound delivery for normal purchases.
    Just there are raising the PO to vendor, then they are doing MIGO for goods receipt.
    Can we do shipment creation with reference to PO?
    If it is possible, how it will be?
    Please let it solve
    With regards
    Lakshmikanth

    Dear Sameer,
    Please go to transaction VT01N here you enter Transportation planning point and shipment type then press enter.
    Now system will take you to the shipment document creation screen here you click on Select deliveries or press F6 now system will take you to the select outbound deliveries screen in this screen you enter selection data then execute, now deliveries will get assigned to that shipment.
    After assigning the deliveries enter the remaining data then complete the shipment finally save the shipment document.
    For more information please go through this SAP help link
    Note:- Shipment process need to be carry out for the deliveries before PGI.
    http://help.sap.com/saphelp_47x200/helpdata/en/f5/04898047bd11d2bf750000e8a7386f/frameset.htm
    I hope this will help you,
    Regards,
    Murali.

  • Problem in Outbound delivery with order reference

    Hi,
    I am facing problem with creation of outbound delivery with order reference from transaction VL01N. When i enter into the transaction with order key in, but in the tab Picking there is one column Pick quantity which is showing as grey field with zero value(Grey field don't allow to change the quantity). This Pick quantity is always allow to put us required quantity but i come across this kind of scenario very first time. Can you please help.
    Thank you.

    Hi,
    Your combination of Plant+Storage location is enabled for warehouse management. So directly putting the picking value is not possible. You have two options now.
    1. If you know howto put pickign through transfer orders, do it through LT03 and confirm teh TO for picking quantity to be updated in delivery. You have to find out teh stock in the source bin and use it in transfer order. You may get in touch with WM consultant, if you dont know how to do it.
    2. If you are ok with just doing picking without WM, then you can change the storage location in delivery and then try picking in delivery itself. The storage location should not be enabled for WM for the plant.

Maybe you are looking for

  • Does cloaking work in Dreamweaver CS4?

    Why, when I select to synchronize in Dreamweaver CS4, and I select to delete files on remote server not on local server, do files in a cloaked folder show up? Thanks. Stephen

  • FTP through proxy

    All, Is it possible to use the SAP XI FTP adapter through an internet proxy?  I don't find any configuration parameters to specify the ip-address and ftp-port. Kind regards, Guy Crets

  • Difference between srid = 4326 and srid = 8307?

    Hi, What is the difference between srid = 4326 and srid = 8307? They both refer to WGS 84. What srid does Google map uses? Thanks by advance

  • PLSQL XML parser modified examples

    Attachments: "1|type=application/octet-stream|desc=my personal domsample|file=domsample.sql|";"2|t pe=text/xml|desc=garment xml file|file=Garment.xml|";"3|type=text/xml|desc=garment xml file|file=G rment.xml|";"4|type=text/xml|desc=an xml file exampl

  • Can MPLS aware Netflow ver. 9 be enabled on the catalyst switches 6500

    HI, I'm working for KOREA TELECOM, and currently providing MPLS VPN. We're planning to provide our customer with traffic report using NetFlow.. I read some documents which reads Netflow ver.9 can be enabled on Cisco GSR 12000 Series, but no mention a