<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Screen exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207732#M132683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALl!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In prog SAPMV45A there is no custom screen exit.I had added 2 custom fields to the screen no 4459.&lt;/P&gt;&lt;P&gt;Now how to proceed.will the program automatically handle the transformation into database.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Mar 2006 14:05:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-01T14:05:26Z</dc:date>
    <item>
      <title>Screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207732#M132683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALl!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In prog SAPMV45A there is no custom screen exit.I had added 2 custom fields to the screen no 4459.&lt;/P&gt;&lt;P&gt;Now how to proceed.will the program automatically handle the transformation into database.&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Praneeth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207732#M132683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207733#M132684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use MV45AFZZ to append the values.&lt;/P&gt;&lt;P&gt;Then the system automatically updates the databse.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Karun.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207733#M132684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207734#M132685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a custom program which will take tcode as input and will list all the SAP enhancements available for that tcode.&lt;/P&gt;&lt;P&gt;Create a temporary program in SAP and paste this code. This will help you.&lt;/P&gt;&lt;P&gt;If it is related to VA01 / 02 / 03 try MV45AFZZ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZUSEREXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Finding the user-exits of a SAP transaction code&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Enter the transaction code in which you are looking for the user-exit&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;and it will list you the list of user-exits in the transaction code.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Also a drill down is possible which will help you to branch to SMOD.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            TABLES DECLARATION&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;TABLES : TSTC,              "SAP Transaction Codes.&lt;/P&gt;&lt;P&gt;         TADIR,             "Directory of Repository Objects.&lt;/P&gt;&lt;P&gt;         MODSAPT,           "SAP Enhancements - Short Texts.&lt;/P&gt;&lt;P&gt;         MODACT,            "Modifications.&lt;/P&gt;&lt;P&gt;         TRDIR,             "System table TRDIR.&lt;/P&gt;&lt;P&gt;         TFDIR,             "Function Module.&lt;/P&gt;&lt;P&gt;         ENLFDIR,           "Additional Attributes for Function Modules&lt;/P&gt;&lt;P&gt;         TSTCT.             "Transaction Code Texts&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           INTERNAL TABLE DECLARATIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;DATA : ITAB LIKE TADIR OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            DATA DECLARATIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;DATA : V_FIELD1(30).&lt;/P&gt;&lt;P&gt;DATA : V_DEVCLASS LIKE TADIR-DEVCLASS.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            INPUT SCREEN DECLARATIONS&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;PARAMETERS : P_TCODE LIKE TSTC-TCODE OBLIGATORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            START OF SELECTION EVENT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;*--Read SAP Transaction Code from the given input.&lt;/P&gt;&lt;P&gt;SELECT SINGLE *&lt;/P&gt;&lt;P&gt;  FROM TSTC&lt;/P&gt;&lt;P&gt;  WHERE TCODE EQ P_TCODE.&lt;/P&gt;&lt;P&gt;IF SY-SUBRC EQ 0.&lt;/P&gt;&lt;P&gt;*--Get the Directory of Repository Objects for the&lt;/P&gt;&lt;P&gt;*---selected program name.&lt;/P&gt;&lt;P&gt;   SELECT SINGLE *&lt;/P&gt;&lt;P&gt;     FROM TADIR&lt;/P&gt;&lt;P&gt;     WHERE PGMID = 'R3TR' AND&lt;/P&gt;&lt;P&gt;           OBJECT = 'PROG' AND&lt;/P&gt;&lt;P&gt;           OBJ_NAME = TSTC-PGMNA.&lt;/P&gt;&lt;P&gt;   MOVE : TADIR-DEVCLASS TO V_DEVCLASS.&lt;/P&gt;&lt;P&gt;      IF SY-SUBRC NE 0.&lt;/P&gt;&lt;P&gt;*--Read System table TRDIR for the selected program name.&lt;/P&gt;&lt;P&gt;         SELECT SINGLE *&lt;/P&gt;&lt;P&gt;           FROM TRDIR&lt;/P&gt;&lt;P&gt;           WHERE NAME = TSTC-PGMNA.&lt;/P&gt;&lt;P&gt;*--Get the function module name for the selected program name.&lt;/P&gt;&lt;P&gt;         IF TRDIR-SUBC EQ 'F'.&lt;/P&gt;&lt;P&gt;            SELECT SINGLE *&lt;/P&gt;&lt;P&gt;              FROM TFDIR&lt;/P&gt;&lt;P&gt;              WHERE PNAME = TSTC-PGMNA.&lt;/P&gt;&lt;P&gt;*--Get the function group for the selected program name.&lt;/P&gt;&lt;P&gt;            SELECT SINGLE *&lt;/P&gt;&lt;P&gt;              FROM ENLFDIR&lt;/P&gt;&lt;P&gt;              WHERE FUNCNAME = TFDIR-FUNCNAME.&lt;/P&gt;&lt;P&gt;*--Read the development class for the corresponding function group.&lt;/P&gt;&lt;P&gt;            SELECT SINGLE *&lt;/P&gt;&lt;P&gt;              FROM TADIR&lt;/P&gt;&lt;P&gt;              WHERE PGMID = 'R3TR'  AND&lt;/P&gt;&lt;P&gt;                    OBJECT = 'FUGR' AND&lt;/P&gt;&lt;P&gt;                    OBJ_NAME EQ ENLFDIR-AREA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            MOVE : TADIR-DEVCLASS TO V_DEVCLASS.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;       ENDIF.&lt;/P&gt;&lt;P&gt;*--Read all the entries into the internal table itab.&lt;/P&gt;&lt;P&gt;       SELECT *&lt;/P&gt;&lt;P&gt;         FROM TADIR&lt;/P&gt;&lt;P&gt;         INTO TABLE ITAB&lt;/P&gt;&lt;P&gt;         WHERE PGMID = 'R3TR' AND&lt;/P&gt;&lt;P&gt;               OBJECT = 'SMOD' AND&lt;/P&gt;&lt;P&gt;               DEVCLASS = V_DEVCLASS.&lt;/P&gt;&lt;P&gt;*--Read Transaction code information from the table tstct.&lt;/P&gt;&lt;P&gt;        SELECT SINGLE *&lt;/P&gt;&lt;P&gt;          FROM TSTCT&lt;/P&gt;&lt;P&gt;          WHERE SPRSL EQ SY-LANGU AND&lt;/P&gt;&lt;P&gt;                TCODE EQ P_TCODE.&lt;/P&gt;&lt;P&gt;*-- Column Headings&lt;/P&gt;&lt;P&gt;        FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.&lt;/P&gt;&lt;P&gt;        WRITE:/(19) 'Transaction Code - ',&lt;/P&gt;&lt;P&gt;             20(20) P_TCODE,&lt;/P&gt;&lt;P&gt;             45(50) TSTCT-TTEXT.&lt;/P&gt;&lt;P&gt;                    SKIP.&lt;/P&gt;&lt;P&gt;        IF NOT ITAB[] IS INITIAL.&lt;/P&gt;&lt;P&gt;           WRITE:/(95) SY-ULINE.&lt;/P&gt;&lt;P&gt;           FORMAT COLOR COL_HEADING INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;           WRITE:/1 SY-VLINE,&lt;/P&gt;&lt;P&gt;                  2 'Exit Name',&lt;/P&gt;&lt;P&gt;                 21 SY-VLINE ,&lt;/P&gt;&lt;P&gt;                 22 'Description',&lt;/P&gt;&lt;P&gt;                 95 SY-VLINE.&lt;/P&gt;&lt;P&gt;           WRITE:/(95) SY-ULINE.&lt;/P&gt;&lt;P&gt;           LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;*--Read SAP Enhancements short texts information.&lt;/P&gt;&lt;P&gt;              SELECT SINGLE *&lt;/P&gt;&lt;P&gt;                FROM MODSAPT&lt;/P&gt;&lt;P&gt;                WHERE SPRSL = SY-LANGU AND&lt;/P&gt;&lt;P&gt;                      NAME = ITAB-OBJ_NAME.&lt;/P&gt;&lt;P&gt;                   FORMAT COLOR COL_NORMAL INTENSIFIED OFF.&lt;/P&gt;&lt;P&gt;                   WRITE:/1 SY-VLINE,&lt;/P&gt;&lt;P&gt;                          2 ITAB-OBJ_NAME HOTSPOT ON,&lt;/P&gt;&lt;P&gt;                         21 SY-VLINE ,&lt;/P&gt;&lt;P&gt;                         22 MODSAPT-MODTEXT,&lt;/P&gt;&lt;P&gt;                         95 SY-VLINE.&lt;/P&gt;&lt;P&gt;           ENDLOOP.&lt;/P&gt;&lt;P&gt;           WRITE:/(95) SY-ULINE.&lt;/P&gt;&lt;P&gt;           DESCRIBE TABLE ITAB.&lt;/P&gt;&lt;P&gt;           SKIP.&lt;/P&gt;&lt;P&gt;           FORMAT COLOR COL_TOTAL INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;           WRITE:/ 'No of Exits:' , SY-TFILL.&lt;/P&gt;&lt;P&gt;        ELSE.&lt;/P&gt;&lt;P&gt;           FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;           WRITE:/(95) 'No User Exit exists'.&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;          FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.&lt;/P&gt;&lt;P&gt;          WRITE:/(95) 'Transaction Code Does Not Exist'.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            AT LINE-SELECTION EVENT&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;   GET CURSOR FIELD V_FIELD1.&lt;/P&gt;&lt;P&gt;   CHECK V_FIELD1(4) EQ 'ITAB'.&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID 'MON' FIELD SY-LISEL+1(10).&lt;/P&gt;&lt;P&gt;*-- call transation SMOD : Sap Enhancement.&lt;/P&gt;&lt;P&gt;   CALL TRANSACTION 'SMOD' AND SKIP FIRST   SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---End of Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ashish Gundawar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207734#M132685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207735#M132686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks karun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly for the program SAPLMGD1 screen no. 2156, can you suggest me the screen exit name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads&lt;/P&gt;&lt;P&gt;praneeth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207735#M132686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207736#M132687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once you made the changes , accrodingle extend the VBAK/VBAP structures and then place your coding in MV45AFZZ in appropriate forms, here you can see so many user exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207736#M132687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Screen exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207737#M132688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check &lt;/P&gt;&lt;P&gt;user exits..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MGA00001 
MGA00002 
MGA00003&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BADI's&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;BADI_EAN_SYSTEMATIC
BADI_GTIN_VARIANT  
BADI_MAT_F_SPEC_SEL
BADI_MATERIAL_CHECK
BADI_MATERIAL_OD   
&amp;lt;b&amp;gt;BADI_MATERIAL_REF&amp;lt;/b&amp;gt;   "screen exit
BADI_MM_MATNR      
CDT_CHECK_MATERIAL 
MG_MASS_NEWSEG  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijay Babu Dudla&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2006 14:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-exit/m-p/1207737#M132688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-01T14:33:41Z</dc:date>
    </item>
  </channel>
</rss>

