Send SO IDOC while creating DO for consignment fill up

Hi all,
I have a situation now that for consignment fill up, while create the DO, then I need to send out a complete SO IDOC to 3rd-party (also a SAP).
Any idea on how to do this?
Please help. Running out of ideas now.
Million thanks.
Best Regards,
JL

Hi Kar,
Check the below link
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4943f2b7-0a01-0010-37af-faff35b2f08c
Regards
Gokul

Similar Messages

  • Picking is greyed out while i create delivery in Consignment Fill Up

    Dear SAP Gurus..
    Plz, advise,
    Picking is greyed out while i create delivery in Consignment Fill Up.
    I'm able to create Consignment sales
    Scenario:
    Comp A -->  Comp B --> Customer
    but Material should be remain in CompA value vise
    Only Inventory of Comp B will be hit.
    Thanks
    Gaurav

    hi,
    you need to check in two areas:
    OVLP - Item Not relevant for picking in item category.
    LT03 or subsequent functions at delivery level - for transfer order.
    balajia
    Edited by: balaji timmampalli achari on Dec 9, 2010 7:50 AM

  • Error while creating rules for Event generator

    Hi,
    I followed the PO samples in dev2dev site to create an EventGenerator(both file and JMS) from a jython script. While creating rules for the eventgenerator, am getting the following exception.
    "AttributeError: 'None' object has no attribute 'newFileEventGenConfigurationMBean'"
    here is the PO sample code,
    egCfgMBean = getMBean("FileEventGenerators/FileEventGenerators")
    egMBean = egCfgMBean.newFileEventGenConfigurationMBean(egName)
    I used getMBean() instead of wlst.getTarget() to retrieve the MBean info.
    The server is weblogic 9.2 and domain is Integration domain. Looks like the getMBean() wasnt able to locate the Eventgenerator MBean for some reason and hence the variable 'egCfgMBean ' is always null. Anyone had this issue before.
    Thanks.

    It looks like getMBean("FileEventGenerators/FileEventGenerators") is not
    returning an MBean. "None" is returned if no MBean is found. Check the path
    parameter to getMBean() and make sure it is correct. If you know the object
    name of the MBean you are interested in, you may be able to use the
    getPath() command to get its path.
    wls:/mydomain/serverConfig>path=getPath('com.bea:Name=myserver,Type=Server')
    wls:/mydomain/serverConfig> print path
    <Ramesh R> wrote in message news:[email protected]..
    Hi,
    I followed the PO samples in dev2dev site to create an EventGenerator(both
    file and JMS) from a jython script. While creating rules for the
    eventgenerator, am getting the following exception.
    "AttributeError: 'None' object has no attribute
    'newFileEventGenConfigurationMBean'"
    here is the PO sample code,
    egCfgMBean = getMBean("FileEventGenerators/FileEventGenerators")
    egMBean = egCfgMBean.newFileEventGenConfigurationMBean(egName)
    I used getMBean() instead of wlst.getTarget() to retrieve the MBean info.
    The server is weblogic 9.2 and domain is Integration domain. Looks like the
    getMBean() wasnt able to locate the Eventgenerator MBean for some reason and
    hence the variable 'egCfgMBean ' is always null. Anyone had this issue
    before.
    Thanks.

  • Error while creating user for a  domain

    i am developing a web-application which is hosted on tomcat server.
    it is creating domains and users at another remote domain server.
    localy it is working fine..
    but when i test it online..
    the problem is,
    sometimes it works fine ,the domains are being creted at remote server..
    but sometimes it delivers error that domain at remote server can not be created.
    Is it due to fact that theat some errornous code in the buffer of application have older versions of applications causing the error ?
    Code::
    if(strPlanId.equalsIgnoreCase("3")) {
                    //Create domain account  for planid=3 plantype=Cp
                    blnOK=false;
    passwordGS comes from database
    strUrl="http://sosync.net/sosync/admin?pwd="+passwordGS+"&action=user_createdomain&domain="+strSubDomain+".gosync.net&adminpassword=aspire3002&diskquota="+longdk;  
                    u=new URL(strUrl);
                    uc=(HttpURLConnection)u.openConnection();
                    code=uc.getResponseCode();
                    if(code == 200) {
                        rUrl="/TransCompleteServlet";
                        blnOK=true;
                        uc.disconnect();
                    } else {
                        rUrl="/GSView.jsp?page=GSError.jsp?REQ=Unknown";
                    if(blnOK) {
                        String strUrlUser="http://gosyncdesk.net/gosync/admin?pwd="+passwordGS+"&action=user_createuser&username="+strEmailId+"&password="+strPassword+"&domain="+strSubDomain+".gosync.net&communityname=Default&firstname="+user.getFirstName()+"&lastname="+user.getLastName();
                       URL u1=new URL(strUrlUser);
                    HttpURLConnection   uc1=(HttpURLConnection)u1.openConnection();
                        code=uc1.getResponseCode();
                        response1=uc1.getResponseMessage();
                        if(code == 200) {
                            rUrl="/TransCompleteServlet";
                            String strUrlTZ="http://gosyncdesk.net/gosync/admin?pwd="+passwordGS+"&action=user_setuserpreference&username="+strEmailId+"&domain="+strSubDomain+".gosync.net&name=web_timezone&value='"+timeZone+"'";
                            u=new URL(strUrlTZ);
                            uc=(HttpURLConnection)u.openConnection();
                            code=uc.getResponseCode();
                              if(code != 200) {
                               rUrl="/GSView.jsp?page=GSError.jsp?REQ=Unknown";
                        } else {
                            rUrl="/GSView.jsp?page=GSError.jsp?REQ=Unknown";
                            mailUtil.sendMail_admin("Error In Creating  User for the Domain","While creating domain for "+user.getEmail()+" user could not be created due to following reason: <BR> "+response1+"<br>GoSync UserName:"+strEmailId+"<br>GoSync Password:"+strPassword+"<br>GoSync Domain :"+strSubDomain+".gosync.net and URl String was :"+strUrlUser+"");
                }

    if the problem is caching try setting the useChasses to false
    uc.setUseCaches(false);

  • Using Ant task wlserver/wlconfig: Received exception while creating connection for pool.

    Hi,
    I am using ant tasks wlserver and wlconfig to configure my weblogic server. while creating a connection pool as shown below
    <target name="jdbcinfo">
    <wlconfig password="weblogic"
    username="weblogic"
    url="${url}"
    <query domain="mydomain" type="Server"
    name="myserver" property="serverbean"
    />
    <create type="JDBCConnectionPool"
    name="jdbcpoolA"
    property="jdbcPoolProp">
    <set value="false"
    attribute="ShrinkingEnabled"
    <set value
    attribute="
    <set value="${serverbean}"
    attribute="Targets"/>
    The JDBCConnectionPool is created as long as I don't specified the attribute "Targets"
    Once I add the target I get the following error
    <JDBC> <BEA-001129> <Received exception while creating connection for pool "poolname" invalid arguments in call>
    Please any help will be greatly appreciated.
    Thanks

    In your applicaion module configurations check if you are using 'JDBC URL' or 'JDBC DataSource'. You should use JDBC DataSource. Then make sure that your deployment descriptor (menu 'Application->Application Properties->Deployment) has the 'Auto Generate ...' checkbox set.
    Timo

  • BDC not creating automatic delivery for consignment fill up in VA01

    Hi,
    I am doing BDC for consignment fill up in VA01. When munually run VA01, it automatically creating delivery. But when run BDC ( call transaction ) it's not creating automatic delivery. why ? I am giving below fields..
    Sales org.
    distribution channel
    division
    customer
    item (material)
    quantity
    batch
    pricing condition
    price
    serial number
    please help me...
    Venkey

    VA01 is order creation, Creating an order does not automatically create a delivery, a delivery is created with VL01N in reference to an order.
    Further you should get an error log if you process a BDC, what does it tell you?

  • Issues while creating implementation for BADI  "ME_PROCESS_PO_CUST"

    Hi Group,
    I have issues while creating implementation for  BADI "ME_PROCESS_PO_CUST".
    I tried to create implementation for the above mentioned BADI but, I was getting an error like this:
    "Interface implementation IF_EX_ME_PROCESS_PO_CUST does not exist".
    I want to implement this BADI and so, ideas/views at the earliest will be appreciated.
    Please let me know how to overcome this error.
    Thanks,
    Vishnu.

    Hi,
    Have you activated the class which is implementing the interface? (in transaction SE19 you should see class name)
    Best regards,
    Wojciech

  • Problem while creating PO for Calibration order PR

    Hi,
    I am facing following problem while create PO for calibration order PR:
    "Comparison of the field selection strings from the G/L account 8000010800 and the account assignment category F reveals that there is an incompatible combination of field selections for the field selection group 'Network'.
    The G/L account field selection is stored in table T004F; that for the account assignment is stored in table T162K."
    Can anybody help me urgently.
    Regards,
    Mew

    Hi,
    Check the field selection for account assignment category & Field status group of G/L 8000010800.
    Compare both & set the field selection equally in both.
    Regards,
    Piyush

  • Proforma Invoice for Consignment Fill-up

    Hi,
    Everytime there is a delivery out from my company, we need to submit a proforma invoice to custom.
    Now we plan to implement the Consignment but we facing a problem. After we created the transcations for consignment fill-up (sales order type KB and its delivery order), we want to create the proforma invoice (F8) based on the delivery order but an error occured as below:
    "80008164 000010 Item category LF KBN cannot be invoiced with billing type F8."
    Is this message telling that consignment fill-up transaction can't use as reference to create a proforma invoice?
    Is there any configuration that I need to do to allow the creation of proforma invoice based on the consignment fill-up transaction?
    Thank you.

    Hi Aaron,
    You can have a Proforma Invoice for Consignment Fill-up. For this use the following path:
    IMG> Sales and Distribution> Sales> Sales Documents> Sales Document Item--> Define Item Categories. Here select the Item Category KBN and select option "D" for Billing Relevance field and  "X" for Pricing field (seen in the Business Data option).
    Also maintain Copy control between the Delivery type & Billing type using T-code VTFL. Here ensure Copying requirement as 009(DlvRel.pro forma hdr) at Header level. And at Item level select Item category as "KBN" with Copying requirements as 010(DlvRel.pro forma itm), Billing Qty as "B" and Pricing Type as per your requirement.
    Hope this helps you.
    REWARD if it helps you!!
    Regards,
    Ajinkya

  • Excise Transaction Type for consignment fill up / stock transfer

    Hi
    When i post excise invoice on account of removal due to sales (through J1IIN), SAP pulls uses DLFC excise transaction type. Following entry is posted at the time of J1IIN:
    Excise Duty paid A/c.. Dr
       To Excise Duty payable (Basic + ECess + SHEC)
    My requirement is, when i post excise invoice on account of removal due to consignment or stock transfer, SAP should pass following entry:
    Excise Duty paid on consignment A/c.. Dr
       To Excise Duty payable (Basic + ECess + SHEC)
    Excise Duty paid on stock transfer A/c.. Dr
       To Excise Duty payable (Basic + ECess + SHEC)
    For this, i will have to create different GL accounts and assign it to "CENVAT SUSPENSE" in excise transaction type table.
    But i does not know which excise transaction type does SAP uses for consignment fill up and stock transfer. Please suggest.

    1.basic settings-create subtransaction type.
    create subtransaction type
    cf-consignment fillup
    st-stock transfer
    2.account determination- Specify Excise Accounts per Excise Transaction
    copy DLFC and name it as DLFC and cf and also st.
    3.account determination-Specify G/L Accounts per Excise Transaction
    copy dlfc and maintain DLFC  and subtransaction type cf and also st.
    change the gl account for cenvat suspense for st and cf combination.

  • Plants Abroad set up for consignment fill up

    Hi,
    We have scenario for Plants Abroad. There will be Consignment fill up process within EU from country to other.
    There is need for VAT posting in Proforma Invoice for Consignment Fill up.
    I would appriciate if any one let me know how Pricing can be set up,Will that tax posting (if we take MWST condition type) will be nullify with another tax condition.
    Is there any documents or white paper avaialable for Plants Abroad -Consignment Fill up scenario for Pricing set up.
    Looking forward for response asap.Thanks.

    Hi Akshay
    You can use consignment process as available in Std SAP. If u dont want to VAT postings to be updated till material  is sold then u can have different account key and can post tax amount to intermediate account such as VAT  payable and then at the time of consignment issue u can have different account key and can update actual tax account .
    consult with your FI collegue ,this is process generally followed in stock transfer but u can modify it to use for your consigment posting.
    revert if u want to discuss further
    Regards
    Mandar

  • Route of the operator.... while creating mapping for idoc to file

    Hi,
    Scenario is IDOC to File but certain rules are there while creating a mapping in XI.
    This is the description for my scenario :
    Within XI this Idoc message needs to be translated into 2 text files:
    1 file for the route of the operator
         - Read the idoc data.
         - When reading a new order first get the customer. This will be a new line in the file.
            The customer number will be set into the filed u2018CustomerIDu2019.
         - Then read the items. For every item create a new line in the file. The machine number will be mapped to the field CustomerID
         - The field RouteOrder should get a sequential number. Starting at 001 and updated by 1 for every new line.
    Could you please guide me how can i implement this above scenario.
    Regards,
    Y.Raj

    Within XI this Idoc message needs to be translated into 2 text files:
    this can be done using multimapping i.e. defining your target messages at mapping tabs in your message mapping.
    When reading a new order first get the customer. This will be a new line in the file.
    The customer number will be set into the filed u2018CustomerIDu2019.
    If there is some condition for identifying new order then you should put condition based on input field.
    if customer no doesnot exists in order then RFC lookup can fetch customerno
    The field RouteOrder should get a sequential number. Starting at 001 and updated by 1 for every new line.
    for this declare varaible in global section and use the same or some builtin function can be used for the same.
    Rajesh

  • Sending IDOC while creating a transport order (WM)

    Hi,
    I'm looking for the customizing options which let me configure that an (WMTOID) IDOC is generated while creating an transport order based on a transport request... Transaction for this is LT04
    Thanks a lot.
    Kind regards
    Markus

    You will need to setup output definition for tranport order.  User transaction NACE to setup outbound EDI type message.  Also you will need to setup Port and partner profile settings.
    Mahesh

  • Shipping point error while creating delivery for subcontracting order

    Hi,
    I am trying to send Materials Provided to a Subcontractor via an SD Delivery using std SAP functionality using IDES preconfigured system.
    In transaction ME2O, while creating delivery, i am facing following error:
    Essential transfer parameters are missing in record:  000002
    The dignosis gives following details.
    Diagnosis
    Information necessary for this delivery is missing.
    Please help to sort out the problem.
    Regards
    SAmeer

    Hi Sameer
    please check OSS notes 102104 for detail help about this error.
    regards
    Srinivas

  • Sending PO idoc to create PO in another SAP system

    Hi,
    SAP A is sending PO idoc (Orders05) to SAP B ...i want it to be posted as PO in SAP B...is it possible or do i have to post it as an SO only ....I found a IDoc type PORDCR01 ...is this correct??
    Also once a PO is created in SAP B can i send a ORDRSP back to SAP A? What config is needed for this...only otbound partner profile( with message control) need to have this entry and also a distribution model entry ....what else?
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on Nov 19, 2011 10:39 PM

    Please check through MM01 whether these fields are display only or can be input enabled, also check the transportation group (MARA-TRAGR) in both the SAP system are in Sync

Maybe you are looking for