Change of program command in piqst00

Hi,
In piqst00 on change of program command student is deregistered in one program and registered in other program it is working fine.but i want update same in CRM also as soon as he user use change of program functionality.
for no seat for program we are maintaining Z table in se11.
we want  this table should be updated.

Manjunath,
  You can see these information in Extended maintenance mode of student file(PIQST10) in registration tab.
Prabhat Singh

Similar Messages

  • Function module or Method for changing a program with transport

    Hi,
    Can anybody please let me know if there is any Function module or Method to change a program under a Transport request
    (so it needs to go to next Version for the program).  I tried using
    INSERT REPORT .... with all options for this command. It is changing the program successfully but all are creating the program locally.
    I successfully found CIF_PROGRAM_INSERT for creating new program under a TR.
    But struggling a lot to find the same kind of FM or Method to change a program.
    Can anybody help?
    //Kothand

    Hi,
    Thanks. But i am asking for a Function module which can edit a program and keep it inside a Transport request.
    This FM is to import any change request.
    //Kothand

  • Firefox is very slow to respond when opening and nearly always stops responding altogether even refusing to react to Task Manager "End Program@ command. The "not responding@ error message also comes up during navigation on line.

    Firefox is very slow to respond when opening and nearly always stops responding altogether, even refusing to react to the Task Manager "End Program" command. The "not responding" error message also comes up during navigation on line. Several attempt have to be made to get on line. A loss of stability seems to be endemic at the moment.

    Try following the instructions here: [[Firefox hangs]]

  • Using SUBMIT program command in Background

    Hi,
    I am submitting the program in Background using Submit<program> command.
    Job is getting released but not fininishing(not executing the program) in ECC6.0.
    Same program is working in fine in 4.5b.
    Please let me know if any one faces this situation. Its very urgent.
    Expecting the reply from you soon..
    Thanks
    Regards,
    Raj A

    Hi,
    perhaps you or your admin have configured to less batch-workprocess or they are all configured only for A-class jobs.
    Try to start the job as A-Class job. If the program is executed, then ask your administrator to configure more batch workprocess that are not reserved for A-class jobs.
    Regards,
    Stefan

  • How can i change a program from Request/Task ?

    Hi everybody
    I have a main program in some request/task number and some include in other request/task numer; i want to transport them in the same task.
    How can i change a program/include from one request/task to other ?
    Thanks
    Frank

    The simplest way is to go TR.SE09 and go to your request "Delete the Object " and again go to your object and save it it `ll ask for request ..add it where ever you want .
    Thanks
    SK

  • How do you change the program ALL files of a type open with?

    Hello. I run Parallels Desktop for Mac on this system. Since I upgraded to v3, OS X wants to open my Mac Word/Excel/Etc... files using the MS Office installed in windows XP from PD. I don't always have PD running, and do not want it to start up to use the programs on it. I know, not a Mac problem... But, my question is this:
    Is there a way to change the program that ALL files of a certain type (ex: pdf, doc, txt, etc...) will start? I have tried the OPT+RT CLICK which says to ALWAYS open this file with xxx.... but that only flags that single file. I want every file that I ever open anywhere on my system/network to use the program I specify. This is simple to do in Win XP, and I'm guessing there's a way to do it in OS X.
    Help/information appreciated.
    Thank you,
    Scott
    MacPro Quad Xeon 3.0GHz   Mac OS X (10.4.9)   16 GB RAM - 1TB Internal RAID1

    Well, with the program Onyx, I've found that LaunchServices database is the culprit. To fix this I just pick a type of file I want to change. Right click the file, choose get info, and change the program it opens with, then click the change all button. Done!
    Cool.
    Scott

  • Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...

    Latest Lithroom 5.6 does not recognize my .cr2 raw file format and Windows 7 it asociates with my older raw plug in in Ps CS5.5. I am not able to change default program for .cr2 in the properties pannel...
    every new released update of Lr from v 5.2 changed somethin in my Windows 7 Professional settings. I am stucked. Can somebody help me please? Many thanks. Andrej

    Hi Jim,
    yes after I imported my .cr2 raw files into new catalog it started to work. Windows 7 still does not recognize them but I can edit them as you said within the Lr5.6 and then export them into .psd or .dng files...as needed.
    I bought Lr5 only because I got present - my new camera Cannon 70D and because my older Photoshop CS5.5 raw plugin does not recognize. cr2 files.
    Many thanks for your help.
    Andrej.

  • Changes to program are forbidden by USER

    Good Morning Gurus.
    I have a program Z created by other guy.
    When i try Change this program then is showed the message:
    Changes to ZCX_FEBRABANT_REL are forbidden by ABA-FELIPE
    But This Guy ( ABA-FELIPE ) dont work in my company since 2008.
    How I can Change this program?
    The message says:
    Diagnosis
        You attempted to change ABAP/4 source code, but the author or last user
        has locked this against further changes by setting the editor lock.
    System Response
        You are not allowed to change the ABAP/4 source code, but can view it i
        display mode.
    Procedure
        You can change the ABAP/4 code only when the user who set the editor
        lock has canceled it.
    Thanks Gurus.

    Hi Ronaldo,
    various methods are there
    1.After getting proper approval from superior approach security team and do a password reset for the ABA-FELIPE user and login as an user and remove the editor lock in the attribute of the program.
    2.Use the below program
    TABLES: trdir. "System table TRDIR
    PARAMETERS: program LIKE trdir-name.
    PARAMETERS: lock    LIKE trdir-edtx.
    SELECT SINGLE * FROM trdir WHERE name = program.
    trdir-edtx = lock.
    MODIFY trdir.
    IF sy-subrc EQ 0.
      WRITE: / 'Editor Lock update Successful ', trdir-name.
      IF trdir-edtx = 'X'.
        WRITE: ' Lock'.
      ELSE.
        WRITE: ' UnLock'.
      ENDIF.
    ELSE.
      WRITE: / 'Editor Lock update Unsuccessful ', trdir-name.
    ENDIF.
    Execute this program with lock as SPACE (unchecked) to unlock
    LOCK with 'X'(check) to lock
    Regards,
    Kannan

  • Change timezone from command

    how to change timezone from command in windows server 2008
    Sudhir

    Hi,
    1. Open an elevated "Command Prompt".
    2. Now provide any of following commands:
    tzutil /g (To know current time zone)
    tzutil /l (To get a list of all available time zones)
    tzutil /s time_zone_ID (To change time zone)
    Fox example, if you want to set the time zone to "Pacific Standard Time", then the command would be:
    tzutil /s "Pacific Standard Time"
    Best regards,
    Vincent Hu

  • Changes to root_archive  command/scrip  in Solaris 11

    hi,
    There are changes to root_archive command/script in Solaris 11.
    Solaris 11 ./boot/solaris/bin/root_archive
    usage: root_archive pack <archive> <root>
    root_archive unpack <archive> <root>
    Solaris 10bash-3.00# ./boot/solaris/bin/root_archive
    usage: root_archive pack <archive> <root>
    root_archive unpack <archive> <root>
    root_archive packmedia <solaris_image> <root>
    root_archive unpackmedia <solaris_image> <root>
    I wish to use root_archive packmedia and unpackmedia option in Solaris 11 , how can we use it ?
    Thanks

    What problem are you trying to solve that leads to you believe you need to do this ?
    Have you looked at Distribution Constructor ?

  • Can I change the keyboard command for full screen? I don't see the option in preferences.

    Can i change the keyboard command for entering Full Screen? I don't see the option in the keyboard preferences pane.

    My midi set up is fairly extensive, and what I've done is keep an up to date diagram of all my midi interfaces and device connections. I use this as the desktop background on my studio mac, and just hit F11 when I need to reference something. Simple but effective.

  • How do you change what programs open on starting up?

    How do you change what programs open on start up?

    By changing the list of login items for your user account in System Preferences, and if Lion is automatically reopening applications, which ones are running when the computer is shut down.
    (64981)

  • Change Pointer Program for IDOC creation..??

    To All
    Where does the message type is assigned, which allow that type of IDOC getting created in WPMU...??
    Can COND_A be created in Change pointer Program...??
    If possible ..How...??
    Thanks
    Sumeet

    3)
    RBDMOIND to confirm whether idocs have been successfully
    dispatched to the receiver..and v can also use this program to change the status of idoc from 3 to 12....
    RSNATED is the program used for triggering IDOC for the output type..where the output medium is 6.
    And the subroutine that triggers the IDOC in the program is EDI_PROCESSING.
    RSNASTED itself determines the associated IDoc outbound function module, executes it to fill the EDIDx tables and passes the prepared IDoc to the port.
    You can call the standard processing routines from any ABAP, by executing the following call to the routine. You only have to make sure that the structure NAST is declared with the tables statement in the calling routine and that you fill the at least the key part and the routing information before.
    TABLES NAST.
    NAST-MANDT = SY-MANDT.
    NAST-KSCHL = 'ZEDIK'.
    NAST-KAPPL = 'V1'.
    NAST-OBJKY = '0012345678'.
    NAST-PARNR = 'D012345678'.
    PERFORM einzelnachricht_screen(RSNAST00).
    Calling einzelnachricht_screen determines how the message is processed. If you want to force the IDoc-processing you can call it directly:
    TNAPR-PROGN = ''.
    TNAPR-ROUTN = 'ENTRY'.
    PERFORM edi_processing(RSNASTED).
    ~~Guduri

  • Change the programs in the SlideNav bar?

    Hi every one, i can not change the programs in the SlideNav bar, i have done step by step in the Help but when i chose Launching an Items then click Active but nothing appears.
    Anyone help me?

    Hi,
    if the user has not set any other gui-specification, just using "message" will do the trick.
    Please refer to transaction abaphelp if you are not sure how to use: message.
    Hth
    ute
    P.S. Please reward points if helpful

  • Changing default program to open a file with Regedit

    Hi 
    Is there a way to change the default program to open a file with another program using a Rededit key. I would like to change the program to open a .g3pp file with vlc instead of media player cause it doesn't read it.
    Thanks

    Is there a way to change the default program to open a file with another program using a Rededit key. I would like to change the program to open a .g3pp file with vlc instead of media player cause it doesn't read
    it.
    Why make life hard for yourself? Just right-click any .g3pp-file, then left-click "Open with". That's all!

Maybe you are looking for

  • SQL_DML ..how to do it....

    Hi,' i need to use SQL_DML for my scenario... i have few doubts.... i have created a datatype for JDBC.... where exactly i need to write query for SQl_DML....is this at mapping level? or do we need to do it at the datatype level.... i am using dataty

  • Why can't I open just one of my numbers files?

    Hello, I am unable to open a rather important numbers file on my macbook pro. I can open all other numbers files but when I double click this one, it sort of "shines" as if its going to open then nothing happens. The data in it is really important an

  • I have a problem with my iphone5. I don't have signal, but I can check my email, facebook... The operator is identified but I can't call

    I have a problem with my iphone5. I don't have signal, but I can check my email, facebook... The operator is identified but I can't call

  • (9I) OMF(ORACLE MANAGED FILES) 개념과 사용 예제

    제품 : ORACLE SERVER 작성날짜 : 2002-04-01 (9I) OMF(ORACLE MANAGED FILES) 개념과 사용 예제 ============================================== PURPOSE Space Management와 관련된 Oracle 9i의 새로운 기능은 크게 다음 세 가지이다. - Oracle Managed Files, Delete Datafiles, Default Temporary Ta

  • How to build and deploy JavaFX app

    OpenJfx forum is clumsy, awkward and practically unusable so please excuse posting it here. Say, I have written a, hopefully, correct .fx script source file or files. Then, next, what should I do to run it/them as a standalone Java program, and, an a