Dummy G/L a/c

Hi,
hi,
1. Can any one please explain me “At the time of transactional data uploading do we need to create dummy G/L a/c”. What is dummy G/L a/c.
2. If yes how many dummy G/L a/c do need to create.
3. Please provide me what are all prerequisites for transactional data uploading. please explain in brief if you any document please forward to " [email protected]"
Thank you,
mahesh

What we usaed the dummy account for was at the time of upload if the line items exceed 999 then we needed to split the upload in order for our upload to post. The dummy account ( By the way they are often refered to as suspense accounts)  is merely used as a way to balance out an upload that was split into multiple pieces.
Often times these accounts are used to post to when there is an error in a posting and it is used to post the balancing amount.
I don't feel you need more than a few. One for uploads and one for errors would be plenty.
Prerequisite for transactional data uploading would be a validation of the data and proper security to perform the uploads. You'll need ABAP code to develo the upload.
pls assign points to say thanks.

Similar Messages

  • How can we see the data in dummy profitcenter

    Hi
         i have doubt about dummy profit center.how can we display the entries in dummy profit center.can any body tell me pls........
    regards
    prasad

    Hi Prasad,
    You can check the line items with transaction KE5Z.
    Regards,
    Abhisek

  • Dummy Profit Center -- Customer Line item

    Hello
    I have a scenerrio on dummy profit center
    1. On Augst 2006 -- A customer invoice has been posted using FB70 and some how the customer account  line item when to dummy profit center and other line items were posted to a the correct profit center.
    2. On August 2006 -- Due to this business reversed original customer invoice using FB08 which again has customer account line item when to dummy profit center and other line items were posted to the correct profit center.
    Origianl Invoice: Customer XYZ Ltd - GL 130024 ( Customer Reconciliation Account)--- Dummy profit Center -- Dr. 235,000 USD
    Reversal          : Customer XYZ Ltd - GL 130024 (Customer Reconciliation Account) -- Dummy profit center -- Cr. 235,000 USD
    This is want we want and this is want we see in our FI entries and all are with the same posting dates.
    Now some how when you look at KE5Z (Profit Center line items report) for dummy profit centers even today.
    1. You see the original customer invoice showing dummy profit center  on the customer account  line item as Dr. 235,000 on GL 130024.
    2. You see the reversal customer invoice showing correct profit center on the other line items and you dont see customer account line item that is GL130024 on this document.
    3. Because of which dummy profit center is showing Dr.balance.
    PCA report:
    Origianl Invoice: Customer XYZ Ltd - GL 130024 ( Customer Reconciliation Account)--- Dummy profit Center -- Dr. 235,000 USD
    Reversal          : Customer XYZ Ltd - No entry except the same document number with the other line items.
    Could you please give us the thoughts except the PCA entry only as business dont have to have this entry. Business basically want to know the reason for not showing the customer line item on the reversal document which will knot out the dummy.
    Will assign good points
    Thanks
    Kumar

    Not answered but closing

  • How to create dummy variable in Webi report in BO 4.0 with Bex query.

    Dear All,
    We have a requirement where we need to overlap multiple tables and based on user selection any one of the table should display in report.
    We are on BO 4.0 and source is BW Bex report, we dont have any Universe.
    To achieve this we plan to have dummy variable with some fix value and use it as report filter & based on selected value in filter the related table should be display.
    We have not found any way to have dummy variable directly in Webi.
    Is their any way we can create dummy variable directly in Webi?
    Thanks v much in advance,
    Regards,

    lets say u want to display following picture:
    sept$-----august$
    City
    -chicago123$--
    44$
    so in Query designer go to Default values section.
    Bring in Calendar month
    right click calendar month
    and hit Restrict
    now select variable
    use standard sap variable Current Month.
    hit okey
    now select Variable and hit Red button
    Result u restricted current month.
    in columns bring in keyfigure $
    right click and hit edit
    bring in time field calendar month
    right click and hit restrict
    bring in Current month
    right click and select - SET OFFSET FOR VARIABLE
    select -1
    hit okey
    repeat the above process
    and this time select offset = -2
    this way u restricted current month
    but displayed last 2 months for keyfigure values.

  • Create dummy schedule line in SO using User-Exit

    Hi ,
    I have one requirement of adding one dummy schedule line before the normal schedule lines which gets added after ATP check in sales order.
    for eg: if for line item 10, system will determine 2 schedule 1 and 2. then i want to add a dummy schedule line before 1.
    so it will be like
    sch line
    1 - Dummy
    2 - system generated schedul eline 1.
    3 - system generated schedul eline 2.
    Please let me know if is there any user excit or any way i can achive this?
    Thanks,

    HI Soni,
    What is the meaning of dummy  schedule line.
    Regards,
    Madhu.
    Edited by: madhurao123 on Feb 25, 2011 5:26 AM

  • Put a dummy column in a view

    Hi,
    How to add a dummy column like 'Status' and all its value as "Closed" in a view. This column
    is not related to any table.

    See example below. Hope this is what you want.
    SQL> select * from tst_table;
            ID DEP        DET
            10 XXX        A
            10 XXX        B
            20 YYY        C
            10 ZZZ        D
    SQL> create or replace view my_view as
      2  select id,dep,det,(select 'Closed' from dual) Status from tst_table;
    View created
    SQL> desc my_view;
    Name   Type         Nullable Default Comments
    ID     NUMBER       Y                        
    DEP    VARCHAR2(10) Y                        
    DET    VARCHAR2(25) Y                        
    STATUS CHAR(6)      Y                        
    SQL> select * from my_view;
            ID DEP        DET                       STATUS
            10 XXX        A                         Closed
            10 XXX        B                         Closed
            20 YYY        C                         Closed
            10 ZZZ        D                         Closed
    SQL>

  • How to extract data from a dummy email address and insert them into APEX db

    Hi All,
    I am developing a project management system on APEX 4.1.0.00.21.
    A very important function for the system will be - one sends an email in certain format to a dummy email address, then some data will be extracted from the email based on the pre-defined format and inserted into the database my APEX application is using.
    Any idea on how I can make it happen please?
    Thanks,
    Christine

    A very important function for the system will be - one sends an email in certain format to a dummy email address, then some data will be extracted from the email based on the pre-defined format and inserted into the database my APEX application is using.
    Any idea on how I can make it happen please? I agree that this is not really an Apex question, but a more general PL/SQL question.
    There are many approaches, all boiling down to one of these two:
    1) Push: Some process in the mail server sends/forwards information to your database when new mail arrives.
    The language/tools used to do this, and the way it would connect to your database, depends on your environment (what is your operating system? mail server? existing middleware/tools? security protocols used? etc.).
    2) Pull: Some process in the database contacts the mail server and polls for new information.
    Ie. some PL/SQL code would communicate with the mail server. Again, it depends on your environment (what is your operating system? mail server? existing middleware/tools? security protocols used? etc.).
    For example, if you are using Exchange 2007 or newer, it has a web services API:
    http://msdn.microsoft.com/en-us/library/dd877045.aspx
    The challenge here will be to build the correct SOAP requests from PL/SQL, and to handle the security protocols used.
    - Morten
    http://ora-00001.blogspot.com

  • How to add a dummy row in the result set of a SELECT statement.

    Hello Everyone -
    I have requirment to add a dummy row in the result set of a SELECT statement.
    For e.g. lets say there is a table Payment having following colums:
    Payment_id number
    status varchar2(10)
    amount number
    payment_date date
    so here is the data :-
    Payment_id Status Amount payment_date
    1 Applied 100 12/07/2008
    2 Reversed 200 01/ 06/2009
    3 Applied 300 01/ 07/2009
    Here is my SQL
    Select * form payment where payment_date >= 01/01/2009
    Output will be
    2 Reversed 200 01/ 06/2009
    3 Applied 300 01/ 07/2009
    My desired output is below
    2 Reversed 200 01/ 06/2009
    3 Applied 300 01/ 07/2009
    2 Reversed -200 01/ 06/2009 ------(Dummy Row)
    Thrid row here is the dummy row which I want to add when status is "Reversed"
    I would be very thankful for any kind of help in this regard ...
    Thanks,
    Gaurav

    Cartesion joining against a dummy table is a useful method of creating a dummy row:
    with my_tab as (select 1 cust_id, 1 Payment_id, 'Applied' Status, 100 Amount, to_date('12/07/2008', 'mm/dd/yyyy') payment_date from dual union all
                    select 1 cust_id, 2 Payment_id, 'Reversed' Status, 200 Amount, to_date('01/06/2009', 'mm/dd/yyyy') payment_date from dual union all
                    select 1 cust_id, 3 Payment_id, 'Applied' Status, 300 Amount, to_date('01/06/2009', 'mm/dd/yyyy') payment_date from dual union all
                    select 2 cust_id, 1 Payment_id, 'Applied' Status, 100 Amount, to_date('12/07/2008', 'mm/dd/yyyy') payment_date from dual union all
                    select 2 cust_id, 2 Payment_id, 'Reversed' Status, 200 Amount, to_date('01/05/2009', 'mm/dd/yyyy') payment_date from dual union all
                    select 2 cust_id, 3 Payment_id, 'Applied' Status, 300 Amount, to_date('01/06/2009', 'mm/dd/yyyy') payment_date from dual union all
                    select 2 cust_id, 4 Payment_id, 'Reversed' Status, -400 Amount, to_date('01/06/2009', 'mm/dd/yyyy') payment_date from dual union all
                    select 2 cust_id, 5 Payment_id, 'Applied' Status, 500 Amount, to_date('01/07/2009', 'mm/dd/yyyy') payment_date from dual),
                    --- end of mimicking your table
          dummy as (select 'Reversed' col1, 1 rn from dual union all
                    select 'Reversed' col1, 2 rn from dual)
    select mt.cust_id,
           mt.payment_id,
           mt.status,
           decode(dummy.rn, 2, -1*mt.amount, mt.amount) amount,
           mt.payment_date
    from   my_tab mt,
           dummy
    where  mt.status = dummy.col1 (+)
    order by mt.cust_id, mt.payment_id, dummy.rn nulls first;
    CUST_ID     PAYMENT_ID     STATUS     AMOUNT     PAYMENT_DATE
    1     1     Applied     100     07/12/2008
    1     2     Reversed     200     06/01/2009
    1     2     Reversed     -200     06/01/2009
    1     3     Applied     300     06/01/2009
    2     1     Applied     100     07/12/2008
    2     2     Reversed     200     05/01/2009
    2     2     Reversed     -200     05/01/2009
    2     3     Applied     300     06/01/2009
    2     4     Reversed     -400     06/01/2009
    2     4     Reversed     400     06/01/2009
    2     5     Applied     500     07/01/2009Edited by: Boneist on 07-Jan-2009 23:10
    NB. You may have to mess around with the ordering if that's not come back in the order you wanted. You didn't mention what the rules were for any expected ordering though, so I've made up my own *{;-)
    Also, I added an identifier (cust_id) to differentiate between different sets of payments, since that's usually the case. Remove that if it's not applicable for your case.

  • Can someone pls Help me: How to create a Fake target table(Dummy)  in DAC

    Hi There,
    Can someone pls Help me in creating a Fake target table(Dummy) in DAC?
    Thanks,
    Raghu

    Raghu
    You need to create a task so that you can hook sources and targets together.
    First, Design --> Tables tab --> New --> Below 'Edit' -->Table Type (Source) for your source tables.
    Design --> Tables tab --> New --> Below 'Edit' -->Check warehouse and Table Type (Fact or Fact Temporary) for your target tables.
    Points if helpful
    Kris

  • Automatic Posting accounts are posting to Dummy Profit center....

    Hi experts....
    We are configured New GL
    Generally we are creating Customer Invoice (T. Code: VA02) and
    Vendor Invoice (T Code. MIRO) for WBS Element only. While posting the
    customer/Vendor Invoice System is not checking that CO Object (WBS
    Element) in main line item (Sales/GRIR) as well as Automatic Account
    assignment setting (T. code: OKB9). System is showing the Error. If
    that G/L Account is not a cost element then system is posting to DUMMY
    Profit Center in place profit center assign to that WBS Element
    Requirement:
    We need to post tax and Customer/Vendor line items in document
    against WBS Element which should be picked up from Sales/GRIR Line Item
    of the same document. If there is no CO Object (WBS Element/Cost
    Center) in Sales/GRIR line item in document then based on Automatic
    Account assignment configuration (Valuation Area is Mandatory) system
    has to post to Cost Center/Profit Center
    We are not maintained any derivation rule of PC & Edit Constants for Nonassigned Processes in New gl config. then also system posting to Dummy PC only.
    We can delete that dummy?
    or any configuration changes needs for it. plz give me ur valuable suggestions
    Please Do needful
    Thanks
    Bhagiradha

    Hi,
    You have to maintain Dummy profit center, it is mandatorily for configuring profit center accounting . If u have not maintain Default profit center to that cost element, it will directly flow to Dummy Profit center. Better to maintain default profit center and u cannot delete  the Dummy profit center.
    Regards,
    Sreekanth

  • Cost-of-sales accounting / DUMMY-substitution for CO posting w/o func. area

    Dear experts,
    we activated Cost-of-sales accounting (special ledger - no use of NewGL functionalities).
    We use the SAP "Standard substitition" in FI to make sure that all postings on P&L accounts go to special ledger. If no functional area can be derived, posting is assigend to Dummy functional area.
    So far so good.
    My question is: Is it possible to set up a "similar" substituition in case of CO postings with secondary cost element (e.g. Internal activity allocation, Overhead Rates) on other CO-object without functional area.
    e.g. Internal activity allocation from Cost center to production order. No functional area assigned to production order.
    I hope you unterstand my question for this issue.
    Thanks in advance for your reply.
    regards,
    Butch

    thanks for your answer.
    I added the filed FKBER in table VWTYGB01.
    Now I can select field "functional area" for CO Substitution.
    nevertheless substitution does not work and set functional area on Dummy FB 9990 for CO postings to CO-object without Functional area.
    Thats curious because I maintained exactly the same Substitution on an other SAP System (IDES Test System) and here it works.
    Any ideas?
    Are there further settigs required after maintenance of table VWTYGB01??
    Thanks in advance

  • Dummy Profit Center in New GL

    Hi,
    we activated New GL with Segment Balancing. The P&L accounts will get the profit Center from the cost objects. We have defined a default segment in the constant for unassigned process, and we only have zero balancing at the segment, and not the profit center. This is a business requirement.
    However, I am not sure how to cover the scenario where there might be no profit center in the cost center master or the material master or any other scenarios. I have tried configuring the default profit center in FAGL3KEH. but when I tested, the document splitting is not working correctly. SAP recommends not using default profit center if document splitting is activated. 
    I wanted to see if dummy PCTR is an option. I have read in the SAP library, but they do not explain clearly about the dummy PCTR. It says activating dummy PCTR is optional, but do not give a good alternative option. They say we can activate balancing by PCTR, but that is not our requirement. Also, if we assign a default PCTR in the non assigned process, it will apply for the balance sheet accounts as well, which we do not want. 
    I am not sure what are the other options. Please suggest if there are any other options. Also SAP does not mention if we activate dummy profit center from the New GL side (not through the classic PCA menu path), does it still activate the Classic PCA tables?
    Please let me know.
    Thanks

    Hi,
    As I have already explained, both the default profit center and configuring the default profit center for non assigned processes does not work for us.
    The default profit center conflicts with document splitting. SAP recommends not to use default PCTR if we do document splitting.
    As far as the constant for non assigned processes goes, we have assigned a default segment here (not a default PCTR), since we are doing only segment balancing (reporting by segment), and also the business wants to be able to pick only the segment for any b/s adjustment postings.
    Also, my earlier question has not been answered. Does activating the dummy profit center from GL side still activate the Classic PCA ledger 8A?
    Thanks

  • Taking Dummy profit center at time of cancelation of billing

    HI Gurus,
    we have maintained one exchange rate differece GL a/c at the time of billing accounting document.for this Gl account we have maintained one default cost center in OKB9 in which we have assigned profit center also.
    Here at the time of billing accounting doc we are getting cost center as well as profit center what we have maintained. where as in cancelation of billing document it's picking up the dummy profit center instand of profit center maintained in billing.
    But we are getting correct cost center at the time of cancelation also only profit center is differing..
    Could you please any one suggest on this..Thanks in advance..
    Regards,
    Srini

    In OKB9 Did you tried using value 3 in account assignment which makes profit cemter as mandatory?
    In your scenario chek the values in 3KEH assignment if it is 4.7 or earlier or FAGL3KEH if it is >5.0.
    If you want to default a constant profit center for Bank charges/Exchange losses you can define here.

  • IOS5 Reminders Yahoo! Sync Creating Alpha/Numeric Dummy Lists

    Hi,
    I'm using an iPhone4 (also an iPad2) that sync's with my Yahoo! account for mail, calendar and reminders.  The defalult "Reminders" list was created just fine and i'm able to sync with it reliably.  The problem is that either the Reminders app keeps creating these phantom dummy lists on the server.  The lists are very long alpha/numberic strings with hyphens, definitly not created by a person.  I have been syncing with Yahoo! for years now accross several devices, and theses lists never showed up until I upgraded to iOS5 on my devices.  I delete them all the time but after a few hours they just return.  Please help.
    Mike;

    WHATEVER you do, do not delete these weird alphanumeric "remidners" in Yahoo.  I did that and suddenly, all of the content in my Yahoo calendar vanished.  But, worse that that, when my phone synced with yahoo, it erased all of my yahoo calendar data off of my phone too.  I'm stunned!  I was able to reload an iphone backup made (unlelievably) earlier in the day.  After the restore, I've put my phone in "airplane" mode to prevent it from being deleted by yahoo sync again.
    I don't know what I'm going to do to recover my calendar!
    At the very least, I'm going to do something I haven't done in a LONG time...get pen and paper and start copying all of the entries off of my phone before I turn off airplane mode again.
    Argggghhhh!  I can't believe this is happening!

  • I moonlight as a crash test dummy.

    Right now, I have total sympathy for Buster the Crash Test dummy on Mythbusters.
    If you wander by the AE forums, you'll see the saga I just finished over there. 20 hour long renders with AE and Media Encoder on tiny, tiny files. BUT I got it worked and was just getting to the point where I was almost done with my project.
    Then the strangest thing happened - Media Encoder suddenly started working, all mysterious like. It not only started working but I was getting large renders done in under an hour (well, for me - my system isn't that great but I muddle through - my projects aren't really that huge either.
    Then this afternoon everything went to #$^#* again!
    QuickTime and iTunes stopped, AE stopped and Premiere Pro stopped. As in start loadng and immediately crash.
    I'm running an AMD Windows 7 64 system and me and AMD are going to go to war here in a bit. Everytime they give me a new driver CPU or GPU things go freaking nuts.
    So, wen't back to the old drivers but had a heck of a time getting QuickTime to install correctly again, along with iTunes and their Bonjour serrvice. Then I tackled Adobe stuffs. I got AE and Media Encoder working again bugt Premiere Pro is still freaking out. I uninstalled, reinstalled, and had to fix my CC account like others have posted on here. Got the new EULA and thought I was doing okay (after a bazillion hours).
    But Premiere is still being stubborn. So I tried Photoshop - that worked. AE fired up too but then wigged and said Quicktime was no longer installed on my system.
    And it looks like I spoke too soon - Encoder just crapped out on me again..
    Oh for the long lost wealthy  uncle to appear so I can get a decent system. That would definetely help. But like I said, I don't do a lot of major stuff. I'm an indie author, so my stuff is book trailers and short marketing stuffs. But this is nuts.
    I've updated all of my CC programs - AE is 12.2.1.5 - like I said, I've reinstalled them about three times now. I primarily only use AE, Premiere, and Photoshop - for right now. I'm keeping the d/l to a minimum until I get this worked out.
    I'm running Windows 7 64bt Home Premium - that just did a big ole update too. I had to go put things back the way I had them. I'm doing short, small renders, lots of pre-renders but my stuff is really light in comparision to what y'all deal with. I try to keep it in H264, mov or avi, or sometimes I'll strip the footage down to bare bones just to hunt down the problem. I'm trying to render 56mg video footage right now.
    Basically Premiere won't eve start. Media Encoder has been starting but is now locking up. And believe it or not, AE seems to be the most cooperative.
    I've scrubbed the caches repeatedly, and not long ago, I used the Adobe cleaner, so this is basically new installs.
    Since I've got 100% AMD I have no choie but to run the Mercury engine. Since this all started in the beginning of the week, I've been running this stuff lean and mean. Like I said, I thought I had it - then.
    Hit the brick wall and went through the windshield.
    Cheers,
    Kath

    Runtime errors can be common. They usually stem from a bad, outdated, or otherwise corrupt C++ Runtime.dll.
    I would address that issue first and foremost. Google "runtime error," and begin reading. There will be many hits, but if you refine your search with words like Adobe, Premiere, etc., you'll narrow things down. There will be links to the MS site for updated runtime.dll's. Note: make sure that you get the one that perfectly matches your version of the OS. Do NOT get one for any other version, than yours. Check this carefully.
    Good luck,
    Hunt

  • Missing operations and dummy activity in process order

    Hi,
    we currently maintain several alternate modes in PP/DS PPMs in APO.
    When we create a planned order in APO, CIF to R/3, then do conversion to process order in R/3 everything is fine.
    When we create a planned order in APO, CIF to R/3, then do conversion to process order in APO, all of the operations are missing and there is a dummy activity present.
    We also noted this only occurs when the mode selected in APO by default uses a different resource than the one assigned to the PPM's recipe back in R/3. That is, if the recipe in R/3 uses resource LINE_01 and APO selects resource LINE_02 by default, the issue occurs.If the recipe uses LINE_02 and the APO selects LINE_02 by default, then everything is fine.
    Has anyone seen this behavior before ?
    Thanks,
    Roger

    Hi Visu,
    For right now, the planned order is created in the product view.
    In R/3, the recipe has an operation which uses LINE_01 resource (let's say, production version is L1)
    In APO, there are several alternate modes :
    LINE_01
    LINE_02
    LINE_03
    By default, when the planned order is created in the product view, the mode with the shortest duration is chosen.  In this case, if I create a planned order using the PPM for production version L1, and LINE_03 happens to have the shortest duration, then the order is created for LINE_03.  Since LINE_03 is not the resource used in the recipe for production version L1, we run into the issue I mentioned previously.
    Coincidently, I also noticed that the R/3 process order type is set to schedule automatically.
    When I go into edit mode on the process order operation, make no changes, but then save the order the correct resource and operations reappear in APO.
    Regards,
    Roger

Maybe you are looking for

  • Can't sync iPhone/iPod to iTunes after update?

    After the latest iTunes update and I am not clear on how to sync my iPhone or iPod to iTunes. When I plug either of them in they charge but do not start up in iTunes at all. I have automatic syncing turned on but nothing happens. In the previous vers

  • VGA output - no signal or image

    So, I've had this machine for almost two years and I am having a problem that I simply should have discovered before now. As you know from the heading, I have no signal at all from my VGA output. The adapter works. I know this because I've used my wi

  • Iphoto 9 (mac) & iphoto 6 (macbook) issues sharing what version will work?

    Both are Mac OS X 10.5.8 and 8.1.2 iphoto 9 on the mac and then 6.0.6 iphoto 6 on the macbook. I cant share from mac to macbook but can share from macbook to mac. The mac in iphoto has a sharing folder on left hand side. On macbook I can only access

  • Illustrator automatically inputs numbers in boxes

    Hi, I have a problem with Illustrator CS6, everytime i want to input a number(for example line weight, size and so on...) Illustrator automaticly autofills the highest possible number. I have included an example, when I try to create a new document I

  • Can I port labview 3.1.1 to latest ver 8.x is there a tool for this

    Is there a tool to port a labview 3.1.1 app to latest ver 8.x