Contents of InfoObjects

Dear Experts,
I would like to know what an info object contains. for ex infoobject 0TAX_Amount, what is it made up of? (Also I need to find the contents of other infoobjects and to do so what link, document I need to refer?)
Does it make up of all taxes paid for a division, sales org or anything else?
Does it make of any specific taxes paid or collected?
How it is different from info object ZED, ZECS, ZJMOD, ZSURC, ZTOTAX.
I need to create a query which should capture the total revenue paid to the Govt like Excise, LST, CST, Octroi, Edcess and all other taxes not mentioned here.
All helps will be highly appreciated.
Regards
Sengupto

Sengupto,
An infoobject is more like a master data table / measure that you use to identify transaction data.
An infoobject gains relevance by the transaction data it is associated with and hence the IOBJ should always be looked upon with this perspective.
Arun

Similar Messages

  • Fetch contents of infoobject in abap

    Hi
    Is it possible to fetch the contents of an infoobject from ABAP?
    The infoobject 0COSTCENTER contains the cost center hierarchy and I want to somehow access that hierarchy from ABAP.
    Is there a function module or a class to handle this?
    Regards,
    Jacob Vennervald

    i am not sure whether it checks authorization. (test it and see)
    you cannot test it from SE37. you need to write a simple program and call this FM within that to do the test.
    select single * from rshiedir into hier_wa where
      objvers eq 'A' and
      hietype eq '1' and
      hienm eq hier_name and
      dateto ge sy-datum .
      if sy-subrc ne 0 .
        raise invalid_hierarchy .
      endif .
      clear hier_detail .
      move: hier_wa-hieid to hier_detail-hieid ,
            hier_wa-objvers to hier_detail-objvers .
      call function 'RSSH_HIERARCHY_READ'
       exporting
         i_rshiedirkey           = hier_detail
    *  I_RSHIEDIRLOG           =
         i_date                  = sy-datum
       importing
         e_rshiedir              = e_rshiedir
         e_t_rsnodes             = e_t_rsnodes
         e_th_rsinterval         = e_th_rsinterval
         e_duplicate_leafs       = e_duplicate_leafs
         e_t_rsnodes_lnk         = e_t_rsnodes_lnk
       exceptions
         invalid_hierarchy       = 1
         name_error              = 2
         iobj_not_found          = 3
         others                  = 4 .
      case sy-subrc .

  • Business Content BW InfoObjects (PAYR-CHECT & PAYR-ZBNKL)

    Hi,
    I tried to find the following BW InfoObjects in Business Content but failed.
    Can anyone advise me what are the corresponding BW InfoObjects for:
    1. Check number <b>PAYR-CHECT</b>
    2. Bank number of the payee's bank <b>PAYR-ZBNKL</b>
    Thanks in advance!

    Dear Fulham ,
    Check Number  -- 0SMSPCNO --- Check Order Number .
      Bank Number of Payees Bank --   0RPA_BCD .
    Hope it helps.
    Thanks,
    Krish
    *Assigning points is a way of sayin Thanks in SDN

  • I want to delete the data content for InfoObject in processchain

    Hi Guys,
    We have requirement to delete  the data content for one InfoObject in processchain(daily) .Could you please tell me is there any function module or abap program or any other alternative to do this and which can be added to processchain.
    Thanks
    Prasanna

    fm RSDMD_DEL_MASTER_DATA
    REPORT Z_DEL_MASTER.
    tables : RSDIOBJ.
    select-options:
    s_iobj for RSDIOBJ-IOBJNM.
    start-of-selection.
    loop at s_iobj.
    call function 'RSDMD_DEL_MASTER_DATA'
    exporting
    I_IOBJNM = s_iobj-low
    I_FLG_DELETE_ALL = 'X'
    I_FLG_DELETE_SIDS = 'X'
    I_FLG_DELETE_SIDS_ASK
    I_FLG_DELETE_TEXTS = 'X'
    I_T_CHAVL =
    I_FLG_DIALOG = ''
    I_FLG_FORCE_DELETE = 'X'.
    I_FLG_SIMULATION = ''
    I_WITHOUT_PROTOCOL = ''
    endloop.
    Re: Deleting Master data
    Cleanup of Master Data
    Re: Functionmodule RSDMD_DEL_MASTER_DATA

  • Using BI Content as prototype and re-create the whole thing as custom obj

    Dear SDN fellows,
    Currently in my project I encountered the case where 1 BW system is shared by 2 source systems (R/3 and ECC6) and the master data from the 2 source systems are overlapped (eg. same material no from R/3 and ECC6 have different meaning).
    One of the suggestions is to use BI Content as prototype and re-create the whole thing as custom objects. For example:
    0MATERIAL is created as ZMATERIAL, thus all "0" objects are for ECC6 source system and "Z" objects for R/3.
    It will require enormous effort to do, and we try to automate as much as possible in every stage of development (to avoid human error as well) such as:
    u2022 Re-create all BI Content InfoObjects programmatically using BAPI functions (BAPI_IOBJ_GETDETAIL, BAPI_IOBJ_CREATE and BAPI_IOBJ_ACTIVATE_MULTIPLE). Does anyone know what function module or ABAP class to get like "Create InfoObject from template in RSA1"?
    u2022 Re-create all BI Content Transfer & Update Rules programmatically (copying and automatically changing the InfoObjects from "0" to "Z" in the mapping). We are still researching on class CL_RSAU_UPDR and function module RSAU_UPDR* for this.
    Our main worries is when re-creating the transfer & update rules, as most of the SAP complex logics are implemented here using start routines, transformation routines, formulas, rule groups, etc. Using copy-paste & find-replace the routine may not be sufficient, full understanding of the logic might be required, and there are many of them, which makes it even more difficult.
    If anyone ever did this approach before, please share how did you go about it? Thanks alot.
    regards,
    arie

    Thanks Akashdeep for your input. Yes we are aware to add 0SOURSYSTEM compounding in all master data InfoObjects to handle multiple source systems.
    We would like to get practical advice on how to do the re-creation of all BI Content objects (InfoObjects, Transfer & Update Rules, Queries, etc) in the most efficient way, probably programmatical way, to reduce the huge effort required and avoid human error if we are doing it manually.
    Also our main worries with re-creating the transfer & update rules, as most of the SAP complex logics are implemented here using start routines, transformation routines, formulas, rule groups, etc. Using copy-paste & find-replace the routine may not be sufficient, full understanding of the logic might be required, and there are many of them, which makes it even more difficult.

  • Please help on Business content

    Hi Gurus,
    I have read so many answers and papers giving the steps how to transfer,replicate and extract business content, that is all fine and very helpful.  I apologise for very long topic, but I think answers to this would help loads of learners like and everyone would be grateful to you(all).
    But not found a details such as for e.g. for cube 0FIAP_C03
    Question: Does this business content has InfoObjects,ODS, InfoCube and BEx queries are already defined in BW?  Do we need to activate them and start reporting on the queries?
    R/3 Side:
    1. Transfer Data sources 0FI_AP_3(Vendors: Line Items) and 0FI_AP_4(Vendors: Line Items with Delta) from R/3 from RSA5.  Does this mean that the Data sources are created/activated in R/3?
    BW Side:
    2. AWB --> Source Systems --> Select Source System ---> Right click ---> Replicate Data Sources.   When I click on + sign next to the DS, this shows already assigned infosource.  When I click on - sign next to the DS, this asks an infosource to be assigned.  What does the +/- sign means there? What does the 'TICK MARK' means there?
    3. AWB ---> Business Content ---> Install --> Do we get a chance here to activate InfoObjects, Transfer Rules,Update rules, Infocube and BEx query?  Once we install here, then only the cube 0FIAP_C03 is going to appear in InfoProvider and then for BEx query designer?
    4. AWB -
    > Info Sources -
    > My Application Component ---> Assign InfoSource (We already did that in Step2, what does this mean here?) -> Assign Data Source->  Create InfoPackage -
    > Schedule.  One (0FI_AP_3) DataSource is for line Items and another for Line Items Delta (0FI_AP_4).  Do we need to schedule both at the same time? Is the DS 0FI_AP_3 not for Init Delta?  Is the DS 0FI_AP_4 not for Delta?
    Please can you send me any documents of this detail to [email protected]
    I appreciate all your patience to read and answer my questions here. Is there any training or personal attention available in the UK? 
    Thanks again.
    Chitra.

    HI,
    Question: Does this business content has InfoObjects,ODS, InfoCube and BEx queries are already defined in BW? Do we need to activate them and start reporting on the queries?
    Answer:Business content has infoobject, ods, infocube, queries in "D" version.
    SAP delivers the BI Content objects in a new D Version.
    Before you can work with BI Content objects, you have to convert them from the SAP delivery version (D version) into the active version (A version).
    R/3 Side:
    1. Transfer Data sources 0FI_AP_3(Vendors: Line Items) and 0FI_AP_4(Vendors: Line Items with Delta) from R/3 from RSA5. Does this mean that the Data sources are created/activated in R/3?:
    Like BI business content. predefined objects in R/3 (datasources ) are maintained in RSA5 and Activated datasources are available in RSA6
    BW Side:
    2. AWB --> Source Systems --> Select Source System ---> Right click ---> Replicate Data Sources. When I click on + sign next to the DS, this shows already assigned infosource. When I click on - sign next to the DS, this asks an infosource to be assigned. What does the +/- sign means there? What does the 'TICK MARK' means there?
    3. AWB ---> Business Content ---> Install --> Do we get a chance here to activate InfoObjects, Transfer Rules,Update rules, Infocube and BEx query? Once we install here, then only the cube 0FIAP_C03 is going to appear in InfoProvider and then for BEx query designer?
    Ans: Once install it it will be available in Active version accroding to the component it has been assigned(SD or CRM). otherwise it will be in Unassigned Node.
    4. AWB -
    > Info Sources -
    > My Application Component ---> Assign InfoSource (We already did that in Step2, what does this mean here?) -> Assign Data Source-> Create InfoPackage -
    > Schedule. One (0FI_AP_3) DataSource is for line Items and another for Line Items Delta (0FI_AP_4). Do we need to schedule both at the same time? Is the DS 0FI_AP_3 not for Init Delta? Is the DS 0FI_AP_4 not for Delta?
    Regards,
    Senthil

  • BI Content Original objects vs. Copy

    Hi,
    is there a SAP recomentation (white paper) how to use the SAP business content:
    Original infoobjects or copies
    Original infoproviders or copies
    Original infosources or copies
    etc.
    What are your recomentations regarding this issue?
    Thanks, Klaus

    Hi,
    To add to the comments already made,its always a good idea to copy std objects and then modify them. Its a SAP recommended best practice not to touch std objects unless you have to, but copy them over to another and then customize it.
    The disadvantage is during the version upgrades and patch upgrades. You don't know how the customized objects will work with std code. The more the customization, the more the testing.
    So, its basically a balancing act.
    Cheers,
    Kedar

  • BI Content Warning Errors

    Hi Experts,
    I am Activating the BI Content I am getting Following below Warning Errorsr
    Issue -1
    Object InfoObject 0ABCKEY: Merge with the Content Version
    InfoObject 0ABCKEY: Application component  transferred from Content version
    InfoObject 0ABCKEY: InfoArea  transferred from the Content version
    Issue -2
    Checking InfoObject 0ADDR_LINE0
    Characteristic 0ADDR_LINE0: Lower case makes selection of char. values difficult
    Please look this issue, please any one provide me solutions ASAP....
    Thanks & Regards,
    Kumar.

    Hi ,
    for Issue -2
    Checking InfoObject 0ADDR_LINE0
    Characteristic 0ADDR_LINE0: Lower case makes selection of char. values difficult
    Check whether at the time of load from source you had done setting as lowercase .Check infoobject setting and if it is checked as lowercase uncheck it .
    Regards,
    Jaya

  • Custom InfoAreas and InfoObject Catalog

    Hi,
    How to assign business content cubes and info objects to custom info areas and info object catalog while activating itself?
    Thank you,
    sam

    hi Sam,
    you can use drag and drop after the the business content cubes/infoobjects installed/activated from business content,
    if the drag drop not enabled, try
    se16, type in RSADMINSV.
    click edit/pencil icon.
    remove checkmark for 'Drag&Drop Off'. and save
    or right click the infoobject catalog and find the infoobjects and move from right to left and activate again the infoobject catalog
    hope this helps.

  • Errors when installing business content

    hi gurus,
    when i am trying to install cube 0fiap_c03 i am facing these errors.i trying in simultion mode
    the errors r
    1.Object DataStore Object 0FIAP_O03: Merge with the Content Version
    InfoObject 0FI_DSBITEM is not available in version A
    2.Installation (simulation mode) of: InfoCube (CUBE)
    InfoObject 0CLEAR_DATE is not available in active version
    like this it is giving 32 objetswhich r not available in content version
    3.Key figure 0GLACCEXT is not available in version D
    Error while reading InfoProvider 0FIAP_O03
    how to sort this out.
    thanks
    sridhar

    Dear Sri
    I hope You have selected the option "Data Flow Before".
    I used to get these errors and I just ignored it.
    If at the time of extraction if you find any problem then you have to go to SAP site and you can find the correct Content.
    Try to activate the Transfer Rules and Update Rules and if you find any problem then you can look back.
    Regs
    Gopi.
    Message was edited by: Gopi
    Message was edited by: Gopi

  • Industry specific Content installation

    Dear Experts,
    We need to create a reports using flat file related to Aviation analysis.We have the analysis things in infoObjects like Sector,Aircraft and Keyfigures like RPK,ASK and Load factor.My question is does i can get the BI content installation infoObjects and InfoAreas related to Aviation industry.
    Regards,
    Venkat P

    Hello Venkat,
    If I understand correctly then your trying to create application component in BW system under SAP R/3 Application Components and getting a Warning. If your receiving this warning in your development system then ignore this but my question is if your creating custom component then why create in SAP R/3?
    Also you can check for the BI content objects if any from RSA1->BI Content and select appropriate objects - Info Objects, Info Cubes, DSO'setc. If you dont find then create custom objects
    Thanks
    Abhishek Shanbhogue

  • 0SOURSYSTEM InfoObject

    hello, i upload in rsa1/business content some infoobjects news but say me this message,
    Overwrite routine transfer version
    content?
    Yes / No / Cancel
    Please could you say me what means this message.?

    I'm updating Business Content with some infoobjetcs, 0BUS_AREA , etc, after say take i see this message: . (attached photo)
    0SOURSYSTEM InfoObject:
    Overwrite routine transfer version
    content?
    Yes / No / Cancel

  • How to find out the object is available or not in BC

    Hi dear friends,
    Suppose I want to design/create a Cube / ODS, before going to create that object, how to find out the same type of Object is available or not in BC with the specification which I want
    Thanks in advance

    Hi Paul,
    at least you need to know the application you are talking about. Then you can goto that particular area and evaluate the content (cubes, infoobjects, infosources, datasources). It will surely give you an idea of the fulfilment of your requirements by the content.
    Siggi

  • SAP BI Research Study?

    Hello Everyone, I am currently pursuing my MBA (MIS) at California State University, Chico. Since a couple of weeks I have been searching for some topic in the domain of SAP BI for conducting an independent research study. I am unable to figure out any solution for the same.
    Over the last semester I have gained tremendous insights on SAP Business Intelligence via. a grad level course. I did get hands on experience on data warehousing as well. But after I began my search on the Internet to familiarize myself with the current situation I was flabbergasted. There is so much happening around us and there are a plethora of skills to acquire that I feel like robbing a bank to become a millionaire only to enroll myself for all the courses across the globe which would inundate me with cutting edge skills within SAP. I consider myself as a toddler. Actually, not even a toddler! But I do not intend to get demotivated and neither do I want to be a part of the problem. I need to find solutions.
    So I would like all you experts to pitch in your ideas as to what you feel are considerably the most sustainable topics in SAP BI and Data Warehousing? Which topics need more research hours and would demand oneself to ponder upon it with an intent to come up with innovations later in our research? Which topics have the most potential? (By topics I mean: Either related to warehousing...DTP's, Transformations, Delta, Process Chains, Cubes, DSO's, Queries ..MDM in general..etc etc etc. or say SAP BI Accelerator, SAP BO Explorer, SOA, BPM, Portal etc)
    With regards to the aforementioned topic set I would also want to host a question: After you suggest a topic out of the above mentioned set, would you all still think it is going to be worthwhile spending my time on such topics or would you suggest me to look out for something new in the BI world which may help me at work later or even embellish my resume...for e.g. working on some innovation or some fancy idea (with out without a programmer alongside me) I may sound obtuse but would the following type of study help: "Considering the need for better analysis of transactional data by anyone in general, not necessarily the top-level so to speak, what if we have audio files (results) (podcasts sorts) for iphones if the display is not large enough to fit graphs, bar charts etc. One can always have a wireless bluetooth dead set device for constantly having an option to avail days end results for critical issues." This is what I feel is fancy. Could be immature too. But would this help? I may have sounded immature but I need to figure out the right path..which is why I have come to the right bunch of people.
    I am awaiting some of the most informative responses. Please acknowledge!
    Thanks and Regards, Akshay Thussu

    Hello,
    Most sustainable topics in SAP BI and Data Warehousing?
    Yes, Data warehousing is the most important area where u can learn basic concept that is required for SAP BI.
    Which topics need more research hours and would demand oneself to ponder upon it with an intent to come up with innovations later in our research?
    Scenario wise, Data Modelling, ETL (i.e Extraction, Transformation & Loading) & then Reporting are the topics that u can go 1 by 1.
    Which topics have the most potential? (By topics I mean: Either related to warehousing...DTP's, Transformations, Delta, Process Chains, Cubes, DSO's, Queries ..MDM in general..etc etc etc. or say SAP BI Accelerator, SAP BO Explorer, SOA, BPM, Portal etc)
    Now, as u mentioned in above question Cube, DSO's etc. are all the contents which is mainly used for data modelling & Reporting.
    Ok, so following are the links that will help u so thru the links,
    Data warehousing workbench:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/6b023b6069d22ee10000000a11402f/content.htm
    Infoproviders
    http://help.sap.com/saphelp_nw04/helpdata/EN/02/bafc3f9ec4e669e10000000a155106/content.htm
    Infoobjects
    http://help.sap.com/saphelp_nw70/helpdata/EN/80/1a63f9e07211d2acb80000e829fbfe/frameset.htm
    Infoproviders
    Different types of Infoproviders are : Infocube,DSO,Virtual providers,Infoset,Multiprovider...in this link you will find all the details..
    http://help.sap.com/saphelp_nw70/helpdata/EN/80/1a63f9e07211d2acb80000e829fbfe/frameset.htm
    Master Data
    http://help.sap.com/saphelp_nw70/helpdata/EN/04/cce63736544d4de10000009b38f8cf/frameset.htm
    Modelling,Transformation,Furthur Processing Data,Data Distribution,Real Time Data Aquisition.....all these topics you will find in the following link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/f8/7913426e48db2ce10000000a1550b0/frameset.htm
    Transferring Data from flat files
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/03450525ee517be10000000a1553f6/frameset.htm
    Data Aquisition
    http://help.sap.com/saphelp_nw70/helpdata/EN/80/1a618ae07211d2acb80000e829fbfe/frameset.htm
    Infopackages
    http://help.sap.com/saphelp_nw70/helpdata/EN/80/1a6574e07211d2acb80000e829fbfe/frameset.htm
    *Data Transfer Process *
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/fa50e40f501a77e10000000a422035/frameset.htm
    Aggregates
    http://help.sap.com/saphelp_nw70/helpdata/EN/26/4bc0417951d117e10000000a155106/frameset.htm
    Restricted and Calculated Keyfigure
    http://help.sap.com/saphelp_nw70/helpdata/EN/b4/730276938a504cacc56b44fd3578e3/frameset.htm
    For Bex Query,Reporting,Bex Analyzer
    http://help.sap.com/saphelp_nw70/helpdata/EN/80/3424429e905033e10000000a155106/frameset.htm
    BEx Web Analyzer :
    http://help.sap.com/saphelp_nw70/helpdata/en/0d/af12403dbedd5fe10000000a155106/frameset.htm
    BI Content
    http://help.sap.com/saphelp_nw70/helpdata/EN/37/5fb13cd0500255e10000000a114084/frameset.htm
    Most Imp Link
    http://help.sap.com/saphelp_nw70/helpdata/EN/46/8dfebaebf268e5e10000000a1553f7/frameset.htm
    Hope it will helps u for ur research,
    Best Regards,
    Santosh Dhanawade

  • Process Chain & DTP

    Hi,
    I am New to BI 7.0 but with some little knowledge about BW3.5.
    I would like to ask for some brief explanation about Process Chain & Data Transfer Process. What are they?
    I replicate a DataSource as BI7.0 datasource version, and I found that I must use Transformation in order to link it to my data target. But still I could not transfer data with InfoPackage, it could only extract data to PSA.
    Then I just found that I need to create something called "Process Chain" & "Data Transfer Process", may I ask what these 2 things are? And if possible, I would like to ask for steps to extract Customer Master data ?
    Here are what I have done so far:
    1) Install Business Content for InfoObject '0Customer'.
    2) Install Business Content DataSource in R/3 & Replicated as "DataSource" in BI7.0
    3) Create a Transformation to link up the InfoObject & DataSource.
    4) Create a InfoPackage (could only load data to PSA)
    5) Try to create a DTP, but fail. In the first creation popup, the source of DTP keeps read-only, but mandatory, so I cannot get pass...:(
    Thank You!!
    Best Regards,
    Chris Poon

    Thanks voodi for answering.
    I right click on the DataSource in RSA1, can choose "Create Data Transfer Process".
    A popup is shown asking for
    1) Name of the Data Transfer Proc.
    2) Target of DTP
    3) Source of DTP (DataSource & Source System)
    Here I can fill in 1 & 2.
    However, for "3", the Text box are read-only, so I could not fill in the DataSource.
    Am I doing it wrongly?
    Thanks,
    Best Regards,
    Chris Poon

Maybe you are looking for

  • Hello I have a Macbook using OSX 10.6.8

    Hello to everybody I have bought a Brother MFC-4710DW printer & I am using Pages 9. Can somebody please tell me how to make the text lighter because when I  print in duplex, the text is showing from the other side of the paper. Your help in this matt

  • Getting "could not sign in...server error"

    Trying to set up an ipod for a birthday present tomorrow but keep getting this message. I have a working Apple id etc. What can I do? Help please!

  • How to run the Pay roll for New employee in back date

    Hi All I have an question Scenario 1 - employee has joined in month of march but pay roll is process in july. In Basic salary fast formula condition is if the emplyee is joined prevoius month and pay roll not process thn it is working but the employe

  • BUG - Copy HTML region with items

    When you copy a html region - there is the option to copy buttons and items. If you specify Yes on items, and specify the same page number, you will receive validation error "You may only copy items to a different page". However, change it to No, and

  • IMac Wireless Dropouts, slow speed , what is apple waiting for?!

    hello everyone! i switched a month ago from a pc to a mac (intel imac 20" , 2,4ghz) and i must say that it's great, except this : My wifi connections has a lot of trouble! a lot of dropouts , and even if i keep a strong signal for a while (yeah,some