Substitution not called when posting from a different system through ALE

Hi
When I post an FI document using FB01 in FI system,the posting calls a  substitution to fill the cost center if the cost centre is empty.We have a custom function module which substitute the cost center
The HR system is linked to FI system through an interface.
So when HR system post a document through FI,it post successfully if the cost center is filled.
But it fails to call the substitution when posting a document without cost center.
There is a statement in our custom fm
ASSIGN ('(SAPF110S)XBSEG[]') TO <lfs_bseg_tab>.
ASSIGN ('(SAPMF05A)XBSEG[]') TO <lfs_bseg_tab>.
These statements fails to work when calling remotely from HR system and so it doesnt fill <lfs_bseg_tab>.
So the HR guys telling tat because of this reason,the substitution is not called.
Could anyone please help?

Hello ,
are you use BTE or GGB1 ?
regards
Prabhu

Similar Messages

  • Data not populated when run from a different machine

    I have a stored procedure which populates a table
    The stored procedure when it is run on my machine using SQL Plus populates data correctly in a table.
    I select using SQL PLUS and it shows that the data is there
    But when I run the SAME procedure ( SAME schema, SAME parameters, same everything ) from a
    different machine using SQL PLUS , it shows that "PL/SQL procedure completed successfully", BUT does not populate
    the table.
    SAme thing is happening for all other procedures too.
    Why is this happening
    Please help
    Ashwin

    I checked using this
    SELECT * FROM V$PARAMETER WHERE LOWER(NAME) ='nls_language'
    AND I get same results on both machines
    NUM NAME TYPE
    VALUE
    ISDEFAULT ISSES ISSYS_MOD ISMODIFIED ISADJ DESCRIPTION
    UPDATE_COMMENT
    96 nls_language 2
    AMERICAN
    TRUE TRUE FALSE FALSE FALSE NLS language name
    Thanks
    Ashwin N.

  • TS3276 My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    My o2 email account does not work when sending from my MAC it will accept incoming mail but not send it gives me a message that  o2 account (offline) my mac I have no problem with my iPhone  or mac laptop. any suggestions please.

    Sorry for the delay...
    I did what you've told me, new account and manually copied my files from Time Machine. I had lots of permissions problems, but at the end, almost everything is in order... It seems it had to be with some of the Apple Preferences, but I can't be sure, as most of them were dumped to the trash can.
    I still don't have my Mail Rules back, unfortunately, although I did goggled some. It is a pity, as I had around 30 or 40 of them, getting my mail in order to each of its mailboxes, but it is a small price as the rest doesn't show the before syntoms.
    Thanks for the help, anyway!!

  • Access 2010 on 64 Bit Windows 7 Access "Not Responding" when changing from forms view to design view and back

    I am running
    Windows 7 64 bit
    Access 2010 32 bit
    Developing an application with a split FE BE with both files local but continue to have the message "Not Responding" when switching from forms view to design view and back as well as if I try to connect to a subform or object on the sub form.

    I have seen this behavior when the form's RecordSource is a complex query such as a crosstab or a query with several nested queries. To test if this is your case, remove the RecordSource and see if the form starts acting normal again.
    Then again, if the form has several subforms they might be slowing up the loading time.
    Bill Mosca
    www.thatlldoit.com
    http://tech.groups.yahoo.com/group/MS_Access_Professionals

  • Region Monitoring iOS 7 : didEnterRegion method is not calling when app is killed by user or by OS in iOS 7 only. It is working fine when it is in background. and the same code is working fine with iOS 6 for both app in suspended mode and background mode.

    Region Monitoring iOS 7 : didEnterRegion method is not calling when app is killed by user or by OS in iOS 7 only. It is working fine when it is in background. and the same code is working fine with iOS 6 for both app in suspended mode and background mode. What changes I have to made to work great in iOS 7 also.

    I rewrote code for debugging purpose and tried to catch error using GetLastError();  method,
    but it only printed 0. Below is code snippet; I think Create() throw an exception
    and code goes to catch block. 
    LONG ConnectTS(CString strIP, UINT n_Port)
    try{
              ErrorLog(0,0,"ConnectTS is calling Create [is going to call]","");
              if(!Create())
    // Exception Line
    n_Err = GetLastError();
    return NET_INIT;
    catch(...)
                       DWORD errorCode = GetLastError();
                       CString errorMessage
                       errorMessage.Format("%lu",errorCode);
                       ErrorLog (0, 0, "Image
    System", (LPTSTR)(LPCTSTR)errorMessage);
                       return  IS_ERR_WINDOWS;
    Output: -
    ConnectTS is calling Create [is going to call]
    Image System
    0

  • Serial number not valid when upgrading from LR4 to LR5 [was:leewayphotography]

    J’ai acheté LR 4 il y a 1 an avec le n° de série sur la boite. J’ai acheté l’upgrade pour LR 5 et je n’ai jamais pu installer la version définitive avec ce n° de série.Ce n° de série n'est pas valide. La durée version d’essai est terminée et donc je dois retourner à LR 4 pour continuer à travailler ? Pourquoi cela ne fonctionne pas?

    Bonjour.
    J'ai bien compris votre réponse qu'il fallait utiliser un nouveau n° de série. J'ai bien téléchargé LR5 le 18 mars 2014, j'ai bien reçu une facture
    n° IEE2014000174985 mais je n'ai pas de trace d'un nouveau n° de série. Il n'est pas sur la facture, ni dans le logiciel?
    Que faut-il faire
    Leewayphotography
    From: John Waller
    Sent: Monday, April 21, 2014 10:14 PM
    To: leewayphotography
    Subject: Serial number not valid when upgrading from LR4 to LR5 was:leewayphotography
          Re: Serial number not valid when upgrading from LR4 to LR5 was:leewayphotography
          created by John Waller in Photoshop Lightroom - View the full discussion

  • Can EE Customer service call me on my phone? I can not call to UK from abroad

    URGENT Can EE Customer service call me on my phone?  I can not call to UK from abroad

    Hi ,
    Very sorry this is a public forum no calls can be made.
    How can I help with your query?
    Thanks.

  • How to call a package from a different instance?

    Dear all:
    how to call a package from a different instance?
    for example:
    package A belongs to instance A1
    package B belongs to instance B1
    Now I want to call the package B in instance A1, how can I do ? my environment is oracle 10g
    Regards
    Terry

    Terry Chen wrote:
    Dear all:
    how to call a package from a different instance?
    for example:
    package A belongs to instance A1
    package B belongs to instance B1
    Now I want to call the package B in instance A1, how can I do ? my environment is oracle 10g
    First you have to create create dblink in A1 database as below
    CREATE DATABASE LINK INSA1
       CONNECT TO USER_NAME IDENTIFIED BY <pass>
       USING 'B!' Then you can execute exec pack_b@INSA1;

  • While i post photos from my gallery to Facebook it is not appearing as posted from ios

    while i post photos from my gallery to Facebook it is not appearing as posted from ios how do it do it

    http://support.apple.com/kb/HT4236 hope this article will help.

  • What app can you download that will allow wifi calling when you have no cell signal through the network?

    What app can you download that will allow wifi calling when you have no cell signal through the network?

    You might Give this App a Try..  I have not use this my-self but have Look through the Link see what you think..
    Talkatone free calls + texting - Android Apps on Google Play
    Here's some Extra Info I found through C|Net on the app you were asking about
    3 Android apps for Wi-Fi calling with Google Voice - CNET

  • Calling a procedure from an OAF page through a button in the screen

    problem: calling a procedure from an OAF page through a button in the screen

    CREATE OR REPLACE procedure APPS.xx_delete_dept_prc(p_id in number)
    as
    begin
    delete from xx_training_dept_tbl where td_dept_id=p_id;
    commit;
    end;
    2.     create image button for delete
    3.     set the following property to this button:
    action type : fire action
    event :DeleteDept
    parameter :
    name: DEptIdParam value: ${oa.XxTrainingDeptVO1.TdDeptId}
    4.     create Co and writing the following code on process form request
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    String actionInscreen=pageContext.getParameter(EVENT_PARAM);
    if ("deleteDept".equals(actionInscreen))
    String deptidparam=pageContext.getParameter("DeptIdParam");
    Serializable [] s={deptidparam};
    Class [] c={deptidparam.getClass()};
    OAApplicationModule am=pageContext.getApplicationModule(webBean);
    am.invokeMethod("deleteDept",s,c);
    throw new OAException("delete completed",OAException.INFORMATION);
    5.     create AM and writing the following code
    public void deleteDept(String deptid) {
    XxTrainingDeptVOImpl deptview= getXxTrainingDeptVO1();
    deptview.deleteDept(deptid); }
    6.create VO and writing the following code in view object class
    public void deleteDept(String deptid
    System.out.println("Dept ID =" +deptid);
    String s = "call xx_delete_dept_prc(:1)"; // :1 is the number of parameter to pass it to procedure
    CallableStatement cs =trx.createCallableStatement(s,1); // 1 number of record to fetch but delete always delete 1 row
    try
    cs.setString(1,deptid); // the name of the first parameter
    cs.execute();
    cs.close();
    catch (SQLException e)
    e.printStackTrace();
    }

  • Issues in employee replication from ECC to CRM through ALE/IDOC

    Hi,
    We are replicating the employees from ECC to CRM through ALE/IDOC.
    Some times for some employees, the Idoc status in CRM is  52(Application document not fully posted) in CRM (WE02 tcode)
    If I see the details its showing as " Identification Category BPCCOD is Not Assigned to Any Identification Type"
    What I need to do now to avoid this.
    Pl suggest
    Regards
    BABU.

    Hi Babu, I'm having the same error when I replicate my employes. I have define  BPCCOD in  spro - Cross-Application Components - SAP Business Partner - Business Partner - Basic Settings - Identification Numbers,  but this configuration does not resolve my problem.
    Could you resolve this problem?.
    Pls. let me know...
    Regards,
    George

  • Exit or substitution GL account when posting goods issue

    Hi out there,
    does anyone know how to change BSEG-HKONT via a subsitution ? It seems to be blocked for that purpose. Although if I unblock it in table GB01 this does not work.
    If there is no possibility does anyone know a customer exit to change the account determination for GBB VBR when posting a goods issue ? It is needed for special postings and I want to program it either in a substituiton or exit.
    Thanks a lot for your help.
    Sebastian

    Dear Sebastian,
    It is possiable to change G/L through subsitution. But you will have to take help from abaper who will write code for the subsitution.
    Any subsitution which is realted to G/L can be written though the following path
    Financial Accounting (New)->>Financial Accounting Global Settings (New)->>Tools->>Validation/Substitution->>Substitution in Accounting Documents
    after that enter new line and double clik to write ABAP code based on your requirement.
    Hope you got the way.
    Rupesh

  • Detailed page to be called and displayed from 3 different tabs

    Hi,
    That's my problem. I have a detailed form called from 3 different pages. When calling the detailed form the 3 tabs are highlighted.
    Is there any way to tell Apex which tab is to be highlighted on each time.
    Many thanks

    Hi,
    Why don't you simply NOT list the Detail page on any of the tab properties? i.e. when the detail page is being shown, none of the tabs will appear lit up. Would that work?
    Wouldn't this look akward?
    Or you could create the form region on Page 0 and conditionally display the region as appropriate so you don't have to duplicate it on multiple pages.
    The detail form contains two updatable regions. I don't think this is a good idea.
    Any ideas what people normally do in scenarios like mine?
    I don't mind replicating the page if "that's a good practice" but I would appreciate other suggestions.
    Many thanks again.

  • Balance in transaction currency F5 702 when posting from SD invoice VF04

    When posting message from VF04 or VF02, can not release to accounting.
    Balance in transaction currency
    Message no. F5 702
    Diagnosis
    A balance has occurred in transaction currency 'USD' with the following details:
    Exchange rate '00', amount ' 1,000-' and currency key 'USD'.
    The data in the transaction currency were transferred from the calling application.
    4.6c release.
    Sales org, company code, customer have currency USD.
    In the header of invoice, posting status is "Error in Financials Interface". G.L. account is configured and can be posted.
    Any suggestions is appreciated.

    Hi,
      I am getting same error message problem while releasing billing doc from VF02.
      did you resolve the same please let me know how u did it.. i have gone throu user exit u mentioned but in my project those
      User exits are not using.. pls give reply ASAP..
      Getting below error message..
    Balance in transaction currency
    Message no. F5702
    Diagnosis
    A balance has occurred in transaction currency 'USD' with the following details:
    Exchange rate '00', amount '         5,494.00' and currency key 'USD'.
    The data in the transaction currency were transferred from the calling application.
    System Response
    Your data cannot be processed in FI.
    Procedure
    The error is probably in the calling application.

Maybe you are looking for

  • Problem in creating the data source in r3.

    hello gurus, i have created a view in r3 for transaction table but i am not being able to create the data source for the same. i have two fields in my table called amount n currency. when i remove those two fields then i am able to create the datasou

  • DVI KVM switch to use with iMac and Cinema Display

    I currently have a 20" iMac that I use with a 20" Cinema Display. I'd like to share the Cinema display between the iMac and a Dell computer. Assuming this can be done, are there any recommendations for a DVI-KVM switch? Most important is no loss in v

  • Cannot install CS3

    I have a Windows XP3 machine. With MX 2004 and Dreamweaver 8 installed. Tried several times to installed CS3. Only Components Share installed. Dreamweaver CS3 and etc. refuse to install. Any idea how to solve the matter. Thanks for your time.

  • My file is not saving

    Hello everyone I used String realPath =config.getServletContext().getRealPath("/"); to get the real path of my application. I got the string as: /home/cascanicacom/public_html/ Now I need to create a file "write.txt" and save it under the /home/casca

  • Move Itunes media from external drive

    Itunes media file located on failing external drive. Need to move time machine backup copy (on a different external drive) back to mac hd. Advice on this procedure please