Change type field active mode while selecting Change number type

Dear All,
Our requirement is to get the list of Change type in the CC01 T-code when we click the change master. When we select ECR then we are getting the change list of change type. But, when we select the change master as type, then change type is coming as grey field. So we want the list of change type in change master
Please suggest
Regards
Honyal

Any input ?????????
please
Regards
Honyal

Similar Messages

  • Active mode multiple selection in dialog screen

    in my dialog screen i had multiple selection option button by using the below function module.
    CALL FUNCTION 'K_CMPERS_MULTIPLE_SELECTION'
      EXPORTING
        P_FIELDTYPE         = 'R'
        P_FIELDNAME         = 'MATNR'
        P_TABLENAME         = 'MARA'
      TABLES
        PT_PARM             = HMAT.
    its working fine.
    but when i enter data into multiple selection it does not changes to active mode ( green color).
    can u pls tell me how to change it into active mode when data is there

    Hi Banu,
    The icon will not change automatically. You need to write code in PBO and change the icon of your push button accordingly.
    Please refer to the document below for how to change icon of push button in module pool:
    [http://wiki.sdn.sap.com/wiki/display/sandbox/ChangeanIconofaButtonDynamicallyInModulePool|http://wiki.sdn.sap.com/wiki/display/sandbox/ChangeanIconofaButtonDynamicallyInModulePool]
    Cheers,

  • Make fields active on radiobutton selection

    Hello all,
    I have two radiobuttons and two fields.When I select first radiobutton, field1 should be active and when I select second radiobutton field2 should be active.I am able to achieve this using at selection screen output event.But the problem is that when I select first radiobutton, field1 should be mandatory and if I switch to second radiobutton from the first one, field2 should be mandatory. When I switch from radiobutton 1 to radiobutton 2, the validation for the field2 is kicked off even before the field is avaiable for input.How to achieve this?
    Thanks
    Sandeep

    hi ,
    *& Report  ZVENKATTEST0
    REPORT  ZVENKATTEST0.
    TABLES:MARA.
    SELECT-OPTIONS:S_TEST1 FOR MARA-MATNR MODIF ID M1 ,
                   S_TEST2 FOR MARA-MEINS MODIF ID M2 .
    PARAMETERS:P_RAD1 RADIOBUTTON  GROUP G1 USER-COMMAND UC1 DEFAULT 'X',
               P_RAD2 RADIOBUTTON GROUP G1 ,
               P_RAD3 RADIOBUTTON GROUP G1 .
    AT SELECTION-SCREEN OUTPUT .
      LOOP AT SCREEN.
        IF P_RAD1 = 'X'.
          IF SCREEN-NAME = 'S_TEST1-LOW' .
            SCREEN-INPUT = '0'.
            MODIFY SCREEN.
          ENDIF.
          IF SCREEN-NAME = 'S_TEST1-HIGH' .
            SCREEN-INPUT = '0'.
            MODIFY SCREEN.
          ENDIF.
          IF SCREEN-NAME = 'S_TEST2-LOW' .
            SCREEN-INPUT = '0'.
            MODIFY SCREEN.
          ENDIF.
          IF SCREEN-NAME = 'S_TEST2-HIGH' .
            SCREEN-INPUT = '0'.
            MODIFY SCREEN.
          ENDIF.
       ENDIF.
          IF P_RAD2 = 'X'.
            IF SCREEN-NAME = 'S_TEST1-LOW' .
              SCREEN-INPUT = '0'.
              MODIFY SCREEN.
            ENDIF.
            IF SCREEN-NAME = 'S_TEST1-HIGH' .
              SCREEN-INPUT = '0'.
              MODIFY SCREEN.
            ENDIF.
          ENDIF.
            IF P_RAD3 = 'X'.
              IF SCREEN-NAME = 'S_TEST2-LOW' .
                SCREEN-INPUT = '0'.
                MODIFY SCREEN.
              ENDIF.
              IF SCREEN-NAME = 'S_TEST2-HIGH' .
                SCREEN-INPUT = '0'.
                MODIFY SCREEN.
              ENDIF.
            ENDIF.
         ENDLOOP.
    regards,
    venkat.

  • Error while selecting the Leave type in ESS portal

    Dear Team,
    One of the employee is trying to select a type of leave in ESS portal, system is giving error message as "Access is Denied" at the left hand corner of the screen. When i am checking it in Quality it is working fine.
    Can anybody suggest me on this.
    Kind Regards
    Nag

    Hi,
    Please check whether that emplloyee has got authorization for this function in production system. Thanking you.

  • My iMessage is showing my email instead of my number and when I go in to change it and when I try selecting my number it won't let me only my email is a choice some please helpp

    Help my iMessage isn't working because my email is only showing as my thing to where people can contact me instead of my number. I'm new to the whole iphone team and I really need help. I tried the whole going into settings and selected my phone number but it won't let me and I need to verify my phone number as a place where people can reach me and I have no idea how so can anyone please help me?

    When registering an iPhone with iMessage and FaceTime, the phone number is registered automatically along with your Apple ID email address.
    Settings > Messages > Send & Receive.
    What is available below the you can be reached by IMessage at and the start new conversations from sections?

  • Alert to user while selecting serial number in wrong plant

    Dear all,
    Please give me your suggestion for the below
    Is there any standard settings in sap to give an alert message if a user select the serial number of the material from wrong plant.
    Regards
    RaJ

    hi
    check is there any standard User Exit available for VL02N. apply your logic and activate

  • WHAT IS USE OF CHANGE DOCUMENT FIELD?

    HI experts,
    go like this,
      mara->matnr->dataelement of matnr->further charecteristics ->change document
    in this if we select change document field what will be occured , if we deselect   thatfield what will be the changes and where will be reflected that changes.
      thanks,

    Hi,
    It is used as an Indicator for writing change documents
    <b>Use</b>
    This flag is used to create change documents for business objects.
    You can create a change document object for a business object. This change document object contains the tables in which the data of the business object is stored. Function modules that are called in the corresponding application programs and that log the changes at runtime can be generated from the change document object.
    Logging only takes place if the fields whose contents were changed refer to a data element that was flagged as relevant for the change document.
    You can go to the maintenance screen for change documents from the initial screen of the ABAP Workbench with Development -> Other tools -> Change documents.
    Regards,
    Padmam.

  • Changing text  field (need more positions) of variant ZUK01 in FF67

    I am using a variant called ZUK01 in FF67. In that variant I have a Line item text field, but with not enough positions.
    Is it possible to change the field properties so I can change the positions of the field?
    I want to use the variant but need to feel in more text then I have positions.
    Is it possible to change it? So yes where can I find it?

    Hi,
    You could go to OT43 tcode (screen variant maintenance for manual bank statement); double click on your variant and note down your Field name (for text); then click on "Technical names" and note down the table and field for that field name. Then, from SE11; you can find out how many characters that field (data element) allows. Then, you can talk to ABAP team member for the possibilities: to enhance that data element or use another field for your purpose.
    Mani

  • BPEL FTP Adapter Active Mode

    Does BPEL FTP Adapter supports active ftp mode (instead of passive). Apparently the ftp site for one of the Interfaces uses FTP Adapter and that ftp server it is using supports ONLY active ftp sessions, NOT passive.
    Want are configuration to made to changed to support active mode
    oc4j-ra.xml for ACTIVE ftp and not passive

    Thanks Everybody for the prompt response .
    1) What error does one get when trying to connect to FTP Sever which only support active mode
    No Error , but no file transfer happens. SR and Bug Request for the same is already in place .
    QUESTION
    ========
    Does BPEL FTP Adapter supports active ftp mode (instead of passive).
    ANSWER
    ======
    No, FTP Adapter only supports passive mode. For that purpose there is an Enhancement Request
    already, the Bug 6866124 - NEED SUPPORT FOR PASSIVE FTP ADAPTER AND CUSTOM FTP
    COMMANDS :
    1. The FTP Server needs to be active for the Adapter to work. So, both FTP Server and the FTP adapter must be active for it to work.
    Also you only support PASSIVE mode in our FTP JCA adapter. ACTIVE mode is currently
    considered bad practice and a security vulnerability.
    But, we would require both ACTIVE and PASSIVE modes.
    2. Custom commands are not supported. But, we need the samples for custom FTP Commands and support for it.
    for example: quote site fixrecfm 90...

  • When i run a sequence with ivi step types in simulation mode i get the error code number BFFA0015 - Types do not match.

    When i run the sequence with ivi step types in simulation mode i get the error Types do not mathc. The step that generates this error is an IviScope step type and is configured as a measurement. Th weird thing is that in real mode is working perfectly. I have three measure steps and i get the error in all of them. The exact error message is:
    UUT Result: Error, Error executing substep 'Post'. An exception occurred calling 'RunStep' in 'ISubstep' of 'TestStand Ivi Step Types 1.0 Type Library' An error occurred while executing the step. Component Works IVI Control Error: The IVI Read operation failed on channel '1' for logical name 'SampleScope'. Details: (1
    ) Types do not match. [IVI Error Code: BFFA0015] Source: TSIviStepTypes [Error Code: -30721, User-defined error code.]
    Can someone tell me how to fix this problem?. It seems to me that the simulation generates a diferent type of measurement of that generated in real mode.

    Update:
    The simulation driver appears to be raising the error. By switching to specific driver simulation the error does not occur. This may be a problem in either the class simulation driver or the specific driver.
    Scott Richardson
    National Instruments

  • Problem with CURR type field?

    Hi all,
    I have one ztable in which there is one field of type CURR of length 13.when i trying to read the value of this field through select statement the problem is as follows:
    SELECT SINGLE USR06 FROM PRPS INTO GV_SITE_CASH_LIMIT
    WHERE POSID = GV_SITE.
    this will give output of 10,000.
    but when i am doing it as follows:
    SELECT SINGLE USR06 FROM PRPS INTO CORRESPONDING FIELDS OF PRPS  WHERE POSID = GV_SITE.
    this will give output of 1,00,000.
    the actual output is 1,00,000.but when i am fetching it in another variable it is 10,000.
    Regards

    Hi,
    I assumed that GV_SITE_CASH_LIMIT is a variable which is of type CURR and length 13.
    It is better when you are selecting currency fields from database , declare a variable
    of type as it is in the database (in your case variable is GV_SITE_CASH_LIMIT it is not type as Database).
    I had seen in the SE11 the field which you are selecting ( USR06 ) has type CURR of 13 and 3 Decimals.
    So During conversion it may Problem because you declared a variable of length 13.
    so Declared a variable(GV_SITE_CASH_LIMIT) of type PRPS-USR06.
    after getting into this variable copy to your Z structure
    It may solve your problem.
    Regards,
    Raghava Channooru

  • Activation error while changing the data type of a field of a table

    hi friends,
    i am facing one problem while changing a data type of a field of a table.
    i just created one table(Yqm32) .i have assigned charcter data type to one field(ztotal_count) .now i want to change this charcter data type to numeric data type.
      while changing to NUMC data type activation error is comming as below.
    Table is not yet classified                           
    Field ZTOTAL_COUNT: Type change                       
      ALTER TABLE is not possible                         
    Structure change at field level (convert table YQM32) 
    Check on table YQM32 resulted in errors   
    Table YQM32 could not be activated                       
    (E- Structure change at field level (convert table YQM32)
    plz suggest.i need to change the data type from char to numc.
    Thanks & Regards

    Hi Pabitra......
    From the SE11 change the table as u wanted and then from menubar select
    UTILITIES--> DATABASE UTILITY
    It will open database utility
    there u select the Activate and adjust database button.
    then the database table will get adjusted.
    just try it once.........
    Suresh......

  • How to skip a selection screen mandatory field in debugging mode with out changing the code?

    Hi Team,
    In my report there is two fields on selection screen, one is obligatory field , but i just want to execute the report(for testing per pus) with out entering  the data for the mandatory field with out changing the code. could u let me know which event and how to debug the report. or else  in debugging mode how can i change that field as non mandatory field.
    Regards,
    Venkat.

    If the value is not of importance how come it became obligatory in your program?
    Any how you can do one thing...Put some value in your obligatory field, put a debugger point where you are interested in  and use the pencil tool to change the value of the field while debugging. 
    Regards,
    Philip.

  • No popup to select active implementation cycle, while creating change Request

    Hi,
    I have two active Implementation projects.
    While creating change requests, it is not giving any popup to select the specific cycle.
    It automatically assigns to newly activated Cycle.
    Please advise.
    Thanks & Best Regards,
    Kiran Sathyan

    Hi,
    if you would mention about sap solution manager version, this critical landscape transport and design before you state the problem, this would saved much time.
    Now I dont think so Popup functions applicable for implentation cycles.
    check out http://help.sap.com/saphelp_sm40/helpdata/en/1a/c39742042fc86ae10000000a155106/frameset.htm
    and regarding closing the project cycle check this out below informations,
    933705 - Closing inconsistent project cycles
    Change Request Management scenario: Usual questions and known errors
    question 10.
    Make sure you closed open tasks, chk in tcode scma
    Thanks
    Jansi

  • How to make a field as display in a change mode

    hi gurus
    is there any option to reduce the accessblity of a particular field  has to be set as deactive mode.
    Eg
    In tcode XD02
    I have to deactive any one of the field in this.
    please explain is there any chance to do ?
    regards
    Maithrayan

    Transaction variants simplify transaction flow by:
    Inserting default values in fields
    Hiding and changing the ready for input status of fields
    Hiding and changing the attributes of table control columns
    Hiding individual menu functions
    Hiding entire screens
    Transaction variants are actually made up of a series of screen variants. The field values and field attributes for each screen in a transaction variant are stored in screen variants. Each variant is assigned to a transaction. Variants may, however, contain values for screens in multiple transactions, if transaction flow makes this necessary. The transaction the variant is assigned to serves as its initial transaction, whenever you start the variant.
    Both client-specific and cross-client transaction variants exist. Screen variants are always cross-client; they may, however, be assigned to a client-specific transaction.
    A specific namespace has been designated for cross-client transaction variants and screen variants and they are both automatically attached to the Change and Transport System. Client-specific transaction variants can be transported manually.
    Transaction and screen variants may be created for all dialog and reporting transactions. However, there are certain restrictions that apply to their use, depending on how their corresponding transactions have been realized internally.
    Transaction variants may not be created for transactions already containing pre-defined parameters (parameter transactions and variant transactions).
    You can only create transaction variants for dialog transactions and reporting transactions.
    Only "normal" screens, dialog boxes, and subscreens can be included in the variant.
    Screen variants are automatically created anytime you create a transaction variant.
    To create a transaction variant, proceed as follows:
    Choose Tools ® AcceleratedSAP ® Personalization to call the transaction variant maintenance transaction, or use transaction code SHD0.
    Enter the name of the transaction and the transaction variant on the initial screen.
    The system creates a cross-client transaction variant. If you want to create a client-specific transaction variant, choose Goto ® Client-specific transaction variants to branch the client-specific transaction variant maintenance transaction.
    Client-specific transaction variants only exist in the client in which they are created. The field contents of the transaction variant must be available in this client. Cross-client transaction variants are available throughout the system, regardless of the client currently being used. The field contents of these transaction variants must be available in all clients.
    Choose Create to create a variant.
    The system calls the application transaction that you want to create a variant for.
    Enter the values you want to use in the input fields. Each time an action is completed (choosing for example), a dialog box appears listing the fields of the current screen with their current values. The kind of dialog box called depends on the kind of screen currently being processed ( see Requirements).
    Choose the options you want. The following options checkboxes can be selected: Adopt field values
    Saves the field values you have inserted on the current screen
    Resetting this field (deselecting it) allows you to delete all values saved for this screen in your transaction variant.
    Do not display screen
    Hides screen
    This is only possible if settings are copied to your variant (Adopt field values).
    With contents
    Field contents are saved with it
    Output only
    Field is no longer ready for input (display mode only)
    Invisible
    Hides field
    Mandatory
    Required field
    You may or may not be able to select each of these checkboxes for every field depending on the field's type (see Requirements).
    Enter a screen variant name and corresponding short text if necessary.
    Screen variants are created automatically for each screen where values have been saved (copied). Enter screen variant names in the Name of screen variant: field. These names must be unique. If the system is able to find a unique name for a screen variant, it is automatically inserted into this field. (The convention reads as follows: .)
    The following pushbuttons are available from this dialog box:
    Cancel
    Displays current application transaction screen again. Here you can make changes to your settings.
    Deactivate menu functions
    Deactivates menu functions in an additional dialog box.
    GuiXT
    Allows user to edit a GuiXT script for the current screen ( GuiXT).
    Exit and Save
    Exits and saves application transaction.
    Choose the function Continue to proceed to the next screen in your application transaction. Repeat steps 3-5 for all further screens in the transaction.
    When you have reached the last screen of the transaction and inserted the values you want to insert, choose Exit and Save. The system exits the application transaction and saves your entries. A list appears containing all of the screens in the application transaction that you want to save entries for (that is, all screens for which screen variants will be created).
    You can also branch to this list using the Change values function during the function selection process.
    Enter a short text for your transaction variant.
    Display settings can be changed as needed from this list in the future. Settings that require information at application transaction runtime (field values, table control columns) cannot be changed from this list.
    Choose Save. The system saves your transaction variant and the corresponding screen variants. The Workbench Organizer dialog box is displayed for the transaction variant and for each screen variant. Use it to assign each of these objects to a package.
    Deleting Preassigned Values
    You can delete all of the values you assigned to fields of a single screen in a transaction variant by resetting (deselecting) the Adopt field values checkbox. This deletes the screen from your variant, even those entries that were transferred to the variant during previous processing.
    If a screen variant has already been created for this screen, then the system simply deletes the screen variant's transaction variant assignment; the screen variant itself is not actually deleted.
    Individual fields can be deleted from transaction and screen variants by resetting (deselecting) their corresponding checkboxes.
    Also refer to document;
    http://help.sap.com/saphelp_nw04s/helpdata/en/67/232037ebf1cc09e10000009b38f889/content.htm

Maybe you are looking for

  • STO Outbound delivery issue

    Hi All, I've a intercompany customer (say ICABCD) which has Ship-to Party maintained as 12345678 (not same as Sold-to Party) in Customer master. Now when I create a I/C PO to procure goods for ICABCD and create delivery (outbound), it sets Ship-to Pa

  • I'm setting up my new ipad air and it's asking for id and password, but not accepting it. help me

    i'm setting up my new ipad air and it's asking for id and password, but not accepting it. help me

  • Can i use C Code at Compact Vision or Compact Rio?

    hi, i have a very important question!! can i use the C code that the Vision Assistant generates, in the compact vision system, even in DLL form??? if yes, how can i download it to the compact vison? can i use C code at the compact rio? greets, gerald

  • Color in xslt?

    I was wondering if there is a way to put color into an xslt file? I mean, the output of the file not the file contents. I have this script for conky that gathers weather information from weather.com and I would like to ass color to the output of the

  • My pavilion touchsmart all in one pc touchscreen stopped working

    I had my sister and nieces over today and to keep the kids occupied we brought up the freshpaint app. We left the room for a few seconds and when we came back in the touch screen stopped working. I went into my system info and it said that pen and to