Problem in View Maintenance -  Prompting for a request

Dear Experts,
We have upgraded from 4.6c system to ECC system.  i have a table maintenance generator for a Z table. it has been transported across systems ( DEV, QA). now when i try to edit some data in that view using SM30 and saving it...
its prompting for a request in Quality system, whereas in DEV its not asking..
kindly help on this regard.
thanks
Krish

Thanks for the reply..
In both systems the following are the setting in SE54
Transport is in -> Automatic transport
Adjustment is in -> Automatic Adjustment
any othe clues...
Thanks
Krish

Similar Messages

  • Maintenance view entries asking for Tr. request

    Hi ,
    I have created a Maintenance view for a table.
    While creating entries through view it is asking for
    transport request.
    How can I get rid of this prompt for transport request ?
    Thanks,
    Sandip.

    Hi sandip,
    1. Thats bcos in se11,
       the DELIVERY CLASS
       for this table must be C
      (customizing table)
    2. Make it to A (applicatkion table)
      save, and activate the table,
      and once again, create table maintenance.
    regards,
    amit m.

  • Prompt for customizing request while saving changes on infotype

    I have the problem when I am going to change a employees infotype (e.g. infotype 0001 or 0002) using transaction PA30.
    If I want to save this action, the screen appear dialog box: "prompt for customizing request."
    Has anyone experienced such a problem? If so, can you please tell me how
    did you fix it.
    Thanks in advance.
    Nils

    Hi,
    For master data maintenance no need of transport request. Ask your basis people to remove transport request option for master data maintenance. Earlier I faced the similar problem I report basis team and they removed it.

  • Crystal Report Viewer Credential Prompt for Report with Dynamic Parameters

    The .NET Crystal Report Viewer is prompting for database credentials when launching a report containing dynamic parameters. This only occurs for reports created with SAP Crystal Reports 2011 designer. Reports created with Crystal Reports XI designer (where dynamic parameters were first introduced) work correctly.
    The credential prompt window contains the following fields:
    - Server Name: <server name> (disabled)
    - Database Name: <database name> (disabled)
    - User Name: <empty> (enabled)
    - Password: <empty> (enabled)
    - Use Single Signon Key: false (disabled)
    The values in the prompt window which are disabled are the database connection values used during the design of the report in the SAP Crystal Reports 2011 designer.
    Expected Result:
    - No prompt for database credentials.
    - Values read from the database should be populated in a drop down for the dynamic parameters.
    Environment:
    - Visual Studio 2010 (C#)
    - Windows 7 Enterprise
    - SAP Crystal Reports runtime engine for .NET Framework 4
    - SAP Crystal Reports, version for Visual Studio 2010
    - SAP Crystal Reports 2011
    The database connection is being set to use a DSN. It must be a DSN as the calling application is only aware of the DSN/Username/Password values. These values are being passed to the Crystal Report Viewer contained in a Windows form.
    The database connection for the report is being set as follows:
    foreach (InternalConnectionInfo internalConnectionInfo in this.report.DataSourceConnections)
        // Must set the UseDSNProperties flag to True before setting the database connection otherwise the connection does not work
        if (internalConnectionInfo.LogonProperties.ContainsKey("UseDSNProperties"))
            internalConnectionInfo.LogonProperties.Set("UseDSNProperties", true);
        // Supposed to set the database connection for all objects in the report (ie. main report, tables, sub reports)
        internalConnectionInfo.SetConnection(this.DSN, string.Empty, this.LoginName, this.Password);
    The SetConnection method's signature is as follows:
       SetConnection(string server, string database, string name, string password)
    As you can see from the code snippet above I am setting the DSN name as the server parameter, blank for the database parameter (a database connection using DSN should only require DSN name/Username/Password) and the database username and password respectively.
    Is this a SAP bug?
    Is this the correct way of setting the database connection to use a DSN?
    Is there some other properties that need to be set somewhere else in the report through code?
    Any help would be greatly appreciated.

    Thanks for the pointer to the database connection code generator. After taking a look at the output from the tool I was able to finally get the dynamic parameters to load and populate properly without prompting for credentials. I needed to tweak the outputted code a bit to match my requirements of using a DSN only connection.
    Instead of updating the database connection properties contained within the Report.Database.Tables collection from the CrystalReports.Engine namespace, I changed it to replace the database connection properties in the Report.ReportClientDocument.DatabaseController.Database.Tables collection from the CrystalDecisions.ReportAppServer.DataDefModel namespace. For one reason or another, using the RAS namespace solved the problem.
    Below is the updated code with the change made:
    using RAPTable = CrystalDecisions.ReportAppServer.DataDefModel.Table;
    foreach (InternalConnectionInfo internalConnectionInfo in this.report.DataSourceConnections)
        // Must set the UseDSNProperties flag to True before setting the database connection
        if (internalConnectionInfo.LogonProperties.ContainsKey("UseDSNProperties"))
            internalConnectionInfo.LogonProperties.Set("UseDSNProperties", true);
        // Sets the database connection for all objects in the report (ie. main report, tables, sub reports)
        internalConnectionInfo.SetConnection(this.DSN, string.Empty, this.LoginName, this.Password);
    // The attributes for the QE_LogonProperties which is part of the main property bag
    PropertyBag innerPropertyBag = new PropertyBag();
    innerPropertyBag.Add("DSN", this.DSN);
    innerPropertyBag.Add("UserID", this.LoginName);
    innerPropertyBag.Add("Password", this.Password);
    innerPropertyBag.Add("UseDSNProperties", "true");
    // The attributes collection of the tables ConnectionInfo object
    PropertyBag mainPropertyBag = new PropertyBag();
    mainPropertyBag.Add("Database DLL", "crdb_ado.dll");
    mainPropertyBag.Add("QE_DatabaseType", "OLE DB (ADO)");
    mainPropertyBag.Add("QE_LogonProperties", innerPropertyBag);
    // Pass the database properties to a connection info object
    ConnectionInfo connectionInfo = new ConnectionInfo();
    connectionInfo.Attributes = mainPropertyBag;
    connectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
    connectionInfo.UserName = this.LoginName;
    connectionInfo.Password = this.Password;
    // Replace the database connection properties of each table in the report
    foreach (RAPTable oldTable in this.report.ReportClientDocument.DatabaseController.Database.Tables)
        RAPTable table = new RAPTable();
        table.ConnectionInfo = connectionInfo;
        table.Name = oldTable.Name;
        table.QualifiedName = oldTable.QualifiedName;
        table.Alias = oldTable.Alias;
        this.report.ReportClientDocument.DatabaseController.SetTableLocation(oldTable, table);
    this.report.VerifyDatabase();
    Thanks again Ludek for the help.

  • Prompt for Customization Request???

    Hi Geeks,
                  When I Started creating the Company Code. I got a popup screen saying that
    "Prompt for customizing Request". what does this screen exactly mean. How to overcome it.
    I do have one more question: When I started Activating the Control Area I got a message saying that
    "Critical Transport:Control Indicator in Controlling Area". Does this says that the control area is activated?
    A detail explanation is well appreciated.
    Thanks for your time
    Harsh
    Moderator: Please, avoid asking basic questions

    Hi,
    1: System asks you for a customizing request where your entries will be stored for later transportation to other SAP-systems. Maybe you have to create one.
    You can't overcome it, you can save your changes in a customizing request that is not transported but than the question is: Why are you creating a new comp. code if you don't want to transport it...
    2: The message "Critical Transport:Control Indicator in Controlling Area" means that the control indicator is changed (from non-active to active or vice versa) and such a transport can cause problems in the target system (eg you are deactivating by mistake...).
    BR Christian

  • Prompt for Customizing request when saving Sales Employee (VPE1)

    Hi,
    When we try to create Sales Personnel through SD Menu path (VPE1), on saving the system prompts for customizing  request. Since this transaction is a master data and we dont transport this data to our production system. Suggest me a way to avoid this transport request while creating Sales Personnel.
    We are currently using version 3.1i and upgrading to ECC6.0. In 3.1i we use transaction PAL1 to create Sales Personnel However it will not prompt for Customizing request
    Also checked the SAP Note Note 854390 - FAQ: Use of the sales representative in SD without HR
    Help me on how to turn off this customizing request. Basis and Security team could not able to turn this off.
    Regards,
    Pradeep Maddi

    hello, friend.
    you have 2 choices:
    1.  create a transport request, save the data but do not release it for transport.
    2.  when the dialog asks you for transport request, just close this.  the system will give you a message about links.  just ignore it.
    hope this helped.  reward if so.
    regards.

  • XI: Alerts - Step by step issue " Prompt for customizing request"

    I am going through Michal Krawczyk's blog XI: Alerts - Step by step
    Michal Krawczyk and between step 4 and step 5 I run up against an issue.  I cannot save it because I get a popup saying "Prompt for customizing request" then I click the list button and it says " You can only include objects of this type in customizing requests only" ( a little redundant I must say ) but anyway - the net result is I can't save and lose all the work I just did.
    Any help would be greatly appreciated!
    Thanks - Andrew

    Scott,
    I have replied in your another thread for this issue. I request you to please make one thread only so that it will not confuse you and the SDNers.
    ---Satish

  • LSMW recording SM30, prompt for customizing request

    Hi everyone,
    I'm trying to use lsmw for uploading data into a customizing table. For this I recorded the creation of an entry with transaction sm30. At the end of the recording (when saving) the prompt for a customizing request pops up. When executing the resulting batch input, it get's confused (in my opinion because of the transport request popup in the recording).
    Is there a way to prevent the popup?
    I've read in a different thread that I can create 1 entry, then do the recording for the lsmw in the same session. This sounds good to me, but I don't see how to do this.
    If anybody has an idea how to solve this, it would be great.
    Regards,
    Monika.

    Hi
    No u can't prevent that popup, because u're trying to update a customing table: you should considere two main things:
    - The call of the request popup can depend on the kind of the client, i.e how the client (dev, test or prod) is set;
    - If the cleint is closed, so the modifications are not allowed (for example in production system), your lsmw project can't works.
    Anyway by SE11 u can try to create a maitenance view table based on the database table u need to update, leave cutomizing flag and generate the maintenance program (for trx SM30) for this new view: probably now it shouldn't show the popup for the transport (but I'n not sure), if it works u can use it in your project.
    It's very hard to manage a table control in LSMW, u can't know how many recodrs u need to update and u can't change the bdc program generated for lsmw.
    In this situation the best solution is to insert only one record: i.e. for every record u need to update:
    - CALL SM30
    - Press NEW ENTRY
    - Insert the new record to the top of table control
    - Save
    - exit
    In this way your bdc program doesn't depend on the number of records, as you manage only one record, i.e your project will create a bdc session with as many transaction as many records to be inserted.
    Max

  • Prompt for transport request if records are added/modified for custom table

    Hello Experts,
    A couple of questions,
    1. How do we prompt user to create a TR whenever he changes a record in my custom table
    via SM30? my custom table has a maintenance type of 'C' - customizing already.
    2. How do we transport the custom table contents to another client?
    Thank you guys and take care!

    Hello
    Regarding (1) just have a look at a standard maintenance view like V_T001W (SE11 -> menu Utilities -> Table Maintenance Generator ):
    Here you can see that the option Standard Recording Routine is chosen which is responsible for prompting for a transport request as soon as records of the table/view are changed.
    Regards
      Uwe

  • Problem during view Adobe Form in Web Request

    Hi All,
    I am facing problem while viewing the adobe form inside the Web Request form.
    Let me describe the issue clearly.
    I need to have a table in Adobe Form.So i created one table type and bind it to the table structure created, in Adobe Form.
    Then i uploaded the form as web request successfully.
    Now when i m trying to view the form from web ui, its unable to assign child node data at runtime.so dump is coming.
    Can anyone show light on this....i have tried all the possibilities.
    Unfortunately there is no standrad scenario available for reference.
    Regards,

    Hi Satish,
    Thanks for your reply.But this is not my requirement.
    If you will go to tcode CRM_UI and log in using business role CRMGRMPRGMAN, then go to Application and open one application.Here there is one assignment block called 'Application Form'. Here i have uploaded my Adobe Form as web request.
    This is working fine when i have simple linear form.
    But when i am using table inside the form and doing binding for it, Application is getting created with that form but while openning it here in the assignment block, dump is coming as below.Its not able to assign the child node.
    The ABAP call stack was:
    Method: NODE_ELEM_2_STRUCT of program CL_WD_ADOBE_SERVICES==========CP
    Method: NODE_2_DDIC of program CL_WD_ADOBE_SERVICES==========CP
    Method: DATASOURCE_2_FM_PARAMS of program CL_WD_ADOBE_SERVICES==========CP
    Method: CREATE_PDF_DDIC of program CL_WD_ADOBE_SERVICES==========CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/CADOBE==================CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/CADOBE==================CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Method: IF_NW7_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/C8STANDARD==============CP
    Regards...

  • No prompt for transport request

    Hi
    After our upgrade of development we have a problem that the system no longer is prompting for a transport request when you do something like create or change.
    We can go in to transport connection and make our own but obviously this is a bit of a pain.
    Has anyone else experienced this???
    The Dev system is open and set to automatic recording of changes in se06
    Andy

    Standard SAP programs should be default available in all landscapes(DEV,QA,PROD) you dont want to transport.
    However;if you find those program lines do not match across landscapes then some OSS notes,SP could have overwritten ,make sure they are applied across all landscapes in these event.
    If at all you find discrepancies ,can create a request so that you can transport it.
    goto SE80>Programs>select ur program-->object directory enty from main menu change the owner from SAP to personlized..
    Aforementioned steps would be last of my steps..
    Hope it Helps
    Chetan
    @CP..

  • Problem with a maintenance dialog for a table

    Hi,
    I created a table (ztable) with transaction code SE11 and a transaction (ztransaction) with SE93 to manage this table (ztable).
    When I use the transaction "ztransaction", I have a message like this :
    "The maintenance dialog for ZTABLE is incomplete or not defined".
    What can I do ? How can I complete or define the maintenance dialog ?
    Thanks in advance.
    Regards.
    C.

    First after creating a table you should creat a Table maintenance generator.
    Utilities -> Table Maintenance Generator .
    After creating Maintenance goto
    Environment -> Transaction
    This will succesfully create a transaction for your table
    You should give parameters while creating the transaction.
    UPDATE = 'X'
    VIEWNAME = your table name
    Bhupal

  • Vacancy Creation - System is Prompting for Change Request

    Hi Gurus,
       I am opening the vacancy for a particular position through T Code - PO13.
       At the time of saving, Pop-Up for Change Request is coming.
       Kindly let me know How to remove this Pop-Up.
        Thanks a Lot in Advance.
    Regards,
    PKG

    In addition to client setting (SCC4) being set at "No changes allowed", software component settings in System Change Option (SE06) should also be maintained correctly. I haven't worked in R/3 environment for years now but from what I recollect, J1ID is a CIN transaction and hence you should have a corresponding software component or namespace object in system change option that could be maintained. I suspect that your current settings say "Restricted Modifiability". You may have to change it to "modifiable".
    Also, please note that settings in SE06 do not affect client-specific settings.
    Ashutosh

  • Not prompting for Transport request?

    Hi Frndz,
    Recently our servers had gone into transition phase.
    They are moved from 1 service provider to other.
    Now the change that I observe is When I create new objects in dev system, its not prompting me to save in
    required package/ T request number.
    What might be the reason?
    Do I need to change any of the settings manually in Transport connections?
    Thanks in advance...
    Dubbu

    Hi,
    Please goto Transport Connection screen go to 'Edit menu -- select 'Transport'. Use 'Switch off Standard' and 'Switch on Standard'.
    Hope this helps.
    - Mayuri

  • Crystal reports viewer will not prompt for parameters

    Help,
    I can not get crystal report viewer to prompt for parameters when called from IIS 8 on Server 2012 r2
    I can get crystal report viewer to prompt for parameters when run from vs 2010 built in web service.

    Thanks,
    The solution for me was to uninstall the latest crystal reports runtime 13.10.x and install 13.6.x instead.
    Thanks anyway.

Maybe you are looking for

  • Movie "Album Art" showing in iTunes but on on Apple TV

    I'm backing up my collection of DVDs onto my computer's hard drive so that I can have the library at the click of my Apple TV. The Apple TV is the brand new version. I added a bunch of movie covers via the Get Info > Artwork option and they are all s

  • External DVD drive not working with Lombard G3 333

    I have an external DVD drive that worked when I had 10.4, but had to reformat HD and now only have 10.3.9, and now the DVD drive does not work with DVDs, it will work with CDs and CDR media, but not with DVD media. My Lombard did not come with DVD or

  • Actions command make not available

    I have been working with PSE since version 2 but have not posted in this forum so if I break a "rule", I apologize in advance. Using PSE 13 ( new to this version) on a pc - Win 7 - hp laptop - plenty of hd space and memory I have downloaded actions f

  • BSP session management in Portal

    Hi all, I'm not sure if this is a Portal or BSP question... I have several BSP Iviews in my portal, and when i'm navigating between the different iview, I'm getting a large number of session of type  "Pluggin HTTP" in SM04 transaction. When the users

  • Cannot access a work IP address

    I am working from a MacBook Pro. I work from home. I cannot access two work websites. I also cannot access my work e-mail. My two work websites have the same IP address. I had AT&T come out after extensive time on the phone with their 2nd tier tech g