Downloading/Exporting Field Statuses

First, I know essentially nothing about SAP, so I hope this is the right area. I am an intern who has been tasked with taking SAP data, and automating some processes with it using Access. No big deal at first, they provided us with a table download script and I did a few no problem.
Now however, I need to check that a bunch of customer account groups have (in their company code data) the reconciliation field set to required. This is how they told us to navigate to the field:
In customization, go to SPRO->Financial Accounting->Account Receivable and Account Payable->Customer Accounts->Master data->Preparations for creating master data->Define account groups with screen layouts, or run transaction OBD2.
Click on the u201DDetailsu201D button (or press F2). Click on the field status u201DCompany code data.u201D Click on the select group u201DAccount management.u201D  Review the field status for u201DReconciliation accountu201D.
For anything else, I would just download a table and do the check, but these are contained in a structure, which (via some googling) does not appear to be downloadable. Is there any way to get this data into access?
Edit - found an answer, but couldn't figure out how to delete this post. Mods go ahead if you want.
Edited by: James.Field on Jun 2, 2011 1:40 PM

I totally agree with rnm1978, you shouldn't use OBIEE as an extraction tool. Get your users to define extractly what questions they need answered and create those reports in OBIEE, not on Excel.
Havign said that if you do use OBIEE as an extraction tool you should know that the 56K limitation it's an Excel problem, not OBIEE. If you use the Download Data option in OBIEE you can hundreds of thousands of rows, depending on what have you set as the maximum number of rows your BI Server allows. and if you use Excel 2007 to open this data file it can load up over 1m rows (1048576 to be precise).

Similar Messages

  • Not able to download the field names in GUI_DOWNLOAD(very urgent)

    Hi All,
    I am downloading the file contents to the presentation server.i am able to get the file contents proeprly but not able to download the field names into text file.
    Can anybody please help me in this issue..? its very urgent. Valuable answers will be rewarded.
    CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = w_filename
          filetype                = 'DAT'
         write_field_seperator   = c_x
          col_select              = c_x
          COL_SELECT_MASK         = t_mask
        TABLES
          data_tab                = t_tab
          fieldnames              = t_colnames
        EXCEPTIONS
    Thanks & Regards,
    Satish.

    Hi,
    I have tried in both ways its not working.
    while a ran the program it is going to the dump.
    I am working in mySAP ECC6.0
    Can pl you suggest other way..
    Thanks & Regards,
    Satish.

  • About field status table

    I want to download the GL account field status info from SAP table in the following path:IMG -> Financial Accounting(New) -> Financial Accounting Global Settings(New) -> Ledgers -> Fields -> Define Field Status Variants.I need each field status info(Suppress / Require Entry / Option Entry),but I don't know I can download them from which table.

    Dear,
    What you can do is use the table SKB1 and get the field status group for the GL, there is no specific table which shows S R O of the field status variant but you can see the table T004F.

  • How to How to get FI field status settings for General data

    Hello All,
    Can you please tell me How can I achieve field status settings for General data.
    I have some code to get field status settings for account assignment block but I need General data block data.
    Can you please help me with the same.
    I got the below code to get field status settings for account assignment block But I need General data block information.
    FUNCTION z_fieldstatus_getdetail.
    *"*"Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(I_BSCHL) TYPE BSCHL
    *" VALUE(I_BUKRS) TYPE BUKRS
    *" VALUE(I_SAKNR) TYPE SAKNR
    *" TABLES
    *" T_COBLF STRUCTURE COBLF
    *" T_FIELDS STRUCTURE TCOBF OPTIONAL
    *" EXCEPTIONS
    *" ERROR_MESSAGE
    * liefert Feldstatus in Liste t_coblf:
    * Feldname (DDIC) nicht in der Liste -> Feld ausgeblendet
    * Feldname (DDIC) in der Liste -> Feld eingabebereit
    * required = 1:
    * Mussfeld;
    * required = 0: kein Mussfeld
    * active = 0: Feld ausgblendet
    * Als Hilfstabelle wird die gesamte Feldliste der Felder (t_fields)
    * ausgegeben,
    * deren Eingabebereitschaft im Customizing steht
      DATA: ls_faus1 LIKE tbsl-faus1.
      DATA: ls_faus2 LIKE tbsl-faus2.
    * Feldstatus holen
      CALL FUNCTION 'FI_FIELD_SELECTION_DETERMINE'
        EXPORTING
          i_bschl     = i_bschl
          i_bukrs     = i_bukrs
          i_saknr     = i_saknr
        IMPORTING
          e_faus1     = ls_faus1
          e_faus2     = ls_faus2
        EXCEPTIONS
          customizing = 1
          OTHERS      = 2.
      IF sy-subrc <> 0.
        MESSAGE a613(/ssc/comon).
      ENDIF.
      DATA lv_char.
      DATA int_coblf LIKE coblf OCCURS 0 WITH HEADER LINE.
      DATA p_cobl LIKE cobl.
      DATA: dummy_ktosl LIKE bseg-ktosl.
      PERFORM kontierungsblock_ermitteln(sapff001)
      TABLES int_coblf
      USING lv_char(1)
      ls_faus1 ls_faus2 dummy_ktosl.
      t_coblf[] = int_coblf[].
      SELECT * FROM tcobf INTO TABLE t_fields.
    ENDFUNCTION.
    Thanks in Adv.
    Kaustubh

    Hi ,
    Looking at the question the first thing that comes to my mind is what is the organization structure that you are following .
    As you have mentioned that you have used segment insted of profit center for splitting , what is the scope of profit center in your implementation .
    in implementations where locations are devided as profit centes it becomes very necessary to mandatorily split the documents based on profit center .
    in your case as you have set it as segment i dont find it an issue of you keeping it as optional as it will not give you and error during your operations , as you have made profit center optional in splitting charcteristics .
    hope this suffices .
    Regards ,
    Dewang

  • Access to GL Field Status Group Settings

    In 4.0B, transaction FS03 - Display GL Account, I enter an account number and a company code and hit enter.  On the next screen, I hit the Next Screen Button(F8).  Near the bottom on the screen is field 'Field Status Group'.
    Now use menu path EXTRAS-->Field Status Screen.  I get a list of groups and I double click on group 'Payment transactions'.
    The second field on the next screen is called 'Value date' and it has radio button 'Req.Entry' set.
    From looking at the F1 help on 'Field Status Group', it mentions that 'The field status when you create a document also depends on the posting key'.
    So now my question.  Given that I have the account number, company code and posting key, how can I retrieve the data that tells me that 'Value date' is a required entry from my ABAP program?

    Hello,
    About this questions:
    but can you tell me how you have decided that 6th position field is value date?
    how to determine the positions of fields? it is maintained somewhere?(in any table).
    ...which element belong …?
    -> trial and error
    This is the only way to know this?
    I am using FM 'PREPARE_FIELD_SELECT_STRING'  inside it in field FAUSTAB[] apparently there is the mapping of the fields, my other questions is, always is the same field matching from the data retrieved from FI_FIELD_SELECTION_DETERMINE and the field status group?
      w_faus1 = faus1.
      w_faus1+90(50) = faus2.
         CALL FUNCTION 'PREPARE_FIELD_SELECT_STRING'
            EXPORTING
              incoming_string = w_faus1
              string_id       = 'SKB1-FAUS1 '
              text1           = 'xxx'
              text2           = 'xxx'.
      TEXT3                 = ' '
      XCHANGE               = ' '
      XNODISP               = ' '
    IMPORTING
      ACTTYP                =
      OUTGOING_STRING       =
      XCHANGE               =.

  • Field status as mandatory while creation of RE-FX Lease Out Contract

    Hi SAP Real Estate Friends,
    I have a requirement wherein we need to make the field status of some specific fields as mandatory for data input in RE-FX Lease Out Contract. The fields are mentioned below:
    1. Profit Centre in Organizational Assignment Term.
    2. Payment Terms in Postings Term.
    3. Account Determination Value in Postings Term.
    4. Resubmission Rule needs to be mandatorily selected by the user creating the RE-FX lease Out Contract.
    5. Fixtures and Fittings Characteristics needs to be mandatorily selected by the user creating the RE-FX Rental Object.
    Also we need to achieve a requirement that in case a posting has already been carried out for a given RE-FX Contract for a given Account Determination Value, same shall not be available for change in the RE-FX Contract subsequently.
    Plz write back with your valuable inputs.
    Thanx in advance
    Pankaj

    Hello,
    You can set the field status from this path:
    RECACUST > Contract > Dialog > Screen Layout > Field Groups > Field Status per Contract Type
    Regards,
    Suvarghya.

  • How to download structure fields using  (Not querying DD03L)

    Hi Gurus,
    The function module 'DB_GET_TABLE_FIELDS' is used to download table fields but if I want to download structure fields, how do I do it ?
    I don't want to query DD03L because it then gives fields in alphabetical order but the actual structure does not have those fields in alphabetical order.
    Regards,
    Rajesh.

    Hi,
    You can still use DD03L..Then sort the internal table POSITION.
    Example
    DATA: ITAB LIKE DD03L OCCURS 0 WITH HEADER LINE.
    SELECT * FROM DD03L INTO TABLE ITAB
                 WHERE TABNAME = 'RV45A'.
    IF SY-SUBRC = 0.
      SORT ITAB BY POSITION.
    ENDIF.
    Now the itab will be in the order that you see in SE11..
    Thanks,
    Naren

  • Validation:  Field status of G/L account

    Problem:  When posting non-goods receipt invoices in MIRO, G/L account and acct assignment object are proposed by purchase order, but they can be overwritten by users with no validation, often resulting in incorrect posting. 
    Such validation controls are in place for ME51N and ME21N.  That is, the combination of GL account and account assignment are validated/checked against Field Status Group (FSTAG u2013 based on G/L master) as well as Account Assignment Category (in PO).  I want to extend those controls to MIRO non-GR invoices.
    This problems fits description in OSS Note 522101.  The solution recommended in the Note is u201CPossible incorrect entries could be checked or corrected by validation or substitution if necessary.u201D
    If I create a validation in OB28, how should I express the logic in "Check"?
    Appreicate any help on this.

    Hi,
    I do not think so that there are standard BADI or User Exit available in std sap for such validations.
    It is a facility given by sap to post to a separate GL account in MIRO screen.
    If you want a GL to be taken only with perticular cost center or other account assignment , try a user exit or try changing the std program for MIRO.
    Regards,

  • Field KNVV-CHSPL does not exist in field status tables (TMOD*)

    Hi Gurus,
    Wile creating Customer master record at Tc= XD01 the following error coming as
    "Field KNVV-CHSPL does not exist in field status tables (TMOD*)"
    Plz help me its  urgent.
    Vinay

    Hi
    KNVV is the customer sales data table and CHSPL is the field name called Batch Split Allowed
    My advice is to deselect the field name from the table and test it by creating it once again ...
    Bobbili

  • Field Status at Transaction Level

    I want to change the field status for Business Place/ Section Code from Supress to Optional in transaction F-02.
    How can I change Field status at Transaction Level ?

    Hi ,
    FIelds Status can be changed by 2 ways
    1, Posting Keys - any change in the Field status will Effect all the clients
    2.Field Status Group Variant,which we assign in GL Master- Changes to FSG, Will Effect only Perticular Lilne Items of tht GL Account.
    As Per your requirment, I do not think you can change the Field Status as Per Transcation i.e for F-02 or FB50 instead you can change the Field Status of perticular GL Account which you are posting the Transcation. which will b specific to the GL Account.
    if you want the Changes across clients , you can change the Field Status By posting Keys.
    Hope the Above Helps you .
    Thanks
    Goutam

  • Posting Key Field Status changes - unable to generate Transport request

    Dear All,
    I did posting key field status change from suppress to optional ( P.Key 24).
    However I am unable to generate a transport request.
    Please share your inputs
    Thanks
    Sanjai 

    Hiii sanjai Babu... your client would have set automatic recording of changes in scc4... or the request would be created and yo woulnt have left the page after saving soo it might have been saved... hope it helps...
    Regards
    Abhay

  • Impact of Field Status change in production

    Hello Experts,
    While doing MB1c intial stock upload i got an error that "Fld selection for mvmt type 561/acct 230000 differs for Ext GA amount in LC(023).
    I found that the feild Ext GA amount in LC is made optional for mvnt type 561.
    For gl 230000 the fsg is maintained as ZPL1 and that field is supressed.
    But the GL 230000 is a balance sheet account so i think that we have to maintain the field status group as ZBS1.
    For ZBS1 the field Ext GA amount in LC is optional only.
    In production also for GL 230000 the FSG is maintained as ZPL1.
    If we change the FSG from ZPL1 to ZBS1 in productin system what will be the impact.
    Is this is the correct process or do we need to change the Field status for GL or Mvn=mt type.
    Please guide me with correct solution.
    Thanks in advance,
    Satya

    Hello Atif,
    There are some other differences are also there between ZPL1 and ZBS1.
    Can you please let me know the solution for the below error
    "Fld selection for mvmt type561/acct 230000 differs in Ext GA amount in LC (023)"
    Am getting this error while am doing MB1c intial stock uplaod
    Thanks,
    Satya

  • MIRO: Field Status control per GL master for non-goods receipt invoices

    When posting incoming invoices in FI using FB60, the combination of GL account and CO account assignment are validated and checked against Field Status Group (FSTAG).  Such controls are also in place in MM for purchase requisition (ME51N) and purchase order (ME21N), in addition to checking the account assignment category.
    But there is problem in posting non-goods receipt (2-way match) invoices in MIRO u2013 system checks GL account and account assignment object according to account assignment category in PO, but not the field status based on GL account.  GL account and acct assignment object are proposed by purchase order.  However they can be overwritten by users with no validation, often resulting in incorrect posting.  Wonder how other manage this issues in their companies.
    I would like and need help in implementing a validation or user exit in MIRO which will check GL account against its CO account assignment for cost centre, order or WBS, based on the field status group of the GL master.
    Q1,  Where is the user-exit or validation maintained that checks the field status group in FB60 and ME21N (not in OB28 or GGB0)?
    Q2.  If purchase requisition and purchase order  check field status group based on GL account, how can we make such controls available in MIRO? 
    Q3.  What is the transaction code for developing a validation for MIRO?  (MM MIRO not appeared in the application area of GGB0.)
    Appreciated any help

    Hi
    Th evalidation should be at the source is the Purchase Order. I beleive it is standard SAP Config to put the validation there. So once the PO has been created with the correct account assignments the GR and IR will be correct.

  • Company code ZG01 is not assigned to a fiELD status variant

    HI,
    I have created company called 'zg01'.
    when i try to create a GL ACCOUNT FOR this company using (FS00) i am getting the following error.
    Company code ZG01 is not assigned to a fiELD status variant.
    FOR YOUR INFORMATION I HAVE CREATED COA  and assign the same to the company ZG01.
    Please suggest....
    also suggest  how to i transport GL Accounts used by other companys of my system to my newly created company code : zg01.
    so that i can save creation of GL ACCOUNT.

    You have to maintain field status variant and assign it to your company code. This is required for GL master data.
    1. Define Field status variant in SPRO>Financial Acctg>Financial Acctg Global Settings>Document>Line Item>Controls>Define Field status variant. You create the field status variant and the field status group.
    2. Assign the Field Status group to your company code SPRO>Financial Acctg>Financial Acctg Global Settings>Document>Line Item>Controls>Assign Company Code to Field Status Variants
    Once you have defined this you will be able to assign field status group to your GL master data.
    The use of Field Status Group is to determine the required/displayed/optional fields during posting transactions.

  • Field Status Group influence when Purchase Requisition being created

    Hi!
    I have a requirement from a client regarding the influence of the Field Status Group on Purchasing Documents.
    A Filed Status Group has been created in which has the CO/PP order set as Required entry for the Account Assignment.
    This Group was then assigned to a GL Account.
    When a Goods Receipt (MIGO) against a Purchase Order is entered for a GL which requires an Internal Order, the standard error message "Field Order is a required field for G/L account 0010 4105000100 " (message # F5808) appears if the Account Assignment on the PO is incorrect & no Internal Order has been entered.
    This is fine & is how the system operates as standard.
    However, the requirement from my client is to make this error message appear when a Purchase Requisition is being entered on the system, before it is converted to a PO & then receipted.
    They believe that calling the message at the point of GR is too late in the process.
    Could anyone advise on any possible BAPI, etc which could help us with this requirement??
    Thanks,
    k

    I have gone to the Tcode which has been given,
    In the first field , I have given the company code,
    in the second field , I have given  call Plant (0002)
    Validation ......how do i give the validation please let me know
    With Regards,

Maybe you are looking for

  • Is it possible to set the NLS_DATE_FORMAT for my sessions at apex.oracle.co

    Hi, Is this possible? I'm in the UK and getting the invalid month error when storing dates. Thanks in advance Bryan

  • SQL 2000 to Oracle 8i migration...Urgent

    Can anyone help me in converting SQL 2000 database to Oracle 8i version(8.1.7). I have installed OMWB 9.2 on a windows 2000 machine, but it failed to convert even after many tries. It creates the SQL model perfectly with errors but while converting t

  • Cutting layers using curved shapes to create lines

    I need to create  a  document in .jpg format that has a photograph on one layer then two more layers with two color curved lines that will be covering only the bottom right, see the photo. trying this in Photoshop is killing me with the pen tool, wou

  • HFM 11.1.1.2----Error in creating new application----HSS error

    Hi, Seasons greetings for New Year 2010. We are facing an issue in EPM system 11. Issue: We have installed HFM 11.1.1.2 in one of our development servers and unable to create applications. We get the error “There was an error retrieving the User Mana

  • Tables for routing (for work center)

    hi friends, I am doing report on routing but i did not get value for work center i got tables CRHD CRCA CRCO CRHH CRHS CRTX KAKO KAZY . i try to get result by using link with PLPO and PLKO. in TCode CA03 when i see the technical attributes it stors t