What are the standards to write info objects

i appended one structure in BSEG table in r/3 for  data source 0FI_GL_4 and through that structure  i added some z fields to it . now in bw i have to create info objects for those fields .i created data source in which all fiels are populating correctly  only i have to  create new info objects for new fileds .i am very new to BI please tell me what standards to follow to create  info objects. and also tell me which field fell under char field catalog and which field under key field catalog
i am giving the field names
ZZFUNDNO  CHAR 8
ZZGRPOLICY CHAR 15
ZZAGENTNO CHAR 10
ZZTRTYNO2 CHAR 12
  ZZCEDAMT CHAR 14
  ZZPLANCODE CHAR  6
ZZAGENTID CHAR 10
  ZZFOAGNTNO CHAR 10
  ZZFOAGNTID CHAR 10
  ZZACCIDTYR CHAR 4
  ZZDESKCODE CHAR 8
  ZZORIGCOMP CHAR 6
  ZZORIGACCT CHAR 24
  ZZTRTYATR1 CHAR 22
  ZZTRTYATR2 CHAR 35
  ZZCLAIMNO CHAR 12
  ZZADMSYST CHAR 8
  ZZAPPROVER CHAR 8
  ZZOPERATOR CHAR 10
  ZZCHECKNO CHAR 10
  ZZCHCKDATE DATS 8
  ZZINVOICNO CHAR 12
ZZVENDORS CHAR 12
  ZZVOUCHRNO CHAR 12
  ZZITEMID CHAR 5
  ZZPAYEE CHAR 20
  ZZEFTVDATE DATS 8
  ZZDESCR CHAR 22
  ZZSUBCODE CHAR 4
  please help me in this regard

HI,
for creating a Infoobject go through the following link.
http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a63b3e07211d2acb80000e829fbfe/frameset.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a63b3e07211d2acb80000e829fbfe/frameset.htm
for your second doubt, the all fields you have mentioned here is Char and DAT data types. So all will be in Character field catelog.
Since mostly keyfigures will have the following data types only.
    Amount, Number, Date, Quantity, Integer, Time.
You can use DAT fields as keyfigures but you have to decide that.
rgrds,
v.sen.

Similar Messages

  • For Delivery Performance what are the standard report available n SAP?

    For Delivery Performance what are the standard report available n SAP?

    hi
    If you wanna know the SD report just go to SAP1 transaction code from easy access( it works only from easy access) and you will find entire reports available in SAP. Then select what is relevant to you. And as you asked any material on reports, so I have some good material on it and will surely send you tonight.
    And Some of the Standard reports in SD are given below check it out for convenient however always better to chek above told transaction code:
    Sales summary - VC/2
    Display Customer Hierarchy - VDH2
    Display Condition record report - V/I6
    Pricing Report - V/LD
    Create Net Price List - V_NL
    List customer material info - VD59
    List of sales order - VA05
    List of Billing documents - VF05
    Inquiries list - VA15
    Quotation List - VA25
    Incomplete Sales orders - V.02
    Backorders - V.15
    Outbound Delivery Monitor - VL06o
    Incomplete delivery - V_UC
    Customer Returns-Analysis - MC+A
    Customer Analysis- Sales - MC+E
    Customer Analysis- Cr. Memo - MC+I
    Deliveries-Due list - VL04
    Billing due list - VF04
    Incomplete Billing documents - MCV9
    Customer Analysis-Basic List - MCTA
    Material Analysis(SIS) - MCTC
    Sales org analysis - MCTE
    Sales org analysis-Invoiced sales - MC+2
    Material Analysis-Incoming orders - MC(E
    General- List of Outbound deliveries - VL06f
    Material Returns-Analysis - MC+M
    Material Analysis- Invoiced Sales - MC+Q
    Variant configuration Analysis - MC(B
    Sales org analysis-Incoming orders - MC(I
    Sales org analysis-Returns - MC+Y
    Sales office Analysis- Invoiced Sales - MC-E
    Sales office Analysis- Returns - MC-A
    Shipping point Analysis - MC(U
    Shipping point Analysis-Returns - MC-O
    Blocked orders - V.14
    Order Within time period - SD01
    Duplicate Sales orders in period - SDD1
    Display Delivery Changes - VL22
    These are all main standard reports as well I am again repeating that it's better to check all reports from above said transaction code.

  • What are the standard Solutions available for Complaints Management in CRM?

    Dear all,
    What are the standard solutions available in SAP CRM to receive and process complaints through Customer Interaction Center.
    Our requirement is to receive and register complaints from contact center and process them by integrating back end ECC and BIW systems.
    As per my understanding we can not integrate ECC transactions in CASE Management while CASES are being created through Interaction Center.
    Please help me to map the following requirement successfully into SAP.
    How to register the complaint through Interaction Center?
    How this complaint information is communicated in back end ECC system?
    How to track the status and solution of the complaint available in back end ECC system?
    How the complaints are stored in ECC system?
    After creation of a complaint, can we trigger an automatic email on back end ECC system user with all complaint relevant data?
    Kindly help me to understand the process.
    Best regards,
    Raghu ram.

    You can analyse this [link |http://help.sap.com/saphelp_crm60/helpdata/en/68/691976cd2ef845a4e62437a82b67df/frameset.htm]for more information. Additionaly the tree hierarchy links contain some process flows where it explains you briefly the big picture of the process, in standard SAP CRM Complaint Manaagement Scenario.
    BR,
    Cenk Sezgin

  • What are the standard IDOC's available in IDES? where can i see in IDES?

    Dear All,
    Can any body let me know what are the standard IDOC's available in IDES? What is the path for the same?
    Thanks in advance for replies
    regards
    srikanth

    Hi,
    IDOCs are intermediatery Documents, we can check for IDOCS using Tcode
    WE01 : Create IDOC
    WE02 : Display IDOC
    WE19 : Reprocess IDOC
    etc
    Thanks
    Kalyan

  • What are the standard functions in XI ?

    What are the standard functions in XI ?

    Hi,
    The target field mapping is possible by using below typs of functions
    1. Standard functions
    2. Runtime procedure
    3. User Defined functions
    Standard functions are the APIs provided in Graphical mapping to process the values of the fields used for target field mapping.
    Technically all these values are trated as string thus all standard functions expect strings as input argument and string as an export aurgument
    Please find here with you more details about it at below link
    http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/frameset.htm
    2. Runtime procedure
    http://help.sap.com/saphelp_nw04/helpdata/en/3d/24e15bf9d79243b45d49b13b03de8f/content.htm
    3. User Defined functions
    http://help.sap.com/saphelp_nw04/helpdata/en/22/e127f28b572243b4324879c6bf05a0/content.htm
    Thanks
    Swarup

  • What are the lock modes in Lock object

    What are the lock modes in Lock object ?
    what are the divfferences between
    Exclusive , cumulative
    Shared
    Exclusive , not cumulative
    Could any body explain what happens in each table lock ?
    How the lock consists ?

    HI
    Lock objects are used to synchronize access to the same data by more than one program.
    The lock mode controls whether several users can access data records at the same time. The lock mode can be assigned separately for each table in the lock object. When the lock is set, the corresponding lock entry is stored in the lock table of the system for each table.
    There are three types of lock modes
    1.Exclusive
    2.Shared
    3.Exclusive not cummulative
    Exclusive lock: The locked data can only be displayed or edited by a single user. A request for another exclusive lock or for a shared lock is rejected.
    Shared lock: More than one user can access the locked data at the same time in display mode. A request for another shared lock is accepted, even if it comes from another user. An exclusive lock is rejected.
    Exclusive but not cumulative: Exclusive locks can be requested several times from the same transaction and are processed successively. In contrast, exclusive but not cumulative locks can be called only once from the same transaction. All other lock requests are rejected.
    please go through these links:
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/a2/3547360f2ea61fe10000009b38f839/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eebf446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eebf446011d189700000e8322d00/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eed9446011d189700000e8322d00/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eed9446011d189700000e8322d00/frameset.htm</a>
    Regards,
    Gunasree.

  • What are the standard Application tool bars used in reports

    Hi All,
    What are the standard application tool bars used in the report/program?
    Thanks in advance
    Regards
    Chakri

    Hi,
    Goto SE41,
    Programs : SAPLKKBL
    Status : STANDARD
    Thanks,
    Best regards,
    Prashant

  • What are the standard bex analyzer reports available?

    hi all
    what are all the std reports available for fico? sd and mm?
    thanxs in advance
    regds
    hari

    Hi,
    This is the best way...and the simplest way....since it is a big question....just go Business content tab in RSA1 and there go to "query elements" option and cick on the option "select objects" this will give you all the standata BW queris based on all the BC cubes and it will not show self developed queries in you system.
    So fo MM reports go to...Infoarea "Supply Chain Management"-> "Inventory Management"....here you will see all the cubes related to MM and the reports nased on that.
    for FICO go to Infoarea FMCO Financial management and controlling.........
    Similarly you can find for SD.
    If you want to find the detailed information about all the queries .....you will have to search the help.sap.com witth the same name of the cubes and you will get various links explaining that.
    Thanks

  • What are the standard SAP reports in PP ?

    Hi PP Guru's,
    Please explain me the standard Reports available in PP with Tcode and  give me
    how to configure for the customer requirements incase if demanded by them a
    change is reqd? pl give few of them
    Thanx & regards,
    Vimalbalaji

    MATERIAL
    CREATE-GENERAL       MM01       IMMEDIETELY
                         MM11       SCHEDULE
    CHANGE               MM02       IMMEDIETELY
                         MM12       SCHEDULE
                         MM13       ACTIVATE
    FLAG FOR DELETION    MM06       IMMEDIETELY
                         MM16       SCHEDULE
    DISPLAY              MM03       DISPLAY CURRENT
                         MM19       DISPLAY AT KEY DATE
    DISPLAY CHANGES      MM04       ACTIVE CHANGES
                         MM14       SCHEDULE CHANGES
                         MM17       MASS MAINTENANCE
                         MMAM       CHANGE MATERIAL TYPE
    OTHER                MMBE       STOCK OVERVIEW
                         MMPV       CLOSE PERIOD
                         MMRV       ALLOW POSTING TO
                                    PREVIOUS PERIOD
                         MM50       INSTANT MATERIAL VIEW
                         MMSC       ENTER STORAGE LOCATIONS
                         MM60       MATERIAL LIST
    ARCHIVING(MATERIAL)  MM71       ARCHIVE/DELETE
                         MM72       DISPLAY ARCHIVE
    BILL OF MATERIAL (MATERIAL BOM)
                         CS01       CREATE
                         CS02       CHANGE
                         CS03       DISPLAY
    EXTRAS               CS28       ARCHIVING
                         CS20       MASS CHANGES
    EVALUATION/BOM       CS11       BOM MULTILEVEL
    EXPLOSION/MATERIAL   CS12       STRUCTURE MULTILEVEL
    BOM                  CS13       SUMMURISED BOM
    WORK CENTRES
                         CR01       CREATE
                         CR02       CHANGE
                         CR03       DISPLAY
                         CA85       REPLACE
    CAPACITY             CR11       CREATE
                         CR12       CHANGE
                         CR13       DISPLAY
    HIERARCHY            CR21       CREATE
                         CR22       CHANGE
                         CR23       DISPLAY
    LINE HIERARCHY       LDB1       CREATE
                         LDB2       CHANGE
                         LDB3       DISPLAY
    REPORTING            CR60       W/C INFORMATION SYSTEM
                         CR05       W/C LIST
                         CR06       COST CENTRE ASSIGNMENT
                         CR07       W/C CAPACITIES
                         CR08       W/C HIERARCHY
    WHERE USED           CA80       WORK CENTRE
                         CR15       CAPACITY
                         CR10       CHANGE DOCUMENTS
    EXTRAS               CR09       STD. TEXTS TASK LIST
                         CR41       ARCHIVING
    ROUTING
    STAD. ROUTING        CA01       CREATE
                         CA02       CHANGE
                         CA03       DISPLAY
    REF. OPERATION SETS  CA11       CREATE
                         CA12       CHANGE
                         CA13       DISPLAY
    RATE ROUTING         CA21       CREATE
                         CA22       CHANGE
                         CA23       DISPLAY
    REF. RATE ROUTING    CA31       CREATE
                         CA32       CHANGE
                         CA33       DISPLAY
    EXTRAS               CA85       REPLACE W/C
    MASS CHANGES         CA95       REPLACE REF. OP. SET
                         CA75       REPLACE PRT
    DELETE TASK LIST     CA99       WITH ARCHIVING
                         CA98       W/O ARCHIVING
    REPORTING            CA80       WORK CENTRE
    WHERE USED LIST      CA90       REF. OP. SETS
                         CA70       PRODUCTION RESORCE TOOLS
    COST CENTRE
                         OKKP       MAINTAIN CONTROLLING AREA
                         KS01       CREATE COST CENTRE
                         KZS2       CREATE COSTING SHEET
                         KA01       CREATE PRI. COST ELEMENT
                         KA06       CREATE SEC. COST ELEMENT
                         KL01       CREATE ACTIVITY TYPE
                         KP26       ACTIVITY TYPE/PRICE PLANNING
    SALES AND OPERATIONS PLANNING
    PRODUCT GROUP        MC84       CREATE
                         MC86       CHANGE
                         MC85       DISPLAY
    GRAPHIC              MC91       PRODUCT GROUP
                         MC92       OVERVIEW
    PLANNING             MC81       CREATE
    FOR PRODUCT GROUP    MC82       CHANGE
                         MC83       DISPLAY
                         MC75       TRANSFER PG TO PLANNING
    FOR MATERIAL         MC87       CREATE
                         MC88       CHANGE
                         MC89       DISPLAY
                         MC74       TRANSFER MATERIALS TO DM
                         MC9K       MATERIAL AVAILABILITY
    VERSION MANAGEMENT   MC78       COPY
                         MC80       DELETE
    FLEXIBLE PLANNING    MC93       CREATE
    PLANNING             MC94       CHANGE
                         MC95       DISPLAY
                         MC9K       MATERIAL AVAILABILITY
    TOOLS/PLANNING TYPE  MC8A       CREATE
    MACRO                MC8B       CHANGE
                         MC8C       DISPLAY
    EVENT                MC64       CREATE
                         MC65       CHANGE
                         MC66       DISPLAY
    ROUGH CUT PLANNING   MC35       CREATE
    PROFILE              MC36       CHANGE
                         MC37       DISPLAY
    ENVIRONMENT          MC90       TRANSFER MATERIALS TO DM
    ACTIVITY REQT.       KSPP       TRANSFER TO COST CENTRE
                         KSBL       COST CENTRE OLANNING REPORT
                         KSOP       TRANSFER TO ACTIVITY BASED COSTING
                         CPBL       PLANNING REPORT PROCESSES
                         MC9C       REPORTING
    SETTINGS             MC96       FORECAST PROFILE
    DISSAGGRIGATION      MC76       BREAKDOWN PG PLAN
                         MC77       DISPLAY PG PLAN
                         MC75       TRANSFER PG TO PLANNING
                         MC74       TRANSFER MATERIALS TO DM
    FORECASTING
    INDIVIDUAL FORECAST  MP30       EXECUTE
                         MP31       CHANGE
                         MP32       DISPLAY
    TOTAL FORECAST       MP38       EXECUTE
                         MP33       REPROCESS
                         MP39       PRINT
                         MPBT       EXECUTE BACKGROUND
                         MPDR       PRINT BACKGROUND
    DEMAND MANAGEMENT
    PIR                  MD61       CREATE
                         MD62       CHANGE
                         MD63       DISPLAY
                         MD65       REQTS. FOR SCINARIO
                         MD66       COPY SIMULATED DEPENDENT REQT.
                         MD70       COPY TOTAL FORE CAST
    EVALUATION           MD73       DISPLAY TOTAL REQT.
                         MD79       EXCELL INTERFACE
                         MD4C       ORDER REPORT
                         MD72       CHARECTERISTICS PLANNING
    CUSTOMER REQT.       MD81       CREATE
                         MD82       CHANGE
                         MD83       DISPLAY
    REPETITIVE MANUFACTURING
    MASTER DATA          C223       PRODUCTION VERTION
    PRODUCT COST PLANNING
    COSTING RUN          CKMATSEL   CREATE
    SELECTION LIST       CKMATCON   Edit
                         CK40N      EDIT COSTING RUN
    Check with below Link :
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/process%2border%2bstatus%2bmanagement
    Thanks
    Seshu

  • What are the compiler generated codes for objective-c?

    After the compilation, the code for c/c++ is known as "object code" i.e. ".obj" file, and the binary executable file is ".exe" .
    Similarly for java the compiled code is known as ".class" file.
    In case of Objective-c what is the output of Compiler and what is the Executable file?

    Strictly speaking, .obj and .exe refer only to the output of the compiler and linker for a Windows system (or cross compiler).  For *nix compliant systems the output of the compiler is usually given a .o suffix and the executable produced after linking is named whatever you choose; but usually with no suffix at all.
    Also, technically speaking, Java .class fiels don't fit neatly into this paradigm.  The output of a Java compiler isn't object code, per se; it's optimized byte-code that can be run by the JRE.

  • What are the standard reports in QM?

    Hi,
    I want to know the standard reports available in Quality Management?

    QA33   : Inspection Lot List 
                  Quality report against Inspection Lot - Results
    Hi , here is some useful QM report.
    QC55   : Quality Certificate List in Procurements
    MMBE : Material stock overview u2013 Quality / Unrestricted / Block etc.
    MB52   : Ware House stock & Valuation (Quality / Unrestricted / Block etc.)
    MB51   : Material document List
    CC04    : Display product Structure
    MCXC  : Material Analysis (Month wise)
    MCXI   : Material analysis
    MCXB  : Material inspection result analysis
    MCVA  : Vendor analysis u2013 material inspection lot wise
    MCOA  : Customer analysis u2013 m aterial inspection lot wise
    QGA2    : Inspection results day wise
    QS28     : List of Master Inspection Characteristics
    QS26     : MIC where used lists
    QS38     : List of Inspection methods
    QS36     : Inspection method where used lists.
    QS49     : Code Groups & Codes
    QS59     : Selected sets
    QM11    : Display Quality notification Lists
    QM19    : Multilevel Quality notification List
    MCXV   : Quality Notification analysis

  • What are  the Standard Software Components needed to devolop Portal DC?

    Dear all,
    I am trying to port the code from local portal project to
    DC Portal Project.
    i think i have to add dependencies in the 'Used DCS' in the DC Project for the Corresponding Build Path Entries(jars).
    But iam not getting the Standard Software Components where i will get the references for
    <classpathentry kind="var" path="<b>ECLIPSE_HOME/plugins/com.sap.ep.applicationDevelopment/prtapi.jar"/></b>    <classpathentry kind="var" path<b>="ECLIPSE_HOME/plugins/com.sap.ep.applicationDevelopment/prttest.jar"/></b>    <classpathentry kind="var" path<b>="ECLIPSE_HOME/plugins/com.sap.ep.applicationDevelopment/com.sap.portal.runtime.application.soap_api.jar"/></b>
    Please tell me the Software Components needed for Portal Development while Defining Track.
    regards,
    Biroj.

    I am assuming the following:
    SAP_BUILDT
    SAP_JTECHS
    SAP-JEE
    <OWN COMPONENT> (with as prerequisite SCs the above three)
    If you had found this out already, please post in this thread.
    Thanks,
    Jurjen

  • What are the Standard Process of SAP Plant Maintenance?

    Dear Experts,
    Let me know the Standard Process of SAP PM? Where i can get more details about them.
    Ashif Tadvi

    Hi,
    Hope the below links will be helpful for your requirement
    Overview of Plant Maintenance (PM) - Plant Maintenance (PM) - SAP Library
    Plant Maintenance (PM) - SAP Library
    Regards
    Varun.M

  • What are the Standard Reports In Product Costing

    Hi,
    Can you please suggest me the the Necessary Standard Reports that can be suggest to the client in Product Costing?
    Please provide me the TCodes as well.Poings will be assigned.
    Thanks
    Sunitha

    Most of the report that are used at my client site are
    CK33                     -Compare Cost estimate.
    Ck13n                   - Display Cost Estimate
    S_ALR_87099930  - Results of costing run
    CKAPP01            -  Display Materials to be costed.
    CK80_99              - Cost Component Split.
    Ck88_99              -  Partner Cost Component Split.
    CK84_99             - Itemization.
    As we also handle Month end close we use
    KKAQ                   - Display WIP
    S_ALR_87013127  - Display variances

  • What are the standard def channels you receive with the SD receiver?

    Nowhere on the site can I find a clear definitiion of what you receive with the $5.99 SD receiver as opposed to what you get without it. I can see that you get up to CH 49 with a std cable TV tuner but I don't see what else you get with the $5.99 setup. Is it ALL channels not marked HD (with the exception of pay things like HBO etc)?  Just looking for some clarity. Thanks.

    You get almost everything non-premium (HBO, STARZ, Showtime, Cinemax, etc. are excluded) below 500 (if you're not subscribed to extreme HD or sports in NY/NNJ you also won't get some of the sports channels in the 300's) and all the music choice channels.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

Maybe you are looking for

  • Line with 0 quantity for main item with batch split

    Hello experts, I have one line item in delivery. Delivery split is there: There are 1 spilt items with 1 batch nos. The main item category and the batch split item category are TAN. My system is showing 2 line items in billing, the batch line with qu

  • Hard Drives locked after Leopard Install

    Since this only happened after I installed Leopard, I figured here would be a good place. My apologies if it is not. The root ( /Volumes/Entreri/ and /Volumes/Akira ) are now read only. All folders and files within them have correct permissions. Hist

  • Samba and fusesmb: "connection timed out" error

    Hello to everyone! I'm facing a weird problem here: since a couple of days I cannot use fusesmb anymore: I can still "see" the SMB network shares that are present on my LAN, but as soon as I try to enter one of those I get a "connection timed out" er

  • [solved] Printing gone after update

    I just ran a pacman -Syu yesterday. All of my printers have disappeared, and localhost:631 returns "connection refused". What happened? Last edited by WoodLark (2011-07-18 18:58:38)

  • "Open with" in Windows does not work for Bridge CS5

    When I right click on a picture to open it with Bridge CS5 nothing happens. Does anybody know how to fix this? It worked with older version of Bridge and it stopped once I installed the CS5. I have Windows Vista.