Transacion F-47

While processing Transacion F-47 I am getting the below error
Special G/L indicator F is not defined for down payments
Message no. F5053
OBRY setting is maintained.
How to proceed now
Rammohan.

Hi
For processing down payment request you need to select the Special G/L A - Downpayments.
IN OBRY the settings are for F maintained as noted items only, & target special G/L indicator as A. So if you create using A then noted item will get created using F.
This can viewed in the vendor Balance display in FBL1N.
So always you need to use the target Special G/L for creating the down Payment request, as down Payment will be processed using this request only.
Thanks & Regards
Kishore

Similar Messages

  • How to call MSC2N  in QA11 transacion before saving the data of QA11

    I need to call MSC2N in the QA11 transaction because i want the Next inspection date for the particular  material, plant, and batch. but while iam in QA11 the batch is locked so it will not allow me to go to MSC2N. So to see Next inspection date i have to come out of QA11 and then go to MSC2N to get corresponding Next inspection date.
    <b>To avoid this i want that in QA11 i should call MSC2N. or how to unlock batch so that i can go to MSC2N while iam in QA11.......is it possible</b>
    Pls provide me suggestion.
    <u><i>     (URGENT rewards for any given needul suggestion..............)</i></u><b></b>

    Check user exit available for it
    Transaction Code - QA11                     Record usage decision
    Exit Name           Description
    QSS10001            Possibility of calling a different print report
    QEVA0004            Exit for changing information line in usage decision header
    QEVA0005            User subscreen for displaying add. data for usage decision
    QEVA0006            Entry to usage decision transactions
    QEVA0007            UD: Control of compulsory comment or long text presetting
    QEVA0008            Usage decision: Customer function key (e.g. to cancel UD)
    QEVA0009            UD: Predefinition of quantity to be posted to sample stock
    QEVA0010            UD: Usage decision check
    QLCO0001            QM: Call alternative costs report from UD
    No of Exits:          9
    Rewards if useful...................
    Minal

  • Call Transacion from my WebDynpro.

    Hi.
    How I can to call a transaction from my Webdynpro?. I've a URL Link and when I push the link, i want to open a new window with a transaction.
    Thanks.
    Message was edited by:
            Guillermo Moreno

    From the portal you start a transaction IVIEW, so that the gui is connected to SAP.
    your WDA component can then simply use this the code below.
    See instructions in prior post on how to create a start WDA in GUI transaction.
    method ONACTIONCALL_TRAN .
    data: lo_gui   TYPE REF TO CL_WDR_SAPGUI_INTEGRATION2.
      DATA lo_COMPONENTCONTROLLER TYPE REF TO IG_COMPONENTCONTROLLER .
      lo_COMPONENTCONTROLLER =   wd_this->get_componentcontroller_ctr( ).
        DATA lo_api_componentcontroller TYPE REF TO if_wd_component.
        lo_api_componentcontroller = lo_componentcontroller->wd_get_api( ).
    CALL METHOD lo_api_componentcontroller->GET_SAPGUI_MANAGER
      RECEIVING
        RESULT = lo_gui   .
    * now to call transaction 'SE37'.
    lo_gui->fire_start_transaction( transaction = 'SE37'  ).
    endmethod.
    regards
    Phil.

  • Error in F110 transacion - CNTL_ERROR

    We are rececived the following error message when execute the F110 transaction:
    Short text
        Exception condition "CNTL_ERROR" raised.
    Error analysis
        A RAISE statement in the program "CL_GUI_CFW====================CP" raised the
         exception
        condition "CNTL_ERROR".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
        Short description of exception condition:
        For detailed documentation of the exception condition, use
        Transaction SE37 (Function Library). You can take the called
        function module from the display of active calls.
    How to correct the error
        If the error occures in a non-modifie
        find an interim solution in an SAP No
        If you have access to SAP Notes, carr
        keywords:
        "RAISE_EXCEPTION" " "
        "CL_GUI_CFW====================CP" or
        "UPDATE_VIEW"
        or
        "CL_GUI_CFW====================CP" "C
        or
        "SAPF110O " "CNTL_ERROR"
    Please I need your help.
    Thanks.

    Hello!
    CNTL_ERROR,  this error is described in note:                                                                               
    316243 - Exception CNTL_ERROR or dump in SAPLOLEA                                                                               
    So the error is related to SAP GUI.                                                                               
    So could you please try the followings in one affected workstation :                                                                               
    1 -  remove current SAPGUI from Start -> Control panel -> Add/remove.    
    2 - After this, please make sure that the folder                         
        c:\program files\SAP\Frontend is properly removed. Otherwise delete  
        it manually.                                                         
    3 - Empty the recycle bin and reboot the computer                        
    4 - Re-install the latest GUI patch, refer to note  14751  or  563161.
                                                                                    After this, the dump should not occur.                                   
    REgards,
    REnan

  • Selection Orders in the transacion CM22

    Dear Gurus,
    in the transaction CM22 i need of selection only the orders ( planned or production) , for planned only this orders.
    When we run the transaction the system find all the orders and for planned the orders must selection manually this orders.
    Is there the methods for selection this order whit the leveling modular (CM22)?
    I try insert the orders in the transaction CM22 , selection the filter , and the system propose the inseriment of the orders but in the list of planning this orders  have not been filted, but are see all order.
    Thanks a lot for cooperation .
    PP TEAM
    Daniele Pistilli

    http://help.sap.com/saphelp_47x200/helpdata/en/db/f2f33419ec8d44e10000009b38f844/frameset.htm
    Try this
    Here check in selection of data
    Sarin Toms
    Edited by: sarin toms on Oct 31, 2008 11:59 AM

  • Work Centre and Transacion Launches

    I have 3 logical links - these are transaction launches
    I have a Work Centre, that shows these launches in the sub menu from the bavbar
    But I also want, when I click the work centre, to see the three launches in the work centre page
    I can't seem to do this in config (do I need to develop it?)

    Hi David,
      You have made them in "In Menu " so you are able to see in Second level Navigation So need to make it to "Visible "in the Adjust Work Center Group Links in Define Business role .
    Regards,
    Kiran Posanapalli
    Edited by: posanapalli kiran on Sep 4, 2009 11:22 PM

  • Unable to view transacion iview on portal,

    I have created a Transaction iview on tcode cm25 and assigned it to a role ABC.
    I can view the transaction in Preview but NOT in the Portal.Any help will be appreciated.

    Go step by step
    first make a new role as a test.
    Let say role test. With entry point on top. Assign it to your user.
    Add a iview to this role on the top level. An iview that already works.
    test. This should work.
    Then replace the iview with your iview. If this doesn`t work, the iview settings are to blame.
    Then go on step by step
    make an iview of the same type with tray on. ....

  • Change receiver to Profitability segment in PCA assesment (transacion 3KE1)

    I would like to allocate revenue from profit center accounting to profitabilty analysis.
    Is it posible to change the receiver in the cycle to PA instead of profit center.
    How should I do it.?
    Thank u,
    Best Regards,
    Yael
    phone number: 00972523525794

    Hi,
       I do not think this is possible. Postings to profit centers are always statistical whereas posting to PA segments are always real. So such a requirement may not be feasible. This requirement also does not make sense because there could be postings where the real object has been a PA segment and profit center has been statistical. If you allocate again from profit center to COPA then you will get double postings in COPA.
      Even from a business point of view this makes no sense.
    regards
    Waman

  • Contact itunes support to complete transacion

    Contact itunes support to complete my purshes in my cart in iphone

    Do you have a question?
    Have you considered contacting itunes support?

  • BO for transacion fs00?

    I tried looking for BO connected to the transaction FS00  GL account edit .
    I looked into the BO related to finance most of them doest have any event attached to it  .
    If there is some SPRO configuration please tell me the details .
    Thanks ,
    Naval bhatt

    hi Naval,
    The business object for G/L is BUS3006. But it does have any standard events to trigger a workflow.
    you need to create a custom workflow and trigger it using user-exit or try triggering it using Business transaction event (BTE).
    Regards,
    Raj

  • Autonomus Transacion/Log Recording into DB table

    Hi All,
    I have to log several events happening to my DB schemas directly into a single table created for such auditing purpose.
    Up to now I'm using a generic proc. (invoked by triggers and pkgs) in which I'm calling an Autonomus Transaction.
    Now my team is figuring out to create few functs/procs which will call one external DB (through db-link). In this case Autonomus Transaction will not be able to work anymore (for the session of course).
    I'm asking you all for an advice: does a 'special' log function exist (ex. inside DBMS_something pkg) or have I to workaroud in some way?
    I'm running 8i vertion at the moment... but - if solutions are present on newer Oracle releases - please advice me the same.
    Thanks a lot,
    Marco

    As of Oracle 9i, this limitation has been removed to a limited extent and
    ORA-00164: autonomous transaction disallowed within distributed transaction
    is redefined to:
    ORA-00164 distributed autonomous transaction disallowed within migratable distributed transaction
    "Does a 'special' log function exist (ex. inside DBMS_something pkg)" ?
    You can use (in 8i too) DBMS_LOGMNR, but practically you must have archived redo logs.
    Regards,
    Zlatko Sirotic

  • Call transacion

    Hi,
    I am using call transaction 'VF01'  inside a loop in my apab program. I suspect whether that is reducing the execution speed.
    Is there any better way of doing this ?
    regards
    Balaji

    Hi.
    Yes there is. Use the BAPI_BILLINGDOC_CREATE to create the billing documents.
    Reward points if helps.
    Regards,
    George

  • Difference : Transacion and Screen

    Hi everybody,
      Can anyone tell me the difference between Transaction variant n screen variant?
    I know ab screen variant, but do we really often use Transaction variant? How is it helpful?
    Please clear my doubts.
    Points will be given.
    Thanks&Regards,
    Seevangi

    Hi,
      A transaction variant is a reference to a set of screen variants.You can create any number of screen variants for a screen. The transaction variant consists of these screen variants.
      In transaction variants, you select entries to start the transaction in CALL mode.
    You can create different kinds of transaction variants for an SAP transaction:
    A standard variant
    Any number of normal transaction variants.
    The standard variant is executes at runtime instead of SAP delivered transaction. No new tcode is required.
    A normal transaction variant will be called with its own transaction code of type variant transaction.
    A screen variant is an independent Repository object, which has a unique name in the system. The name is constructed as follows:
    Variant name
    Client
    Screen Number
    Here you specify whether or not field contents should be copied to the screen variant. You can set various attributes for the individula fields:
    You can undo or hide the input status of a field
    Regards
    Abhijeet

  • Business Event Appraisal in Training and event management

    Hi
    I am facing issue releated to Business Event Appraisal Functionality in ESS. I have maintained value as blank in field HAP00 REPLA switch.
    We have created I View of transacion PV7I in ESS. When i am selecting "APPRAISAL" button for attended event , i can select appraisal form from appraisal form list. On next screen i don't get Appraisal Form where i have to give feedback on different criteria's. I get Rating column and four buttons: Save, Check data, back, Complete.
    When i am executing PV7i through R3 then it's working properly. Why it is not working properly in ESS. Kindly help me ?
    Other issue..... :
    My client needs INSTRCUCTOR feedback functionality means feedback for instructors by participants for particular event. How we can configure in the system for TEM module not for LSO.
    KINDLY help me ...
    Thanks and Best Regards
    Puneet

    Good Day !
    Unfortunately the appraisal services (my_appraisals, my_app_create, my_appraisalsm) have not been migrated for the use with integrated ITS.
    Please review SAP notes 870126 and 771196
    Note:
    Since the appraisal services (My_appraisals, My_app_create) have not
    been migrated, you can no longer use the appraisal function from the
    services PV7I and PV8I with the integrated ITS.
    At the same time I am afraid the succession product is not an option
    for you as the TEM functionality is not integrated with the new
    appraisal functionality of 'Performance Management'. Performance
    Management only offers an integration with the succession product of
    TEM, i.e. LSO (Learning Solution).
    Hope this information helps you.
    Best Regards
    Chetan

  • Overwrite data of master data infoobject

    Hi all,
    We have one master data infoobject ZASRYHMA. This infoobject does not have any attrbiutes but it has two compounding fields ZSITE and 0DISTR_CHAN.
    Now customer has a requirement in which value of ZASRYHMA can change for a particular site and distribution channel. Generally if this value changes then system creates a new entry in tables /bic/pzasryhma and /bic/szasryhma.
    What they want is to overwrite the existing entry.
    Is it possible to achieve?  It's a master data infoobject.
    Please provide your kind help.
    Regards,
    Nilima Rodrigues

    Hi,
    You have three fields as key field in table as shown below along with values,
    ZASRYHMA     ZSITE         0DISTR_CHAN
    A-1                     B-1            C-1
    A-2                     B-2            C-2
    now if you want to change the value of say second row to
    A-3                    B-2             C-2
    right?
    This is not possible just by overwritting in the info-object master data. Because these are key-fields system will treat A-3 as new value and create new entry, on top of this your A-2 master data values must have been used in transactional data.
    Only way I can think of is to delete the transactional data where ever A-2 is used and then delete ZASRYHMA master data and then upload master data for ZASRYHMA with new values. And then transacional data.

Maybe you are looking for

  • Cant get video into itunes

    i Have a video i downloaded of the net and i cant even get it into itunes to put it onto my ipod! i have a few different movies and i cant get any format into itunes!! some one please help me!!!!

  • White space error

    Hi all, I am getting White space error how to avoid it... I found it was caused due to & symbol in the particular field. Please suggest how to rectify this.... Regards Rajesh

  • Renaming every single song in itunes library after installing on new PC

    I got a new latop and downloaded and installed the latest itunes on it. Switched my songs over via external hard drive. On my previous computer I spent one OCD filled weekend organizing every track with album, artist, genre etc. Well, when I got ever

  • Change semanticColor of cell editor

    Hi Experts, I have a table and depending on the values of a particular field I want the color of the cell editor to change in one of the columns. How can I achieve that. The table has values populated at run time depending on the inputs from the user

  • My replacement iphone 5 wants 22 hours or more to restore from itunes.

    The progress bar halts & the time remaining keeps going up. I have tries rebooting PC & iphone, but the same think keeps happening. Hope someone can help?