Legal Entity not populating when creating a transaction using Deposit API

Hi,
I'm creating deposits using API 'ar_deposit_api_pub.CREATE_DEPOSIT' in R12. The problem I'm facing is, legal entity is not getting populated, both transaction type and batch source have legal entity attached to them. Are there any other setups which I should look at? Any help would be greatly appreciated.
thanks
Goutham.

Hi,
I'm creating deposits using API 'ar_deposit_api_pub.CREATE_DEPOSIT' in R12. The problem I'm facing is, legal entity is not getting populated, both transaction type and batch source have legal entity attached to them. Are there any other setups which I should look at? Any help would be greatly appreciated.
thanks
Goutham.

Similar Messages

  • Sale Order Item Quantity Not Populating When Create A Sale Order Using BAPI

    I am having a problem when creating a sale order using BAPI
    BAPI_SALESORDER_CREATEFROMDAT2
    Problem is that sale order item quantity field is not populating
    code is as follows
    ORDER_ITEMS_IN-ITM_NUMBER = '0010'.
    ORDER_ITEMS_IN-MATERIAL = '000000000010000262'.
    ORDER_ITEMS_IN-TARGET_QU = 'LB'.
    ORDER_ITEMS_IN-TARGET_QTY = 1.

    Hi,
    Try populating ORDER_SCHEDULES_IN table in the bapi field REQ_QTY.
    Regds,
    Rudra

  • Account Assignment is not populated while creating service PO using BAPI

    Hi All,
    I am creating a service PO using BAPI_PO_CREATE1 and Its creating PO, But when I go to ME23n and check Account Assignment in Services then Its empty.
    Please help me as I am not able to understand what could be the problem...
    Thanks & Regards,
    Prabhat Pandey

    Thanks for your most valuable answer.
    Regards,
    Prabhat

  • NAVS Tax price is not copied when creating a PO using template PO

    Hello,
    We have the following situation.
    In our Pricing calculation schema we use condition NAVS for tax calculation.
    Tax amount is entered automatically when we create a PO (based on condition records found)
    However, when we create a PO, copying this existing PO, The NAVS tax returned is zero!
    the following message appears in the price analysis:
    "04 - 203 - Condition record was found and changed manually"
    Via the button "Update" with option G "Copy pricing elements unchanged and redetermine taxes"  we can retrieve again the tax price.
    We would like to skip this manual procedure and have the system automatically copy the NAVS-taxprice.
    How can we accomplish this?
    thanks,
    Aart

    Not necesary anymore

  • Not able to create log files using logging API's

    Hi All,
    I am trying to make use of logging API's of SAP in my standalone java project.
    Below is the following line of code.
    public class TestLog {
    private static final com.sap.tc.logging.Location logger = com.sap.tc.logging.Location.getLocation(testLog.class);
    static
    logger.setEffectiveSeverity(Severity.INFO);
    // logger.addLog(new ConsoleLog());
    logger.addLog(new FileLog("C://temp//testOutput.log", new ListFormatter()));
    public static void main(String[] args) {
    writeLog();
    public static void writeLog()
    logger.entering("entering");
    logger.debugT("In Write Log");
    logger.exiting("exiting");
    But the above codes does not create the testOutput.log file in the dir which i have mentioned . I have added sap.comtcloggingjavaimpl.jar from eclipse plugin folder to make use of these API's .
    Could you please help me on this .
    Thanks & Regards,
    Mitul Adhia.

    Hi,
    Also try adjusting the severity level in nwa(Netweaver Administrator).
    1. Go to http://<host-name>:<port-number>/nwa
    2. Select Problem Management from tabs.
    3. In that select Logs and Traces tab.
    4. Select Log configuration
    5. in Show select Tracing Locations
    6. Select your application and set the severity to be the one lower than that you specify in your code.
    Hope it helps.
    Regards,
    Srinivasan Subbiah

  • Entity Attributes are not populating while creating EO using EO wizard.

    Hi,
    I am using JDeveloper version 10.1.3.3.0.3 and E-Business suite12.1.2.
    I am facing problem while creating EO using EO wizard.
    In Entity Object Editor Entity Attributes are not populating while creating EO.
    Please help me resolve this issue.
    Thanks & Regards,
    Sagarika

    Please ensure you click on Tables and Synonyms check box and select proper schema.
    Try to select the table from the list after this instead of writing as in 10.1.3 when we write table name it automatically selects from the list if it exists in the list.
    Thanks
    AJ

  • Partner function not working when creating PO with ref to PReq

    Partner function is not working when creating a Purchase Order with ref to a Purchase Requistion, Partner functions maintained in the vendor master are VN, OA & PI.
    But OA & PI are not appearing in the PO header partner tab when created with ref to PR.
    however it works when i create the PO directly ( without the PR ref )
    I am using the same material & Plant for both manual PO & PR to PO.
    Any idea what could be wrong .
    I have maintained the settings for schema groups for vendor master & purchasing doc in the partner determination.
    Thanks
    Dkmurthy

    Hi,
    I have also an issue that seems similar to one you are discussing.
    When we use ME59N and create a PO with ref. from a PR (created from a sales order), the message determination works well, it reads the condition set in MN04 (condition records for messages), and creates a message (with output type for EDI , medium: 6, and partner function LS: Logical system). Message is created and idoc is sent.
    When we try with ME21N, ME21 and we create the PO with ref. to the same PR, either by entering manually the PR in the document overview of ME21N or by selecting the PR (without entering the PR number), i.e with date, the message is not created in the PO.
    Company code is assigned to purchase organization, and so is purchase organization to plant.
    Any idea why there is no automatic message determination in the case of the transaction: ME21N
    Note: If I try ME21N, and enter the output type and partner, manually, I receive a warning message
    VN006 (Partner XXXX does not exist for partner function LS). If I accept this warning message, then message is saved- idoc is sent. However I can not overcome the warning message, if it plays any role, because I can not assign partner function LS to the vendor.Then I receive message CZ 327 (Can not use this partner role).
    Any input is wellcome.

  • Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11

    Stored procedure not found when creating a new recordset binding in Dreamweaver CS6 with ColdFusion Server 11.  I can see the tables and views in the database tab, but no stored procedures.  If I connect to a data source created in ColdFusion Server 6 I am able to see the stored procedures.

    Ben thanks for the reply!
    Yes that is the process I am following:
    In Dreamweaver, open the page that will run the stored procedure.
    In the Bindings panel (Window > Bindings), click the Plus button, and then select Stored Procedure.
    In the Data Source pop‑up menu, select a connection to the database containing the stored procedure
    Enter the ColdFusion Data Source user name and password.
    At this point in the procedure drop down I would get a message that said No Stored Procedure Found.
    Right now it appears to be working, I had to create a new site that pointed to the older CF 6 server's data source and create a page following the process above, then when I went back to the CF 11 site the stored procedures were now populated.  I need to make sure it is pulling from the correct server but right now it appears to be working.
    Thanks
    Dwight

  • Upgrading from 11.5.9.2 to 12.0.4, Legal entity not migrated

    Hi,
    Upgrading from 11.5.9.2 to 12.0.4, Legal entity not migrated, due to this issue unable to process any accounting transaction, In the GMA_MIGRATION_LOG contain the below message.
    TABLE_NAME     LINE_NO     RUN_ID     MESSAGE_TOKEN     M_TYPE     PARAM1     PARAM2
    GL_SUBR_STA     144,378.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Legal Entities
    GL_SUBR_STA     144,379.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Cost Types
    GL_SUBR_STA     144,380.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Previous Cost Types
    GL_SUBR_STA     144,381.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Current Cost Types
    GL_SUBR_STA     144,382.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Previous Periods
    GL_SUBR_STA     144,383.00     1,393.00     GMA_MIGRATION_ERROR_ABSTRACT     E     GL_SUBR_STA     Current Periods
    GL_SUBR_STA     144,355.00     1,392.00     GMA_MIGRATION_TABLE_STARTED     P     GL_SUBR_STA     NULL
    GL_SUBR_STA     144,356.00     1,392.00     GMA_TABLE_MIGRATION_TABLE_FAIL     P     NULL     NULL

    Hi,
    Please refer to your other thread.
    GRE/Legal Entity not migrated in R12
    Re: GRE/Legal Entity not migrated in R12
    Regards,
    Hussein

  • Change pointers are not generated when creating a material master

    Dear Experts,  
    Change pointers are not generated when creating a material master. 
    However, when a change is made to the already created material, the change pointers are created according the fields in BD52.  
    Am I missing any settings?
    I need to create change pointers immediately when I create the material master in MM01.  
    Please suggest. 
    Regards,
    Shetty

    did you follow the steps given in
    http://help.sap.com/saphelp_nw73/helpdata/en/4a/6dcbe9c95261a3e10000000a421937/frameset.htm

  • PSE 8 some photos will not autoimport when creating an photobook and block the whole sequence. Are there knows reasons why individual photos can hang the import? Thanks Michael

    When creating photobooks with PSE 8 I find occasionally that certain photos block the autoimport function and none of the sequence are loaded into the new photobook. Using the identical setting to create a photobook other sequences of photos work perfectly. The photos have been checked and found and all are connected and recognised. Are there knows issues with some photo formats which will not autoimport when creating a photobook?
    Thanks for the help.
    Michael

    Sometimes LR can be "nudged" into showing folder relationships which better match the file system, by using the "show parent folder" command. When existing folders appear as if they were "top level" in the drive, we can see a more or less virtual picture of the situation, rather than anything real. So newly added folders can sometimes present themselves as if independent of what is already there.
    By forcing LR to show a fuller hierarchy of folders, more attention gets paid to the actual arrangement - so new and existing folders should "wake up" and thereafter appear more reliably in the right relationships.

  • How to add multiple table when creating add on using b1de

    Hi all,
    Plz help me
    How to add multiple table when creating add on using b1de.
    Thanks

    Hi dns_sap,
    Can you explain a little better what you are trying to accomplish? Is it to create UserTables and UserFields in the database, when the addon runs the first time?
    If so, you can use the following code
    Add User Table
            Try
                Dim lRetCode As Long
                Dim oUDT As SAPbobsCOM.UserTablesMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserTables)
                oUDT.TableName = TableName
                oUDT.TableDescription = TableDescription
                oUDT.TableType = TableType
                lRetCode = oUDT.Add
                '// Check for error when adding the Table: if lRetCode = 0 the table was created; if lRetCode = -2035 the table already exisits
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & lRetCode.ToString & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDT)
                oUDT = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Add User Field
    Try
                Dim lRetCode As Long
                Dim oUDF As SAPbobsCOM.UserFieldsMD = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oUserFields)
                oUDF.TableName = TableName
                oUDF.Name = FieldName
                oUDF.Description = FieldDescription
                oUDF.Type = FieldType
                lRetCode = oUDF.Add
                '// Check for error when adding the field: if lRetCode = 0 the field was created; if lRetCode = -2035, the field already exists
                If lRetCode <> 0 Then
                    oApplication.MessageBox("Error: " & oCompany.GetLastErrorCode & ", " & oCompany.GetLastErrorDescription)
                End If
            Catch ex As Exception
                oApplication.MessageBox(oCompany.GetLastErrorDescription)
            Finally
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oUDF)
                oUDF = Nothing
                lRetCode = Nothing
                GC.Collect()
            End Try
    Regards,
    Vítor Vieira

  • How do i add photos to the photo array when creating a book using iphoto 8.1.2?  the book doesn't accept the albums and foldlers i drag and drop.

    how do i add photos to the photo array when creating a book using iphoto 8.1.2?  the book doesn't accept the albums and foldlers i drag and drop.

    I'd suggest you ask this question in the iPhoto forums:
    iPhoto
    Posting here is unnecessarily limiting the people who'll see your question to those running iMacs.
    Regards.

  • How significant is the yellow hazard warning for pictures when creating an album using IPhoto?

    How significant is the yellow hazard warning message for pictures when creating an album using IPhoto?

    Are you talking about making a Book?
    How siginificant depends on how low resolution the photo is and how sensative you are to poor prints - it displays when a -photo will print below 180 dpi - what is the DPI of the photos that is givingyou the warning (the photo size divided byt the pixel size)
    LN

  • Certen user is not able to create the sc using sepecific vendor

    Hi,
    User is not able to create the SC entering specific  vendor .
    This vendor is in maintained in SRM for one pur.org (I have checked in PPOMA_BBP).
    Then why he is not able to creating the sc using this Vendor

    whether user is belong to same region of the Vendor or different. Is there any enhancements you have like that.
    Please check those things.
    Hope this will help.
    Thanks
    Venkatesh P

Maybe you are looking for

  • System ask GL Account when saving SO Document

    Hello, Am creating Sales Order (va01) with all the complete data.. But when am saving the trnsaction..its prompting incomplete  ..GL Account need to be maintain... Did i missed out some configuration that trigger this error message when saving the SO

  • Would like my PDF to open outside of browser.

    Folks, I have a button that opens a PDF file within the browser itself. Is there anyway to force it to open externally (In acrobat outside of the browser). This will be for mass deployment so I would prefer not to have the user do anything other than

  • IFPM (Floor Plan Manager) method getCopyOfAllMessages()

    Hi All, this might not be the right forum to post this question, but I'm guessing more ESS WD developers look here than elsewhere. I'm currently trying to change the standard ESS travel application (ess-tra-tre) as per some customer requirements. The

  • Target registration in ERP Integrator in the Workspace

    Hi, I'm trying to integrate HFM 11.1.1.3 with E-Business suite R12 using ERP Integrator. Actually, I want to load journal entries from EBS in HFM. I've successfully registered the source (EBS) and I filled all the ODI details, but I can't register th

  • Mouse 3 scroll [SOLVED]

    In windows, while i was using firefox, i could click the mouse 3 (scroll wheel) to enable scrolling by moving the mouse.  I would like to enable that in linux, but i dont know how.  Have any of you guys gotten that to work?