Not able to clear return structure in BAPI_ALM_ORDER_MAINTAIN

Hi,
I'm having a problem with the return structure in BAPI_ALM_ORDER_MAINTAIN where it's keeping all the records and I can't seem to clear the structure. I've tried sending in a blank return table from webdynpro, but the bapi still remembers any messages from the same session and returns them back. Does anyone know how to clear this structure so that it only returns the messages for the current call? Thanks.
Joanna

Joanna,
When you us BAPI its normally unidirectional as far as return is concerned. You have to ge the return values from R/3. When you map the BAPI to context in the component controller the data from the BAPI is transferred to the controller context on the invalidate method of the node. If you want the controller context node to consist some other value then you can write into that node manually and the value will remain there till you invalidate the node. Remember if you want new values in Return then you need to run the BAPI again.
I hope this answers your question.
Regards,
Anand

Similar Messages

  • F110- not able to clear the debit and credit entry with the same reference

    Hi,
    I am not able to clear the debit and credit entry with the same reference in F110 even after having the payment terms as immediate payment, payment method is maintained in document no and vendor master data. Both debit and credit entry is appearing in FBL1N as an open item but it is not appearing in F110.
    In Log message appear as 8 days grace period is existing whereas as payment term is just 0001- immediate payment.
    Kindly advice me what could be wrong.
    Thanks,
    Manya.

    Hi,
    Credit and debit balance in vendor account are not cleared automatically when only vendor line item has payment method and credit memo has not payment method. Also when there is not payment method maintained in vendor master data.
    In such case to avoid payment to vendor when vendor has debit balance we perform debit balance check.
    In second scenario when u2018individual paymentu2019 is selected in vendor master data vendor invoice and credit memo are not cleared automatically in F110.
    To setoff vendor credit and debit balance in F110 you to uncheck u2018individual paymentu2019 check in vendor master data > company code data > payment data.
    Thanks!
    Raju

  • Not able to save keyfigure structure

    Hi All,
    Iam not able to save keyfigure structure which is used in specific query only and Iam able to save characteristic structure.
    Regards
    S

    Hello,
    firstly run a check in the query designer to check for syntactical errors.
    make sure that you are having only 2 structures in the query.System will not allow to define third structure.
    In the keyfigure structure,see if you have defined your selections and formulas correctly.
    If you have cell definitin, do check for correctness of the same.
    Please provide the exact error message you are getting when you are saving.
    Regards,
    Dhanya.

  • Not able to clear the credit balances in EURO EEFC account u2013 150180

    Hi Friends,
    Not able to clear the credit balances in euro foreign currency account 
    Kindly do need full.
    Thanks,
    SRIKANTH

    Dear Srikanth,
    Can you be more elaborate. If you are trying to clear the EURO account in your local currency, if system issues error message, then in OBY6, select check box no diff in forex when clearing in local currency.
    If this is not the issue, please elaborate in detail.
    Thanks
    Aravind

  • Not able to clear customer through EBS FF.5

    Hi,
    I am trying to clear a customer invoice through the MT940 file upload by ff.5. But it is not able to pick up the invoice and ending in error
    stating "the difference is too large for clearing"
    Below is my EBS config
    below is the external transaction type and internal trasaction type config
    this is the customer invoice which I am trying to clear.
    I am trying to upload the below MT940 file by mentioning the invoice number in tag 86
    But I am ending up in the below error.
    Please let me know, where am I going wrong. Has it got something to do with teh OB74 settings?
    Or if I have to put some more info in tag 61 or tag 86. Please let me know.
    Regards
    SR

    Hi Swatik
    If you see in Posting rule CHIC 2 you haven't defined any accountsysmbol and posting  posting key  for Credit side
    to post this you need to go in FEBA . ENter you company code , House bank and account ID . then Execute . here you can see all bank statment .
    Now choose the statement number you want to post and then expand to see all transaction . There you will this Entry in RED . Now  select that transaction and do RIGHt and click on ON post . This will take to Transaction F-05 .where you can post .
    THIS  RULE IS DEFINED TO POST MANUALLY INSTEAD OF AUTOMATICALLY ..
    Many Thanks

  • Not able to expand Treetable structure programmatically

    We had implemented expanding Treetable structure programmatically. But when we are uptaking our UI to PS4, the expand operation is not working and we are getting exceptions.
    We are expanding Treetable through program, for example when try to expand first child of first node, we are passing Disclosed keys like 0,0 to the Treetable using the setDisclosedRowKeys() method.
    While trying to expand we are getting the following exception:
    No data found for key 0, 0
    ADF_FACES-60097:For more information, please see the server's error log for an entry beginning with: ADF_FACES-60096:Server Exception during PPR, #5
    Please correct me if I miss anything.

    this code works for me..
    disclosedRowKeys="#{pageFlowScope.orderBean.disclosedTreeRowKeySet}"
    rowDisclosureListener="#{pageFlowScope.orderBean.rowDisclosureListener}">
    public void rowDisclosureListener(RowDisclosureEvent rowDisclosureEvent)
    Iterator added = rowDisclosureEvent.getAddedSet().iterator();
    if (added!=null)
    while (added.hasNext())
    Object rowKey = added.next();
    //disclosedTreeRowKeySet.clear();
    List path = (List)rowKey;
    for( int i=0; i< path.size(); i++ )
    List<Object> nodePath = new ArrayList<Object>();
    for( int j=0; j<i; j++ )
    nodePath.add( path.get( j ) );
    disclosedTreeRowKeySet.add( nodePath );
    disclosedTreeRowKeySet.add( rowKey );
    System.out.println( "disclosed Keys...... " + disclosedTreeRowKeySet );
    private void expandSelectedFundingNode(RowKeySet addedObj) {
    if (sourceTreeTable != null) {
    Iterator added = (Iterator)addedObj.iterator();
    if (added!=null)
    while (added.hasNext())
    Object rowKey = added.next();
    List path = (List)rowKey;
    for( int i=0; i< path.size(); i++ )
    List<Object> nodePath = new ArrayList<Object>();
    for( int j=0; j<i; j++ )
    nodePath.add( path.get( j ) );
    disclosedTreeRowKeySet.add( nodePath );
    disclosedTreeRowKeySet.add( rowKey );
    sourceTreeTable.setDisclosedRowKeys(disclosedTreeRowKeySet);
    }

  • Not able to clear vendor items in f-44

    hi guru's
    it is a supplier account that we want to clear. There is a problem of exchange rate as two  posting is in USD and three postings in EURO.
    So We have posted in FB01 a new posting saying that the 172 USD should equal 133.13 u20AC and not 133.38 u20AC.
    Amounts are looks zero when we are matching up in F-44, but at the time of saving document it is giving an error u201CEx.rate diff.accts are incomplete for account 0000260080 currency USDu201D
    What is wrong any idea?
    Regards
    Sunitha

    Hi
    u201CEx.rate diff.accts are incomplete for account 0000260080 currency USDu201D
    It seeems you are not maintaining Exchange Rate Difference Accounts.
    Those accounts are Expense Account and Exchange rate gain Account.
    Go to OBA1 and assign these accounts.
    Your problem will be solved.
    Regards
    Venkat

  • Not able to clear GR/IR accont

    Hi,
    We are executing transaction code F.13 to clear GR/IR account.
    However, still there are some documents appearing in the account as uncleared.
    For all the documents unclaered, two accounts are involved: one for GR and other one for IR.
    We tried transaction code MR11 also to clear the documents but not succeed.
    Please help us to finf the solution of the issue.
    Please let us know for any other information.
    Regards
    Deepak Garg.

    Hi Deepak,
    MR11 should clear all the balances in the group currency, other than any local amounts or rounding off differences.
    For Auto Clearing of GR/IR Please follow the below steps.
    1. Change the GL Account GR/IR Master Sort Key -014 .
    2. SPRO->Financial Accounting (New)->Business Transactions->Open Item Clearing->Prepare Automatic Clearing
    There you config .
    Chart of Account - Acct Type(S) -GL Accounts(GR/IR Account) - ZUONR(Criterion 1) only.
    3. Execute the T.Code F.13 for Auto Clearing (With GR/IR Account)
    This will work in future posting GRN's only. If you want update old GRN's You need to Run LSMW for updating the assignment field Purchase order number and Line Item number.
    Hope It will clear.
    Regards,
    Kishore K
    Edited by: kishore babu on Nov 17, 2009 2:01 PM

  • Not able to clear the GR/IR account due to missing link of purchasing doc

    HI,
    We have the below process:-
    (1) Do MIR7 to post the consignment withdrawal
    - It post the document in GR/IR account material document wise
    (2) Do MRKO for the settlement
    - It post the document in GR/IR plant wise, as we have the summerization active. (Summerization is done as we have sometime more than 9999 line items to be posted in single document).
    Now the material document wise linking can not be done due to summerization.
    Please let us know in case anybody has faced such issue?
    Regards,
    Bhavesh

    Hi,
    We have done the below to meet it:-
    (1)     Have used the user exit program ZXM08U11 where we have populated the vendor number in the line item created for MRKO
    (2)     Then in the same user exit, we have given a popup for the user to enter posting date and then overriding the posting date with that user entered posting date in MRKO
    Then in view V_TF123, we have maintained clearing criteria as:-
    - Vendor Number
    - Posting period
    - Fiscal Year
    - Plant
    Just note that the basic assumption behind this solution is that the withdrawal and settlement are being done in the same posting period.
    Regards,
    Gaurav

  • Not able to clear out a formula field value when variables are equal to 0

    I am trying to calculate the difference between a formula field from a main report and a formula field from a subreport. When i run the report i get a correct difference calculation only when both formula fields have a value different than 0. When both values are 0 then the difference calculation shows the last item quantity from the formula field in the subreport that had different values than 0.  It looks like the difference calculation is not being clear out before jumping to the next value calculation.

    try to clear the variable values once done with calculation like
    whileprintingrecords;
    shared numbervar i:=0;
    regards,
    Raghavendra

  • Not able to clear an open line item using F-44

    Hi Experts,
                     I am trying to clear  open line items of a document using F-44. But I am getting message "No appropriate line item is contained in this document". The open line item document is available in BSIK table also. Please help me out here.
    Regards
    Amit kumar

    - Check some table fields in the missing documents using Transaction SE16. The following conditions must exist for the missing document numbers in question -
    BSIS-XOPVW = X (Indicator: Open item management, only for G/L accounts)
    BSEG-XOPVW = X (Indicator: Open item management)
    BSEG-AUGBL = space (clearing document number)
    BSEG-DISBN = space (discount document number)
    BKPF-BSTAT = space (document status)
    BKPF-XSTOV = space (indicator reversal flag)
    REGUS/REGUP -> see below
    - Check Note 136754 - F-03, F-32, F-44, F-28 missing open items (link below)
    Note 136754
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=136754]
    Rgds.

  • Not able to clear open item. Error payment block

    Hi,
    When I am trying to clear an open item for a customer, I am getting this error message "1 item(s) was/were not activated due to online payment block ".
    I checked v_t008 and could see that 'Manual Payments block is enabled for Block Ind 'A'.
    but how I check if this customer has block ind A. How do I check and correct this issue.
    pl advice.
    thanks..

    What do you mean by "'Manual Payments block is enabled for Block Ind 'A'" ? As I understand, the indicator must be unflagged to permit manual clearing. Documentation says:
    Indicator: Blocked for manual payments                                     
         Indicator that documents which are flagged with the relevant blocking  
         key cannot also be cleared during manual entry of incoming payments or 
         outgoing payments.

  • Customer balance not able to clear in APP (F110)

    Hi,
    We have 4 line items in a document as follows:
    PK               Amount
    04                      40.12 (Opening balance)
    17                   4838758.27-
    17                   1531556.00-
    27                   6370274.15
    The above document Customer & Vendor both are there and 3 line items are cleared. 
    1st line item 40.12 is debit balance and it is not cleared, 
    we put the baseline date as 24.05.2008 and we ran the F110 job and this item is going to exception list.
    (It is showing Discount base 40.12 & No pymt possible because items with a debit bal.still exist)     
    Can you please let me know why this is going to Execption list.
    Best reagards,
    Madhusudhan

    Try reset iPad
    Hold down the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears
    Note: Data will not be affected.

  • Not Able TO Clear Payment In Cash Management

    Example
    I have one payment which GL date is 02-Feb-13 but wrongly I clear this payment on 12-Apr-13 after clear the payment I unclear this payment with the same date. Now I want to clear this payment in 30-Mar-13. But system not allows me to clear this payment on 30-mar-13 its shows me message. And I want to clear the payment on 30-Mar-13.

    Hi,
    what is the error which you get?
    Thanks,
    Shikha

  • Not able to clear material from quality stock

    Hi,
    There is a stock inconsistency between inspection stock in materials management and inspection stocks managed in inspection lots.Due to this, unable to clear inspection stock. I tried with QA08 ,MB1B also assiging inspection type 08 but still posting not happening fron inspection  stock to unrestricted stock.
    Regards,
    Ravi

    Hi Ravi,
    Please note / clarify following :
    1) If  in material master of QM you have activated  post to inspection (no lot generation with 01 or 04 type insp) then stock will appear in quality, and you should or can only clear it using MB1B 321 movement type.
    2) If already you have activated 01 or 04 or 08 then you will be allowed to post stock through inspection only (QA11).
    3) Check one more important point :
    From old lots somebody might have done result recording and given UD but forgot to do stock posting. you can find such lots with status 'SPRQ'. go to QA32 put particular material, remove range dates and select all insp lots. from the list apply filter to column 'system status' check for ' SPRQ ' in the filter. you will lots where UD given (green radio button)  but stock posting pending.
    Please elaborate if problem if not resolved.
    Best Regards,
    Shekhar

Maybe you are looking for

  • Password-protecting a hyperlink to a file?

    Is it possible to make a hyperlink to a file password-protected in iWeb 3.0.3? For example, I'd like to make a portfolio on my website downloadable only to select clients. Thanks.

  • Meta tage in PDF files

    is there a tool that will generate Meta Tag data in existing PDF files? I do know how to do it manually but literally have a bunch of pdf files to edit and a tool that what would at least get me close would be a big help. If you are wondering "why bo

  • Oracle 9i to 10g convert. Must sign on to reports in 10g.

    Is this because I am only using web.show_docment. I need to user p_run_report?

  • List Database – Security Reporting and Administration Users

    Dear Expert, I’m working with BW 2004’s Security Component , I try to find a database table in SE16 that it contain the follow field: Role with your component by Authorization Object. My scope is identify what role is a Secure Reporting Users and Sec

  • Users Cannot Change Passwords on a Server 2012 R2 RDS Farm

    Hello I have a Server 2012 R2 RDS Farm consisting of 1 server that has connection broker and gateway configured and 4 RDS Session Hosts. The works great I even have a separate remote app farm to distribute the apps to the servers, my main issue is pa