FBA6 transaction (F-47) can generate entries in the ledger 9I ?

Hello everyone.
Does anyone know if a document generated via FBA6 transaction (F-47) can generate entries in the ledger 9I (Commitment Budget)?
There is no PO or an asset or a CO order related to the document.
We started with the FM-BCS this month and only the ledger 9H is being updated with the values of the FBA6 documents.
Thank you very much for any help.

Hi,
For help, you can use report RFFMMONI: it shows the update profile settings associated to your FM Area and how each value type is recorded in FM (Payment budget? commitment budget? period-based/annual-based? and so on...).
In transaction OF39, you can customize which update date you want to use. See the IMG documentation under 'Actual and Commitment Update/Integration->General Settings->Override Update Profile'
But the ledgers used for updating (payment or commitment budget) are delivered by SAP on each update profile, so any change is considered as a modification.
So, if value type 58 does not update commitment budget by default, AVC ledger 9I won't be used. But still in BCS you can define custom AVC ledgers considering value type 58, or others.
The question is, if you really need downpayment requests using commitment budget, then the best recommendation is to check the update profile chosen and see if it really fits the requirement, or if another profile amongst the standard ones is valid for your scenario, then assign the most suitable one to your FM area.
(note: as long as you are in development/test, you can play around with the update profiles and change the assignment to your FM Area, run RFFMMONI and see how it works. But changing the update profile - FM area assignment in a live system is considered as a project...)
cheers
Mar

Similar Messages

  • Remove entries from the "Open with" menu?

    I'm using openbox as a window manager and while trying to open some specific zip files I did the right click, open with, and then chose a few different programs.
    The problem is that now everytime I right click a file of the same extention the menu includes the programs I selected from before. Here's an example of what it looks like
    Open
    unzip
    7-Zip FM
    Archive Manager
    File Manager PCMan FM
    Open With
    Cut
    Copy
    and so on. My laptop screen has quite a small resolution and the menu flows off the screen which is getting really annoying. Is there a way I can remove entries on the menu, and just keep Archive Manager, making the menu smaller?
    Thanks

    you need to edit your mime list:
    ~.local/share/applications/mimeapps.list
    or install mime-editor  or xfce4-mime-settings

  • AR: How to default two debit entries in the AR transactions window

    Hi,
    Is it possible to default two debit entries in the AR transactions window - invoice processing. How is it implemented?
    Thanks!
    Regards,
    Mangvoc

    Hi,
    Generally, in AR, only one Receivable Account is debited irrespective of no. of Revenue or Tax lines.
    But using SLA Setup, we can generate multiple Receivable lines.
    We in our project, used Multi-Fund Receivable JLDs in SLA Setup to do that. these are generally used by Public Sector companies for Fund Accounting.
    Please refer to Receivables User Guide. Multi Fund examples are provided in the last section.
    There are two ways to generate Multiple Receivable Lines. Balance Method and Account Method. Pls refer to SLA User guide also.
    regards,
    guru

  • Only G/L accounts can be entered on the fast entry screen

    We are currently upgrading our SAP environment from version 4.70 to ECC 6.0.  Our users are testing their Parked Document fast entry screen entries created through F-65 and when they attempt to "view" their entry on the Fast Entry screen, after entering their data, they receive the message "Only G/L accounts can be entered on the fast entry screen" (message FP032). The system will not let them post the entry. The account field in the original fast entry screen was limited to 6 numeric digits, which is the length of our GL accounts  and also the length of the account number used in the field when entering their posting.
    I created a new fast entry screen layout for parked documents that opens up the field length to 15 characters and all works great.  But I would still like to know why the original fast entry screen posted the error on the fast entry screen for an account number with the correct amount of digits.
    Thanks,
    Mary Lauber

    Dear mary
    Run program RFFAKP01 via transaction SE38. Enter program SAPLF040 / application PRPOS. Click on Execute.
    This will regenerate the fast entry screen including your customized templates. And also, please check with O7E4/O7E5 to see if everything is set correctly.
    If it helps please reward with points.
    Best Regards
    kesav

  • How many entries can we put in the select options

    Hi all,
    As per  my requirement I am trying to store the data in the select-option( s_kunnt)  as below
    select kunnr from kna1 into (l_kunnr) where
                and spart in p_spart.
      move 'I'         to s_kunnr-sign.
      move 'BT'        to s_kunnr-option.
      move l_kunnr to s_kunnr-low.
      move l_kunnr  to s_kunnr-high.
      append s_kunnr.
    endselect.
    Using s_kunnr in the select statement to fetch the data.
    When the customer numbers are more than 1800 in the s_kunnr, select statment going to the dump. Is number of entries in the select options are restricted for some count( around 1800)?.
    How many entries can we put in the select options?
    Thanks
    Regards
    Raj.

    Firstly, there is an error in your code. You should do the following instead:
    move 'I' to s_kunnr-sign.
    move 'EQ' to s_kunnr-option.
    move l_kunnr to s_kunnr-low.
    append s_kunnr.
    To answer your original question, the limit depends on the field width you are using in the ranges. If the field width is small, you can have thousands of entries in the range table.
    The limitation is in the length of the SQL statement string generated by the ABAP OPEN SQL engine. With the way I defined it above, the statement would have WHERE KUNNR IN ( 'value1', 'value2', 'value3'). With way you defined it, it would have WHERE KUNNR BETWEEN 'value1' and 'value1' and KUNNR BETWEEN 'value2' and 'value2'.
    When the range table is so large that it results in a short dump, you should look into FOR ALL ENTRIES option of SQL.

  • Can TVARVC entries go through Customizing Request

    Hi,
      Made some "CHANGES" to existing TVARVC entries and included them in a customizing request instead of a workbench request. Usually in the past I was sending them through workbench request. Is it ok to do this. Can I potentially screw up something.?
    Will give points for the right answer. Thanks for reading.

    Hi,
    Are you maintaining the entries in this table via transaction sm31(Table maintenance) for table TVARV.  Or are you going through the ABAP/4 workbench for a specific program.
    In general maintaining variant parameters and transporting them is not a good idea, as inconsistancies can creep in between the difference systems(Dev, QA, and Prod).
    Transaction SM31 allows you to Add/Delete or Change the contents of a stored parameter or selection_option.  A check box on the maintenance screen provides you the option to include the changes in a transport.  Given that the table is client independent the transport is likely to be a workbench request rather than customising.
    The assignment of the parameter/selection-option to a screen variant can only be done via program maintenance.  And the parameter then transported along with the program.
    Table TVARVC is client dependent and as such entries in this table are consistent with customising requests.  As a general principle customising requests are for client dependent transports, while workbench requests are for client independent transports.
    Kind Regards
    David Cooper

  • Need to develop a desktop application which can generate timetable

    Hi All,
    Below mentioned is my requirement:
    I need to create a desktop application whch can generate the time table automatically.
    Fields which we give as input are as follows:
    1.No of classess
    2.Teachers along with their subjects
    3.Work load for each teacher for a week
    4.Time intervels when a particular teacher will be available(some teachers will come to school only in afternoons)
    5.Subjects to be taught
    5.Number of periods each subject has to be taught for each class.
    Can anyone send a an algorithm related to this so that I can further develop the same and use it in my application.
    Any suggestions will be of great help to me.
    Thanks
    Muni

    Well... this is a month old not sure will this be too late. Basically I suggest you do some study and reading into relational database and combine with OO programming (if you got time, study UML too),
    if you understand how to draw a relation database tables (doesn't have to be database, you can save data into txt/xml...etc) you pretty much know how to implement your application

  • Under Options , Applications There are multiple entries for the same item (Acrobat Document). how can I delete the duplicates?

    Under Options, Applications there are multiple entries for the same item. (Adobe Acrobat) . Three show Adobe Acrobat Reader 9.3 and the other shows (ask) or (save file) with no ability to select Acrobat Reader . Is there a way to edit this list to remove the duplicates and
    the incorrect entry? Adobe installed a very quick update today.

    They are all different. Hover your mouse pointer over each of the "Content Type" descriptions and you should see a "tooltip" to see that each has a different description.
    You need to update your plugins. It is important to keep them updated due to continuing security fixes and improvements in those plug-ins:
    * Adobe Shockwave for Director Netscape plug-in, version 11.5 (you '''<u>may</u>''' need to update)
    * Shockwave Flash 10.1 r53
    * Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    #Check your plugin versions: http://www.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #'''Update Shockwave for Director'''
    #*NOTE: this is not the same as Shockwave Flash; this installs the Shockwave Player.
    #*Use Firefox to download and SAVE the installer to your hard drive from the link in the article below (Desktop is a good place so you can find it).
    #*When the download is complete, exit Firefox (File > Exit)
    #*locate and double-click in the installer you just downloaded, let the install complete.
    #*Restart Firefox and check your plugins again.
    #*'''<u>Download link and more information</u>''': http://support.mozilla.com/en-US/kb/Using+the+Shockwave+plugin+with+Firefox
    #'''Update Shockwave Flash'''
    #*Use Firefox to Download and SAVE to your hard drive from the link in article below
    #*SAVE to your Desktop so you can find it
    #*After download completes, close Firefox
    #*Click on the file you just downloaded and install
    #**Note: Vista and Win7 users may need to right-click the installer downloaded and choose "Run as Administrator"
    #**Note: Most browsers other than IE will also get updated with this one download
    #**Note: To update IE, same procedure '''<u>but use IE</u>''' to go: http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe
    #*After installation, restart Firefox and check your version again.
    #*'''<u>Download link and other information</u>''': https://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash
    #* Also see: http://support.mozilla.com/en-US/kb/Installing+the+Flash+plugin
    #* Also see (if needed): http://kb2.adobe.com/cps/191/tn_19166.html#main_Uninstall
    #'''Update Java:'''
    #* Download and update instructions: https://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox

  • Re:How can we delete the concurrent node entry from the FND_NODE table

    HI ,
    11.5.10.2 on Oracle Solaris on SPARC (64-bit) .
    How can we delete the concurrent node entry from the FND_NODES table without running Autoconfig.
    Currently we are having 3 nodes RAC and we are deciding to remove one node from the RAC and all 3 nodes are registered as concurrent node with application but concurrent manager is running only on one node.
    Lot of the custom configuration we did it at application web tire level. If we run the Autoconfig at that time we need to redo those changes again that we are trying to avoid.
    Regards .

    we are trying to avoid to run FND_CLONE.setup_clean because it will delete all the nodes entries from the FND_NODES.If those entries are invalid then they should be deleted.
    Running AutoConfig after purging the table will populate it with the correct entries.
    In order to populate the nodes entries again we need to run autoconfig and it will change the server id in fnd_nodes and then we need to redo the ADI client configuration on users PC and redo all the changes that we made in jserv and webserver.For ADI Clients, you should use the correct server ids which will be populated in the table for you once you run AutoConfig.
    For jserv configuration, you can refer to (Customizing an AutoConfig Environment [ID 270519.1]) to make the preserve all your custom setup/configuration after running AutoConfig.
    If there any custom script to delete only one node from the fnd_node so that we don't need to run autoconfig after that, then I really appreciate.No.
    Thanks,
    Hussein

  • How can I see all the Transaction Code that the client is using?

    How can I see all the List of Transaction Code that the client is using?

    Hello Sugauli,
    Did you mean to ask
    transaction types the client is using?
    instead of
    transaction code
    If so, go to SPRO (in ERP system) and follow this path:
    Sales and Distribution -->
         Sales -->
             Sales Documents -->
                 Sales Document Header -->
                      Define Sales Document Types
    All the transaction types that are not used have an X in the column Block.
    Easwar Ram
    http://www.parxlns.com

  • I use Windows Vista and Microsoft Outlook. After migrating to iCloud, the calendar of iCloud tranferred only part of my past Calendar items to the folder iCloud Calendar in my Outlook. How can I transfer all the entries?

    I use Windows Vista and Microsoft Outlook. After migrating to iCloud, the calendar of iCloud tranferred only part of my past Calendar items to the folder iCloud Calendar in my Outlook. How can I transfer all the entries? In iCloud's site all are there.

    If the calendar is on iCoud.com, all you would need to do to get it on your phone is go to Settings>iCloud on your phone, sign into your iCoud account and turn Calendars on.  The iCloud calendars will then download to your phone.

  • New Write up transaction type which can post to Affiliated company

    Hi Gurus,
      Can you please help me with this request.
    I have been asked to create the New Write up transaction type which can post to Affiliated companies copy  of transaction type 700.
      But i dont see any such option (Posting type) in transaction AO78.
    Where as i can see the option in Transaction AO73( Acquisition) and AO68 (Retirement).
    Can you please guide me how can i create this transaction type if i can and the reason if i cant.
    Appreciate your time and early reply
    Regards

    OA81 is a general transaction. and AO78 specific for that kind of transaction types.
    I think these field are hidden in  AO78 for the reason that you can't use Affiliated company.
    I never have seen a screen with Write up that you can fill in an Affiliated company.
    For me this have only sense for postings between company code's.
    You can tray to change the values by using the debugger, but it can give nice other effectslike that it is no longer possible to run the depreciation run when you have used this transaction type. Or it is working now but never again after an upgrade. There is a reason that you can't use these fields.

  • Transaction data can be loaded into the Fact table without loading the

    Transaction data can be loaded into the Fact table without loading the corresponding master data (Example : Sales analysis transaction data can be loaded without populating any of its  dimension’s master data)
    a.     True
    b.     False

    Hi Kutti,
    True - You need to select the option in the infopackage - alwyas load even if no master data exists.
    Bye
    Dinesh

  • HT1386 Please contact itunes support to complete this transaction how i can solve this problem on my iphone 4s IOS 5.1.1

    Please contact itunes support to complete this transaction how i can solve this problem on my iphone 4s IOS 5.1.1

    Do as directed & contact iTunes support:
    http://www.apple.com/support/itunes/

  • How can I find out the first intial row in VA02-output transaction??

    How can I find out the first intial row in the screen which appears during sales order change (VA02) >>enter the sales order number >>after the first screen appears >>in the menu bar go to EXTRAS>>OUTPUT>>HEADER>>EDIT??
    I have to find out the first row in the OUTPUT column which is empty,then populate it with some data using BDC.
    usefull answers will be rewarded.
    regards,
    Shashank .

    Pass the sale order number in the object key of NAST table,
    if u get 3 entires, then u need to place ur entry in the fourth row in that table control thru BDC.
    I think u got the logic.
    Regards,
    Sujatha.

Maybe you are looking for

  • USB 3G/4G with netctl

    I've been trying to follow these threads to get my Huawei E3276 working on netctl: https://bbs.archlinux.org/viewtopic.php?id=167801 https://bbs.archlinux.org/viewtopic.php?id=175383 https://bbs.archlinux.org/viewtopic.php?id=181762 my working wvdial

  • HP Password Encryption Utility

    Hi There, I have HP Z230 Workstation. I want to use HP Password Encryption Utility to create a BIOS password which  will be saved in an encrypted file. I have downloaded the SoftPaq from HP website (sp69088) but after installation of this SoftPaq I a

  • What does it take to find a simple ringtone to load onto my phone without re-inventing the wheel?

    what does it take to find a simple ringtone to load onto my phone without re-inventing the wheel?

  • M7126  Manual reservation for order category 30 is not

    Dear Experts, Our's is extended classic scenario. Here I am trying to create a cart for stock material and in const assignment I am assigning order as maintenance order number. After cart is approval it is showing the status as Error in process, no r

  • How to clear a lock

    Database has a lock that is preventing users from using it. How do I clear this lock?