Infotype not accesible after transporting to client 900

I have created a new infotype 9000 which is a copy of infotype 0000 in client 100. it works fine in client 100 but while transporting to 400 and 900 it gives a warning message with return code 4 and the same infotype is not accesible in client 900.
I have transported the infotype twice by creating new requests. As a last option I deleted the infotype and created it again. It works fine in client 100 but cannot be accessed in client 900 after transporting it.

Ya I have defined the infotype characteristics and they are same as Infotype 0000. There is no error in client 100. I can save data in Infotype 9000 in client 100. Its the problem in client 900. The BASIS person who transported the request told me that while transporting he got a warning message with return code 4. And once its transported in 900 it gives the message 'No infotype exists for character string 9000 ' when accessed from t-code PA30. Its working perfectly fine in client 100.

Similar Messages

  • ALV Title Not Display after transporting the Programme from DeV to Qlty

    Hellow Experts,
    i developed one ALV report with two screens, i transported the report from Development server to Qulaity server.
    in Development server report are working fine  but in Qulaity server after transporting the TiTle of ALV not display , plz give me some hint , below is my code to display alv title
    DATA: alv_grid       TYPE REF TO cl_gui_alv_grid.
    DATA:alv_grid_ref type ref to CL_GUI_ALV_GRID.
    DATA: layout    TYPE lvc_s_layo.
    layout-grid_title = 'Daily Material Reports.' .
    DATA: fieldcat  TYPE lvc_t_fcat.
    I m using  ALL METHOD alv_grid->set_table_for_first_display method for display alv .
    Thanks,
    Regards
    Neha.

    Hi neha,
    use the sap/help link to solve your issue,
    [http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5533cd30911d2b467006094192fe3/content.htm]
    if not use the below example code ,
    Heading 3 :h3  Set the title of the grid
    Fill the grid_title field of structure lvc_s_layo.
    Note that the structure lvc_s_layo can be used for to customize the grid appearance in many ways.
    DATA:
    ALV control: Layout structure
    gs_layout TYPE lvc_s_layo.
    For example :
    Set grid title
    gs_layout-grid_title = 'Flights'.
    CALL METHOD go_grid->set_table_for_first_display
                EXPORTING
               i_structure_name = 'SFLIGHT'
    is_layout      =gs_layout*
               CHANGING 
              it_outtab   = gi_sflight.
    Regards,
    Saravana.S
    Edited by: saravanasap on Dec 21, 2011 8:13 AM

  • Hierarchy Analysis Authorization does not work after transport

    Hi Gurus,
    I am facing a issue in hierarchy analysis authorization in quality system but the same authorization works perfectly fine in development.
    All hierarchy authorizations works in Quality except for this one. I found one old sap note describing this as program error but this note is not applicable in BW 7.3.
    I have checked the table RSECVAL, RSECHIER and authorization is active so everything looks good. Please advise if anyone faced this issue after transporting hierarchy auths to other systems
    Regards,
    Salman

    Salman,
    What I understood from your description is that you have same role+AA in Dev and QA, which provides access in Dev for all the nodes for said hierarchy but in QA, same role+AA provides access to the same hierarchy for all the nodes but one. Try to create a ZTEST analysis authorization in QA itself with access for the problematic hierarchy node and see if it works ? This will rule out the case if there is a difference in hierarchy in DEV & QA.
    Regards,
    Shivraj Singh

  • Web template with HTML framset not working after transport

    Hi,
    I've built a frameset which consists of two web-templates (role-menu and content area) those two are combined together using plain HTML which does not acontain any web items (uploaded via WAD). This works fine in development. After transporting to our QA environment all the templates have been transported with concode 0, but the frameset does not get loaded. I always get an "Error loading template ...". The two templates which contain web items work fine when used stand-alone.
    When looking in transport connection I see the following message:
    "Object ZWF_WEB_FRAMESET (Web Template Name) could not be collected for object ()"
    I also see the same behavior on another transport of a template. Nine out of ten ar fine, but one, all are exact copies - only the query used is different, does not work either. The query that is used has been transported and is working.
    Has anybody an idea what could cause this?
    Is there a way to regenerate templates (like RSRT for queries) ?
    Thanks in advance
    Bernd Dümmel
    KODAK Stuttgart
      using ve created a

    Did you upload the video?
    Did you provide the correct path to your HTML object?

  • ADOBE FM not exist after transport

    Hi dears,
    I'm facing to a problem with an adobe form transport.
    In dev, adobe works fine. I've transported the adobe in acceptance, after the transport, I test the adobe.
    Transaction sfp, test button.
    So I reach the initial screen of FM module. The FM is called /1BCDWB/SM00000007 and when I execute it, I've a dump. It's say:
    Short text
        The function module is not active or contains no code.
    What happened?
        The function module "/1BCDWB/SM00000007" is called, but
        cannot be found in its function group.
        Error in the ABAP Application Program
        The current ABAP program "/1BCDWB/SM00000007============FT" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    I know that with smartforms sometimes we need to regenerate the SF after transport with the option in the menu generate.
    I go in form object menu Form Object (first one) and choose generate.
    I've the information message (in green):
    Unable to find include '/1BCDWB/LSM00000007U01
    and the FM is not yet avaible
    In dev this manipulation generate works fine but not needed.
    Su53 in acceptance is ok last authorization wheck was successful and adobe in acceptance (the form and interface with sfp) are ok.
    Any help is welcome
    Thx in advance
    Vincent

    Hi Vincent,
    Similar to SMARTFORMS in adobe forms also the FM have a different name in different systems.
    So wherever you are writing the code to call your adobe form call FM: FP_FUNCTION_MODULE_NAME and get the fm name from there, replace your FM /1BCDWB/SM00000007 with the variable in which you are getting your Forms FM name.
    For example:
      CALL FUNCTION 'FP_FUNCTION_MODULE_NAME'
        EXPORTING
          i_name     = <Your form name>
        IMPORTING
          e_funcname = lv_funcname.
      CALL FUNCTION lv_funcname
        EXPORTING
          git_item       = git_item
          gs_header      = gs_header
        EXCEPTIONS
          usage_error    = 1
          system_error   = 2
          internal_error = 3
          OTHERS         = 4.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    Regards,
    Vaibhav

  • Changes in WAD are not reflecting after transport

    Moving thread to Business explorer
    Thank you
    Edited by: YJV on Dec 22, 2009 2:09 PM

    I just remembered a similar problem we had with reports. Changes weren't visible after transport, however, when we opened the report and saved it in the report designer, the changes were visible. It had something to do with authorisations, most users missed the authorisation to 'generate' the report which was needed after transport. Maybe you can try opening the template with a SAP_ALL user or something on production to see if it's related (or test again on QAS with a new template and a user with limited authorisations.
    Kind regards,
    Alex

  • Custom Infotype not visible in Unit Testing Client

    I created Infotype in client 110.I can see IT 9000 in Development client 110.But It is not in the client 120 which is Unit test client.I think Infotypes are client independent....Then why can not I see in client 120.

    Hi,
    I guess you are refering to the client of the same server....
    Since the infotypes are not client independent , you have to go to transaction
    SCC1 of unit testing client and copy both customizing and workbench request.
    After this you can view the infotype.
    Have Fun!!
    Ira!!

  • Webservice Data Source is Not Overwriting after Transport

    Hi,
    I have a Webservice Data Source which is loading XML based Data to DSO & Then to Infocube.
    In development I it is working fine even Loading Delta perfectly. Then moved it production.
    Again due to some client request I have made changes in Web Service Data Source & DSO & Infocube.It is also worked fine in Development. Again moved to production.
    But after moving to production all objercts of DSO/Infocube changes are fine. Even Transformation/DTP is as it is with Development for upload from DSO To Infocube.
    Issue : The New Webservice datasource is not overwriting Old one, same also applies Transforamtion/DTP too.
    I need How to Overwrite it Datasource/Transforamation/DTP with new objects of same in Development.
    Please suggest.
    Regards,
    Subhadarshi

    Hello Prem,
    I think you might be working on BI 7.0 and this datasource you are talking of is a 3.x datasource?
    I have observed that when we activate a 3.x datasource in 7.0 system and replicate it in BI, it shows a modified status, but when you create a dataflow above it it becomes active. I think the datasource you have sent to production has no dataflow above it. Send the dataflow above transports for the datasource and it will get activated.
    Please let me know if you need any more information.
    Regards,
    Pankaj

  • DSO Will Not Activate after Transport with rc=8

    Hello,
    I had a requirement to make two Purchasing DSOs (2LIS_02_ITM & 2LIS_02_SCL based) write-optimized. I made my changes in the development environment and transported them to QA. The transport went in with rc=8. All of my changes propogated; the DSOs are now write-optimized; however they are not active, nor are the corresponding transformations and DTPs.
    I tried activating directly in QA and it would not work. I also tried re-importing my transport, as well as creating a new activation transport and sending it to QA. Nothing worked.
    Can anyone help or give me some ideas as to how I can get this activated? Thank you!!!
    Here is some of my error text from the transport log:
    Start of the after-import method RS_ODSO_AFTER_IMPORT for object type(s)
    The creation of the export DataSource failed
    Error during the retrieval of the logon data stored in secure storage
    Error during the retrieval of the logon data stored in secure storage
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object
    The creation of the export DataSource failed
    Error during the retrieval of the logon data stored in secure storage
    Error during the retrieval of the logon data stored in secure storage
    Error when creating the export DataSource and dependent Objects
    Error when activating DataStore Object
    Error/warning in dict. activator, detailed log    > Detail
    Index /BIC/AZ_02_ITM00-RDR (field REQUEST is not in the table)
    Index /BIC/AZ_02_ITM00-RDR (field DATAPAKID is not in the table)
    Index /BIC/AZ_02_ITM00-RDR (field RECORD is not in the table)
    Index /BIC/AZ_02_SCL00-RDR (field REQUEST is not in the table)
    Index /BIC/AZ_02_SCL00-RDR (field DATAPAKID is not in the table)
    Index /BIC/AZ_02_SCL00-RDR (field RECORD is not in the table)
    Table /BIC/AZ_02_ITM00 could not be activated
    Table /BIC/AZ_02_SCL00 could not be activated
    Return code..............: 8
    DDIC Object TABL /BIC/ has not been activated
    Error when resetting DataStore Object Z_02_ITM to the active version
    DDIC Object TABL /BIC/ has not been activated

    Well...after reading your post it seems that only Basis team can help you.
    You need to restore connection from RSA1. ( context menu of source system) ..But to restore connection you will be needing Destination's IP Address or hostname, backtround user id /password. More over your system needs to be open ( SCC4) and modifiable ( SE06). All this access normally remains with Basis team.
    You can also go to SM59 -
    > ABAP connection--->Pick up your source system connection--.Check the RFC.
    I think your RFC connection is still pointing to the system where you did copy from. But that may not be the only problem. Even password may be wrong that you will know only after successful check of Destination test.
    So, in a nutshell , constact Basis team,
    Regards
    Anindya

  • Web Template Changes not visible after transport from Development to Test

    Weu2019ve run into a problem doing web development in BI 7.0 that I suspect someone has seen before and may quickly be able to point us in the correct direction.  Changes that are made to web templates in the Web Application Designer are correctly transported from development to the test environment, but we are still seeing the old version of the template when the report is executed.  We are able to see the web template changes in the Web Application Designer in the test environment.  We believe this is a caching issue and have cleared the query cache and the HTTP cache in SMICM.  Unfortunately, this has not resolved the issue.  Can you suggest another approach to resolve this issue?

    Not sure what you mean by browser cache.  We have deleted history, cookies, and all temporary Internet files.  The issue isn't limited to a single user, but exists for all users.  Through extensive testing we have established that you are able to see the web template changes in test in the WAD(Web Application Designer) after they have been transported from development, but can only view the changes when the web template is run for the first time.  Changes to existing templates can be seen in the WAD in test, but are not seen when the report is run.  The old version of the template appears to held in cache somewhere, but we haven't been able to find it and clear it.

  • MB_DOCUMENT_BADI Not Working after Transport

    Hi Experts
    I have created an implementation of the MB_DOCUMENT_BADI in our ECC6 system to perform some processing as part of the goods issue process.  The code has been unit tested and works as required.  I have transported the development to our QA system but despite the implementation showing as active the code is not executed.
    Having put a break point on the exit handler class this BADI does not get called in our test system.  Has anyone resolved this or a similar issue before? How can I identify why the badi is not being called?
    I'm not sure if this is an ABAP / transport issue or an MM configuration issue, but any help would ge gratefully accepted as I need to get this working and into our live system as a matter of urgency.
    Thanks
    Andrew

    Hi Shiva
    I have already got a breakpoint at this point and it does not hit this.  I have added a breakpoint in the method of the earlier implementation and this is not being hit either. 
    I now need to identify if this is not being hit as a result of my changes, or whether this implementation was not working before my transport, e.g. after our system upgrade that was completed last year.
    Kind regards
    Andrew

  • Sqlplus is not working after oracle 10g client installatio on linux server

    Him
    jsut now i installed oracle 10.2.0.1 client version in one my linux server. after successfully installation sqlplus is not working . could you please chekc and let me know what is the problem? below are my .profile details.
    # Set up the shell variables:
    EDITOR=vi
    export EDITOR
    ### Set the umask
    umask 022
    ### Set ulimit
    #ulimit -u 16384
    #ulimit -n 65536
    ### Set Oracle Environment
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/client_1
    export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib
    export LIB_PATH=$ORACLE_HOME/lib
    export ORATAB=/etc/oratab
    export NLS_LANG=american_america.we8iso8859p1
    export THREADS_FLAG=native
    echo ' '
    echo 'Oracle 10G environment has been setup'
    echo 'Export the ORACLE_SID to target database before connecting'
    echo ' '

    841731 wrote:
    Him
    jsut now i installed oracle 10.2.0.1 client version in one my linux server. after successfully installation sqlplus is not working . could you please chekc and let me know what is the problem? below are my .profile details.
    # Set up the shell variables:
    EDITOR=vi
    export EDITOR
    ### Set the umask
    umask 022
    ### Set ulimit
    #ulimit -u 16384
    #ulimit -n 65536
    ### Set Oracle Environment
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/client_1
    export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/OPatch:$PATH
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/ctx/lib
    export LIB_PATH=$ORACLE_HOME/lib
    export ORATAB=/etc/oratab
    export NLS_LANG=american_america.we8iso8859p1
    export THREADS_FLAG=native
    echo ' '
    echo 'Oracle 10G environment has been setup'
    echo 'Export the ORACLE_SID to target database before connecting'
    echo ' '" sqlplus is not working" is not an actionable error message. Unfortunately, you didn't show us what happens when you try to execute sqlplus.
    Essentially, what you've done is the equivalent of 'here's a picture of my garage. Why won't my car start?'

  • Selection-screen texts are not shown after transporting to QAS server...

    Hello Experts,
    We created a custom transaction for MB52(Display warehouse stocks) named ZMB52.
    After I transported it to QAS server, the texts in the selection screen are shown
    as for example, p_bukrs, etc. When I looked at its text elements, it is maintained
    in German Language. My question is, should I translate it to English? And How do I
    properly transport it.
    Hope you can help me out here guys.Thank you and take care!

    Hi
    Have you created your own Selection screen Text elements
    or you simply copied the Std ones
    If you have created on your own it should have asked for the request and should have been transported with the request
    since you copied them as it is it is not displaying in ENglish language
    Translate to english and see
    otherwise create them in DEV with a request and transport it.
    Reward points for useful Answers
    Regards
    Anji

  • Profile not generated after transport.

    Hi All,
    We are facing an issue in which I transported a role from DEV to PRODUCTION through Q.
    Our role is generated in DEV......but not in Q and Production.
    As per earlier posts in the forum,I checked table PRGN_CUST in the DEV and PROFILE_TRANSPORT value is  set to YES.
    Also,the role was added to the transport only after profile was generated
    Has anyone faced similar issues?
    Peeyush.

    Hi Piyeeush,
    Did you found a solution to your problem? I have the same issue!
    I've created a new role in Dev, created & generated the profile. Once role is transported in Quality, the profile is transported but with the status : Current version not generated.
    the strangest part is that i didn't realize that directly... in the meanwhile, the role was already in used in production by a test user who didn't encountered any problem while testing!
    basically, the role is now in production, used by one user who can execute all transaction listed in the role... but the profile isnt generated and the user comparison cannot be complete due to that.
    any explanations?
    maybe i should create a new topic tho

  • Menu items are not highlighted after Design Studio Client 1.3 upgrade

    Hi expert I used DS_CLIENT00_0-20011685 patch to update my client. After update I do not see the menu items.
    Please help with this.Below is the screen.

    Hi,
    if this is what you see after start, it it is possible that you face a general issue on Java Runtime level (which version do you have installed)? or on memory allocation level.
    do you see any log file located in your workspace? search for *.log. can be that there are some basic exceptions.
    also, I do not know if this is upgrade or fresh install.. you can try to uninstall, delete the content of the folder under C:\Program Files (x86)\SAP BusinessObjects\Design Studio\... and then install from scratch again. could be that the upgrade went wrong.
    Regards, Karol

Maybe you are looking for

  • How to update data returned using REF CURSOR

    Hi all, I am trying to update updated data in a gridview but the update button seem to do nothing as i retrieve data using REF CURSOR. Let me describe the architecture of my application first. I'm trying to implement best practice whenever possible.

  • Downloaded files will not move or allow to be edited?

    Hi, I hope this is the correct place to ask this question. I currently have two hard drives, a HDD and SSD with HDD as the windows install/main drive. When I download files from google chrome, they go straight into my SSD in a 'downloads' folder.  A

  • AirPort express work as a wi-fi router, but can't select external speakers in ITunes to stream music

    I set up my AirPort Express as a wireless router and it works great.  It is plugged in to an external set of speakers, but I cannot select them in ITunes and stream music.  The speaker selection box that is supposed to be in the bottom right corner i

  • Impact of specifiying max datatype size

    Our database stores multiple vendor versions of the same information. The same attribute could be different lengths for different vendors i.e NUMBER(10) for one vendor and NUMBER(13) for another. Same with VARCHAR2 fields. The vendors change the leng

  • Photoshop CS3 Repeat Registration under XP

    I just upgraded to CS3 on Windows XP and every few days I am prompted to register. I registered twice and then spoke with Customer Service who could not see the registration so they manually registered me. Since then the registration screen appeared