2008 Jun 03 7:57 AM
Hello All,
I have a set of unused programs ( nearly 200 ). I need to deactivate all those programs by inserting EXIT as below shown in bold.
I want to write a program where i can give all the program names in the selection screen and i have to enter into those program in write mode and insert the statement EXIT.
COULD YOU PLEASE GIVE ME SOME SUGGESSIONS TO DO THIS.
REPORT y11v2_13_prodsel MESSAGE-ID y11bf_13_addons.
*EXIT.*
INCLUDE y11v2_13_prodsel_d01. "data and table declaration
INCLUDE y11v2_13_prodsel_s01. "selection screen, initialisatio
INCLUDE y11v2_13_prodsel_f01. "form routines
*&---------------------------------------------------------------------*
*& Event START-OF-SELECTION
*&---------------------------------------------------------------------*
START-OF-SELECTION.
* PERFORM check_eingabe.
PERFORM kondtabellen_lesen.
PERFORM aenderungen_lesen.
PERFORM belege_ermitteln.
PERFORM substitution_pruefen.
PERFORM auftraege_aendern.
PERFORM ausgabe_nachrichten.
GOOOD ANSWERS WILL BE APPRECIATED THROUGH POINTS.
Thanks in advance.
Best Regards,
Sasidhar Reddy Matli.
Hello All,
I have a set of unused programs ( nearly 200 ). I need to deactivate all those programs by inserting EXIT as below shown in bold.
I want to write a program where i can give all the program names in the selection screen and i have to enter into those program in write mode and insert the statement EXIT.
COULD YOU PLEASE GIVE ME SOME SUGGESSIONS TO DO THIS.
REPORT y11v2_13_prodsel MESSAGE-ID y11bf_13_addons.
*EXIT.*
INCLUDE y11v2_13_prodsel_d01. "data and table declaration
INCLUDE y11v2_13_prodsel_s01. "selection screen, initialisatio
INCLUDE y11v2_13_prodsel_f01. "form routines
*&---------------------------------------------------------------------*
*& Event START-OF-SELECTION
*&---------------------------------------------------------------------*
START-OF-SELECTION.
* PERFORM check_eingabe.
PERFORM kondtabellen_lesen.
PERFORM aenderungen_lesen.
PERFORM belege_ermitteln.
PERFORM substitution_pruefen.
PERFORM auftraege_aendern.
PERFORM ausgabe_nachrichten.
GOOOD ANSWERS WILL BE APPRECIATED THROUGH POINTS.
Thanks in advance.
Best Regards,
Sasidhar Reddy Matli.
2008 Jun 03 8:06 AM
Hi,
I have a similar requirement in my past experience, that i have to create 400 tcodes for abap queries. User has provided one input file with the sufficient data. So what i did is, i recorded the whole process for one query and wrote one small BDC -CALL TRANSACTION program and update all.
You can also try in the same way first try to do recording for one program and implement one temparory BDC program.
Rgds,
Bujji
2008 Jun 03 8:55 AM
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |