EXTRACT CHECKER (RSA3) DISPLAY

Hi gurus-
   When I use rsa3 to check the extraction and display the records, the column headings are the descriptions. How can I changes these to technical names of the fields. I have few custom fileds and some of those have same name as the previous fields hence I can not distinguish them.
When I try the display of single record, even in there it shows descriptions.
Thanks

Hi
- When you see the list of records in RSA3, Click on "Current Layout" Button in toolbar (or press CTRL + F8)
- On the left side of pop up window, you will get columns displayed with their position and lenth.
- Here Increase the length for the Fields for which you want to see technical names.
May be you can put length as 20 or 25 for those fields
-Click Copy and you will be able to see technical names in bracket.
Cheers
Prasad

Similar Messages

  • Short dump in extract checker (RSA3)

    Hi,
    While extracting the structure 2LIS_11_VAITM in RSA3, it's going to dump and giving the message in dump is 'The data type is "N" in the dataset, but "C" in the program. '.
    The back ground is First I enhanced this structure with one Z field of data type NUMC18 and later changed this data type to CHAR18 and activated. Also replicated in BW side and it is CHAR18 in BW. But in RSA3 it's giving dump.
    Please let me know regarding this.
    Thanks in advance.

    Hi Shashank,
    Thanks for your reply. The source field is also CHAR18. Actually the source field is changed fron NUMC18 to CHAR18 in R/3. That's the reason why I changed it to CHAR18 in the structure and activated. I think some where it's not getting updated to 'C' from 'N. Any idea I am missing something somewhere?
    Thanks...

  • Extraction Checker RSA3

    Hi,
    I created a generic DataSource  using a function module and i'm testing it using RSA3. I'm trying to extract the records by specifying a range of values for a field in the DataSource , but RSA3 extracts all the records without considering the specified values.
    Can anyone please let me what could be the problem and how to extract only the specified range of values in RSA3
    Thanks,
    AM

    Hello,
    In your function module did you specify the ranges and use it on the your initial SELECT statement?
    An example (code available at RSAX_BIW_GET_DATA_SIMPLE)    
    Ranges:
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'CARRID'.
            MOVE-CORRESPONDING L_S_SELECT TO L_R_CARRID.
            APPEND L_R_CARRID.
          ENDLOOP.
          LOOP AT S_S_IF-T_SELECT INTO L_S_SELECT WHERE FIELDNM = 'CONNID'.
            MOVE-CORRESPONDING L_S_SELECT TO L_R_CONNID.
            APPEND L_R_CONNID.
          ENDLOOP.
    Select with ranges:
          OPEN CURSOR WITH HOLD S_CURSOR FOR
          SELECT (S_S_IF-T_FIELDS) FROM SFLIGHT
                                   WHERE CARRID  IN L_R_CARRID AND
                                         CONNID  IN L_R_CONNID.
    Try also to put a break-point in your function module, at SELECT statement line, to see how your function is making the DB call.
    Hope that this may help you.
    Regards.

  • Errors occured during extraction at RSA3

    hi
    i am giving these datasource and get data at rsa3, its  giving error like error occured during extractions?
    can u please let me know what could be the reason?
    0CO_PC_PCP_03
    0CO_PC_PCP_04

    Hi,
    Check the Log in RSA3, youca n find log and see it and correct it.
    Steps:
    1. Inastall DS in RSA5
    2. Check in RSA6.
    3. Extract in RSA3.
    Thanks
    Reddy

  • Error in Extracter Checker

    Hello Experts,
    When I  Execute datasource 0CFM_DELTA_POSITIONS in Delta mode, Iam getting the below error message.
    Error msg: "Could not determine BW release of logical system"
    Please help.
    Points will be given.
    Regards,
    KV

    Hi
              find out if there is any issue with the RFC,
      1.  Go to the Source Systems under the Modeling tabe sellect your
           SourceSystem and contextmenu (right click) and go with check.
      2.  Find if ther is any issue with the Extract checker go to T.coad RSA3
           In the Execution Mode there is an option for Debug Mode.
            Check the Debug Mode and go with  Extraction tabe to Debug it
          For Ex:
                 PROGRAM GP3TXQHZUZTOIJYM6H3QINXVNGD.
             Generated subroutines for data transfer
    Template.............: RSAPTD1
    Generation program...: %_T01040
    Generation date......: 31.12.2008
    Generation time......: 10:22:58
    Generation release...: 700
    Generated by.........: SAPUSER
    INCLUDE lrsapd00.
    INCLUDE rsaucmac.
    TYPE-POOLS: rsap, rsaot, rsfh, rsudt, srsc.
    info source..........: 1_CO_PA_HULG
    info source structure: ZOXID30233
    transfer structure...: ZOXID30233
    TYPES:
      ty_t_cpinfos LIKE rsurcpinfo OCCURS 0,
      lty_s_ext    LIKE ZOXID30233,
      lty_t_ext    TYPE STANDARD TABLE OF lty_s_ext WITH DEFAULT KEY,
      lty_s_tfe    LIKE ZOXID30233,
      lty_t_tfe    TYPE STANDARD TABLE OF lty_s_tfe WITH DEFAULT KEY.
    CONSTANTS:
      g_c_mbc_languages(1) TYPE c VALUE
        ' '.                                                    "#EC NOTEXT
    DATA
      g_funcname LIKE tfdir-funcname VALUE 'RKE_BIW_GET_DATA_API'.
          FORM DATA_TRANSFER                                            *
    -->  P_T_SELECT                                                    *
    -->  P_T_FIELDS                                                    *
    -->  VALUE(P_S_REQUEST)                                            *
    -->  VALUE(P_S_IDOC_PARAMETERS)                                    *
    -->  P_SUBRC                                                       *
    FORM data_transfer
         TABLES   p_t_select                 TYPE sbiwa_t_select
                  p_t_select_pass            TYPE sbiwa_t_select
                  p_t_fields                 TYPE sbiwa_t_fields
                  p_t_fields_pass            TYPE sbiwa_t_fields
         USING    value(p_s_request)         TYPE rsap_s_request
                  value(p_s_idoc_parameters) TYPE sbiwi_s_parameters
         CHANGING p_subrc                    TYPE sbiwm_subrc.
    dynamically called by LRSAPU06, RSFHGEN2
      DATA: l_datapakid TYPE rsap_s_task-datapakid,
            l_subrc     TYPE sbiwm_subrc.
    IDOC tables/structures
      DATA: l_s_ZOXID30233  LIKE ZOXID30233,
            l_t_ZOXID30233
                                      LIKE ZOXID30233 OCCURS 0.
    extractor
      DATA: l_fname                   LIKE rois-fname.
      l_fname = 'RKE_BIW_GET_DATA_API'.
    interface parameter: distinguish test from BW calls
      DATA: l_read_only               TYPE sbiwa_flag.
    in case of delta request, call common delta extractor
      CASE p_s_request-updmode.
        WHEN sbiwa_c_updmode_delta.
          l_fname = rsaot_c_extractor-gendelta.
        WHEN sbiwa_c_updmode_repeat.
          l_fname = rsaot_c_extractor-gendelta.
        WHEN    sbiwa_c_updmode_deltainit
             OR srsc_c_updmode_initsimu.
          l_fname = rsaot_c_extractor-gendeltainit.
      ENDCASE.
    Set SUBRC to 0 as default
      p_subrc = 0.
      PERFORM get_bwbcrl_testmode IN PROGRAM saplrsap
         USING srsc_bwbcrl_20a.
      IMPORT l_read_only FROM MEMORY ID 'RSFH_REO'.
      IF p_s_request-immediate = rsfh_c_debug_on.
        BREAK-POINT.
      ENDIF.
    Deadlocks bei paralleler Extraktion 30B SP07, Hw. 569760
      IF p_s_request-updmode = sbiwa_c_updmode_full.
        COMMIT WORK.
      ENDIF.
    Initialization of application API
      CALL FUNCTION l_fname
           EXPORTING
                i_requnr            = p_s_request-requnr
                i_isource           = '1_CO_PA_HULG'
                i_maxsize           = p_s_idoc_parameters-maximum_size
                i_initflag          = sbiwa_c_flag_on
                i_updmode           = p_s_request-updmode
                i_rlogsys           = p_s_request-rcvprn
                i_read_only         = l_read_only
           TABLES
                i_t_select          = p_t_select_pass
                i_t_fields          = p_t

  • Regarding Extract checker

    hi all,
    my senerio is, i want to extract the data from R/3 Data sources in to flat files through Extarct checker.
    when i am doing the same by giving
    data source 0CO_OM_OPA_5
    data records/ call  15000
    No of ext calls       10
    it is showing the total records as 150000, but when Iam incresing the data records/call and No of ext calls the toal is increasing.
    can any one tell me how can i check the total no of records in that paricular data source other than extract  cheker method.
    Thanks in advance
    upendranath

    Hi Upendranath,
    I guess there is no limit.
    You can also check this blog for more info on RSA3:
    /people/sajeed.ms/blog/2006/02/12/extract-checker
    Bye
    Dinesh

  • Authorization check of Tcode FCH7 (reprint check) / FCHN (display check)

    Hello to you all,
    Does any of you know of an option of extended the authorization check of Tcode FCH7 (reprint check) / FCHN (display check) using authorization object F_BKPF_BEK / F_LFA1_BEK?
    Regards,
    yoav Bernstain

    Hi,
    Authroization: User need authroization to post Financial Accounting Document for Vendor
    Object: F_BKPF_BEK
    Activities: 01-Creat, 02-Change and 06-Deleter
    Authroization: User need authroization for vendor Master Data (03-Display activity can also work)
    Object: F_LFA1_BEK
    Activities: 01-Creat, 02-Change, 03-Display and 06-Deleter
    Regards,
    Prashant Rane

  • Could not execute auto check for display colors using command /usr/

    I am trying to Install Oracle 10g R2 on Solaris X86 32 bit
    I am connecting to system from my windows vista laptop through putty... I get the following error...
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 1214 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1799 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/openw
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,at which time they will be rechecked.
    Continue? (y/n) [n] n
    User Selected: No
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/Or
    I have done the following:-
    # DISPLAY=192.168.1.133:0.0; export DISPLAY
    # echo $DISPLAY
    192.168.1.133:0.0
    # xhost+
    xhost+: not found
    # xclock
    xclock: not found
    I know that I have to do the following:-
    1. Install SUNWxwplt package ========> Is already Installed
    2. Set DISPLAY variable
    3. Execute xhost + on target (set in DISPLAY) computer
    # pkginfo -i SUNWxwplt
    system SUNWxwplt X Window System platform software
    Some sites claim xming and some xwindows etc.... Plz give me a step by step instruction as how to overcome this..
    bash-3.00# /usr/openwin/bin/xclock
    Error: Can't open display:
    bash-3.00# DISPLAY=192.168.1.133:0.0; export DISPLAY; echo DISPLAY
    DISPLAY
    bash-3.00# echo $DISPLAY
    192.168.1.133:0.0
    bash-3.00# /usr/openwin/bin/xclock
    Error: Can't open display: 192.168.1.133:0.0
    bash-3.00# pwd
    bash-3.00# find . -name xhost
    ./usr/openwin/bin/xhost
    ^C
    bash-3.00# /usr/openwin/bin/xhost +
    /usr/openwin/bin/xhost: unable to open display "192.168.1.133:0.0"
    bash-3.00#
    # echo $PATH
    /usr/sbin:/usr/bin
    I have also gone through the below ... but was not of much help
    Unable to execute runInstaller: Check if the DISPLAY variable is set
    Plz help
    Edited by: [email protected] on Feb 11, 2009 5:16 AM

    bash-3.00# echo $SHELL
    /sbin/sh
    bash-3.00# echo $DISPLAY
    bash-3.00# DISPLAY=192.168.1.133:0.0;export DISPLAY
    bash-3.00# echo $DISPLAY
    192.168.1.133:0.0
    bash-3.00# /usr/openwin/bin/xclock
    Error: Can't open display: 192.168.1.133:0.0
    bash-3.00# man xclock
    No manual entry for xclock.
    bash-3.00# /usr/openwin/bin/xhost +
    /usr/openwin/bin/xhost: unable to open display "192.168.1.133:0.0"
    bash-3.00#

  • Error extraction in RSA3

    Hi Gurus,
    i am getting dump in R/3 when i am trying extract in RSA3 Data source is 0ORGUNIT_ATTR
    when i execute this i am getting the below dump
    ITAB_DUPLICATE_KEY
    A row with the same key already exists.
    Error in the ABAP Application Program
    The current ABAP program "SAPLHRMS_BW_PA_OS" had to be terminated because it
      has
    come across a statement that unfortunately cannot be executed.
    Can any body please help me on this issue its urgent
    thanks and Regards,
    Kishore

    Hi Shiva,
    Thanks for you quick reply
    but i am getting the error in R/3 when i tried to see the number of recored in
    RSA3 it gives me the dump
    and also i tried scheduling info package also it failed the data even didnt come to PSA the job is failed in R/3 its self
    is there any way i can correct it in R/3
    thanks and Regards,
    Kishore

  • Could Not execute auto Check for DISPLAY

    Aloha!
    I'am about to install 11g R2 on OLE5 and i set the display variable using "DISPLAY=<machine-name>:0.0; export DISPLAY". Upon installation " ./runInstaller " im having this error "Could not execute auto check for display..."
    Can i undo the command mention above?
    Thanks for the help.
    hades

    Aloha!
    "2. echo $DISPLAY << what it returns?"
    value is 0.0
    Having the same error..or i can still continue with the installation?
    [oracle@ole5 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 80 MB. Actual 34646 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 5087 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n]
    Thanks,
    Hades

  • G/L account in check register display

    Hi,
    When displaying the check register through FCHN our end users want G/L account which is paid also to be displayed in the report as an extra column.
    Is there any way we can get the G/L account also in check register display
    Thanks & Regards
    Siva Kumari

    Hi Ashok,
    We can definitely know the g/l account through them but our end users are insisting that they want a separate column for the g/l account.so I want to know whether this is possible or any new Z-program has to be created.
    Thank You
    Ashok.
    Bye
    Siva Kumari

  • Could not execute auto check for display colors using command /usr/bin/X11/

    Hello,
    In a work trying to install ORACLE 11gR2 software in AIX 5.3,
    export DISPLAY=local_IPXXX:0.0
    xclock
    it works, can see the clock.
    then go to dowloaded oracle, run
    /xxx/11g203_AIX64_5L/database-> ./runInstaller
    Your platform requires the root user to perform certain pre-installation
    OS preparation. The root user should run the shell script 'rootpre.sh' before
    you proceed with Oracle installation. rootpre.sh can be found at the top level
    of the CD or the stage area.
    Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle
    installation.
    Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.
    Has 'rootpre.sh' been run by root? [y/n] (n)
    y
    Starting Oracle Universal Installer...
    Checking Temp space: must be greater than 190 MB. Actual 7470 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6144 MB Passed
    Checking monitor: must be configured to display at least 256 colors
    >>> Could not execute auto check for display colors using command /usr/bin/X11/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,
    Continue? (y/n) [n] n
    User Selected: No
    any idea to fix?
    thanks a lot in advance

    thank you for response
    in log, it shows
    Using paramFile: /xxx/11g203_AIX64_5L/database/install/oraparam.ini
    Checking Temp space: must be greater than 190 MB. Actual 7194 MB Passed
    Checking swap space: must be greater than 150 MB. Actual 6144 MB Passed
    Checking monitor: must be configured to display at least 256 colors Failed <<<<
    >>> Could not execute auto check for display colors using command /usr/bin/X11/xdpyinfo. Check if the DISPLAY variable is set.
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,Continue? (y/n) [n]
    User Selected: No
    Exiting Oracle Universal Installer, log for this session can be found at /tmp/OraInstall2012-09-17_04-08-40PM/installActions2012-09-17_04-08-40PM.log
    ~
    --so nothing new as screen shows.
    --ok, anonther way, say yes, shows..
    continuing with the installation,
    Continue? (y/n) [n] y
    Ignoring required pre-requisite failures. Continuing...Preparing to launch Oracle Universal Installer from /tmp/OraInstall2012-09-17_04-00-30PM. Please wait ...xxxx:/xxx/11g203_AIX64_5L/database-> Exception in thread "main" java.lang.NoClassDefFoundError: sun.awt.motif.MToolkit (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:134)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:130)
    at java.awt.Toolkit$2.run(Toolkit.java:864)
    at java.security.AccessController.doPrivileged(AccessController.java:192)
    at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:847)
    at com.jgoodies.looks.LookUtils.isLowResolution(LookUtils.java:484)
    at com.jgoodies.looks.LookUtils.<clinit>(LookUtils.java:249)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:135)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:196)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:161)
    at java.lang.Class.forNameImpl(Native Method)
    at java.lang.Class.forName(Class.java:163)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1812)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:510)
    at oracle.install.commons.util.Application.startup(Application.java:780)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:165)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:182)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:348)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:124)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:155)
    Edited by: 951932 on Sep 17, 2012 2:12 PM

  • Missing authorization check to display master data error..

    Hi,
    We are in SRM7.0.
    After adding content in my shopping cart, I am trying to change the Account Assignment in the Item Details from Network to Cost Center or GL Account.
    Under Item Overview, after changing the Account Assignment to Cost Center, I go to "Assign Number" to add a Cost center..On clicking the matchcode search box,  I get selection entries like Cost Center, Controlling area etc..If I click on the Search box without keying anything, I get a "Missing authorization check to display master data error".
    I get the same error, when I try to select Assets under Account Assignment area and use search under Assign number. I dont get any errors on searching networks.
    Am we missing any authorization check in the backend ?
    Regards,
    Rajan.K

    Hello Rajan,
    You could use transaction ST01 in SRM to perform some 'authorisation' trace.
    It might give you some pointers to the issue.
    Regards,
    Franz

  • Security check before displaying data in SXMB_MONI tcode

    Hi All,
       I need help in integrating a security check before displaying the archived data when we execute SXMB_MONI tcode.
    Only authorized person can view the archived HR related data .
    My analysis-There is no BADI or user exit to include a code to check for the authorization.
    Thanks in Advance.
    Regards,
    Mangai.

    Hi Soumya,
    Yes, the issues was resolved in my case. There was problem with certificates and their mismatch was causing this issue.
    You need make sure that certificate for signing and encryption are correct at your end and also same certificates (with same public keys) are used at your third party application to decrypt and validate the signed message you send.
    Regards,
    Deepak

  • I upgraded to 10.10.1  today and the brightness dimmed on my mac monitor - I've checked both display and accessability and dont see a problem.  My second monitor which is not a mac monitor is bright still.

    I upgraded to 10.10.1  today and the brightness dimmed on my mac monitor - I've checked both display and accessability and dont see a problem.  My second monitor which is not a mac monitor is bright still.

    Try resetting the PRAM and SMC
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM

Maybe you are looking for