<?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 Re: Validation while create data type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418301#M1548965</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have any example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not comfortable with using these FMs validate manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a user-command for the list box. This will trigger the PAI and the PBO when the user chooses the data type in list box. In the PBO check for the value selected in the list box and gray off the unwanted fields. Say if the value of list box is STRING then set SCREEN-INPUT = 0 for the field LENGTH and DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the help on screen programming for more details on how to gray off or hide fields in screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Oct 2010 07:06:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-12T07:06:12Z</dc:date>
    <item>
      <title>Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418294#M1548958</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;&lt;/P&gt;&lt;P&gt;I have a pop-up in my report that user can create data type in  didc,&lt;/P&gt;&lt;P&gt;There is a simple way to support validation for data types ,&lt;/P&gt;&lt;P&gt;I have pop-up where the user need  to provide name of attribute &lt;/P&gt;&lt;P&gt;he need to create and the data type for it (char ,string ,int etc )&lt;/P&gt;&lt;P&gt;and he also need to provide the leng of the attribute he want to create&lt;/P&gt;&lt;P&gt;(e.g. char10 ) and also decimal places .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the issue here that i need to do some validation in the pop-up&lt;/P&gt;&lt;P&gt;for e.g. if user choose &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case 1 
name     - attribute1 
datatype  - string 
leng   - in this case he dont need to provide leng (string ) 
dec - dont need to provide (string )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case 2 

name     - attribute1 
datatype  - char  
leng   - 10
dec - dont need to provide (char )&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to do this validation in a simple way  (maybe to use standard functionlity) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 05:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418294#M1548958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T05:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418295#M1548959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What kind of pop-up are you using? Is it a pop-up screen or any other function for pop-up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418295#M1548959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418296#M1548960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Immanuel ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using screen pop-up that i create with a domain (listbox ) that we create for 15 diff data types &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418296#M1548960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418297#M1548961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The attribute of the field is chang. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAR:screen-invisible = '0'&lt;/P&gt;&lt;P&gt;STRING:screen-invisible = '1'&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;CHAR:screen-invisible = '1'&lt;/P&gt;&lt;P&gt;STRING:screen-invisible = '0'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:24:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418297#M1548961</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418298#M1548962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a few FMs starting with DD_DOMA and DD_DTEL. Please check if any of these can help you to validate the data elements and domain creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418298#M1548962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418299#M1548963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Tayori ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks , Assume that i have in the pop-up 4 fields and when the &lt;/P&gt;&lt;P&gt;user choose a string can i omit the fields of leng and dec after it ?&lt;/P&gt;&lt;P&gt;If so where should i put this code in the FM of the popup or pai pbo ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418299#M1548963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418300#M1548964</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;DO you have some example how to use this FM for instance&lt;/P&gt;&lt;P&gt;for string or int or char ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 06:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418300#M1548964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T06:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418301#M1548965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not have any example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not comfortable with using these FMs validate manually. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a user-command for the list box. This will trigger the PAI and the PBO when the user chooses the data type in list box. In the PBO check for the value selected in the list box and gray off the unwanted fields. Say if the value of list box is STRING then set SCREEN-INPUT = 0 for the field LENGTH and DEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the help on screen programming for more details on how to gray off or hide fields in screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 07:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418301#M1548965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T07:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418302#M1548966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the pushbutton be made?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TOP include&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;  flag type c value '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BPO.&lt;/P&gt;&lt;P&gt;if FRAG = '1'.&lt;/P&gt;&lt;P&gt;  CHAR:screen-Invisible = '1'.&lt;/P&gt;&lt;P&gt;  STRING:screen-Invisible = '0'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  screen-Invisible = '0'.&lt;/P&gt;&lt;P&gt;  screen-Invisible = '1'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAI.&lt;/P&gt;&lt;P&gt;case OKCODE.&lt;/P&gt;&lt;P&gt;  when button1&lt;/P&gt;&lt;P&gt;    FRAG = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  when button2&lt;/P&gt;&lt;P&gt;    FRAG = '2'.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 07:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418302#M1548966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T07:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418303#M1548967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Immanuel  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean to something like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT SCREEN.
    IF screen-name = 'S_C_STR_POPUP-BASE_TYPE' AND BASE_TYPE = 'String'.
      IF screen-name = 'GV_LENG' OR screen-name = 'GV_DEC'.
        screen-input = 0.
      ENDIF.
    ENDIF.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how i modify the screen since the second if will not work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 08:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418303#M1548967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418304#M1548968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes. You have to have some code like that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CASE List box content .

WHEN 'STRING'.
LOOP AT SCREEN.
   IF SCREEN-NAME = 'LENGTH' OR
      SCREEN-NAME = 'DEC'.
   SCREEN-INPUT = 0.
   MODIFY SCREEN.
   ENDIF.
ENDLOOP.

WHEN 'CHAR'.
LOOP AT SCREEN.
   IF SCREEN-NAME = 'LENGTH' OR
      SCREEN-NAME = 'DEC'.
   SCREEN-INPUT = 0.
   MODIFY SCREEN.
   ENDIF.
ENDLOOP.

WHEN 'INT'.
LOOP AT SCREEN.
   IF SCREEN-NAME = 'DEC'.
   SCREEN-INPUT = 0.
   MODIFY SCREEN.
   ENDIF.
ENDLOOP.

ENDCASE.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Immanuel T A on Oct 12, 2010 11:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 09:16:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418304#M1548968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T09:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418305#M1548969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Immanuel ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is event that wneh the user choose in the popup the field with the F4 that &lt;/P&gt;&lt;P&gt;i can trigger since than i can do all the logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to put a break point in handle datatype module and i wont stop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FIELD datatype &lt;/P&gt;&lt;P&gt;  MODULE handle_datatype ON REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; FIELD datatype &lt;/P&gt;&lt;P&gt;  MODULE handle_datatype ON INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alex Dean on Oct 12, 2010 1:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418305#M1548969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T11:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418306#M1548970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just place a debug point in routine PERFORM F4PROZ of function module DD_SHLP_CALL_FROM_DYNP. Then execute your standard f4 functionality of predefined type in SE11. It just holds few steps which can easily taken into your custom code.&lt;/P&gt;&lt;P&gt;You can get this same search help in your program with screen fields disabled and letting the user chose it in the &lt;STRONG&gt;force&lt;/STRONG&gt; mode of F4_INIT_TABLE_VALUE_REQUEST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:26:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418306#M1548970</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-12T11:26:31Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418307#M1548971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Keshav.T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is event that wneh the user choose in the popup the field with the F4 that&lt;/P&gt;&lt;P&gt;i can trigger since than i can do all the logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to put a break point in handle datatype module and i wont stop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after the PAI i put this code &lt;/P&gt;&lt;P&gt;FIELD datatype&lt;/P&gt;&lt;P&gt;MODULE handle_datatype ON REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also i try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIELD datatype&lt;/P&gt;&lt;P&gt;MODULE handle_datatype ON INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:47:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418307#M1548971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T11:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418308#M1548972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this popup done through modal window popup or any function modules.&lt;/P&gt;&lt;P&gt;if its a function module i doubt whether it triggers the validation written.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418308#M1548972</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-12T11:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418309#M1548973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  Keshav.T  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event that you mentioned in your previos post is trigger when the user choose the F4&lt;/P&gt;&lt;P&gt;but i dont understand how can i use it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i want to do is when the user press F4 and choose datatype to  trigeer event and than &lt;/P&gt;&lt;P&gt;decide if to omit some field from the popup  &lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created for the popup a function module with call screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 11:57:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418309#M1548973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418310#M1548974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
The event that you mentioned in your previos post is trigger when the user choose the F4
but i dont understand how can i use it .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Se11 when f4 is pressed for predefine data types that routine gets triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created for the popup a function module with call screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your validation for module will not trigger. It will get triggered for screen fields. Not for the input text boxes provided by fm popup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 12:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418310#M1548974</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-12T12:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418311#M1548975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Keshav.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i did is created a popup with FM in the popup i have 4 field&lt;/P&gt;&lt;P&gt;the field with the data type which i want to trigger event to it is domain and not ref to FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ppoup have 4 field &lt;/P&gt;&lt;P&gt;attr name&lt;/P&gt;&lt;P&gt;datatype&lt;/P&gt;&lt;P&gt;length &lt;/P&gt;&lt;P&gt;decimal &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so from what you are say there is not option to trigger event when the user press F4&lt;/P&gt;&lt;P&gt;and choose a entry from it ,&lt;/P&gt;&lt;P&gt;since what i want to do is that if user for instance chose &lt;U&gt;string&lt;/U&gt; i want that the next to fields (length and dec ) will be&lt;/P&gt;&lt;P&gt;remove from the popup since he dont need them .&lt;/P&gt;&lt;P&gt;and for he choose char the the decimal field will remove from the popup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea how to solve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alex Dean on Oct 12, 2010 3:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 12:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418311#M1548975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T12:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Validation while create data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418312#M1548976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill the &lt;STRONG&gt;FctCode&lt;/STRONG&gt; field in the field attritbute of the list box. Only after the function code is assigned to the list box the PAI and PBO will be triggered for the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Immanuel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Immanuel T A on Oct 12, 2010 3:15 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Oct 2010 13:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/validation-while-create-data-type/m-p/7418312#M1548976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-12T13:13:52Z</dc:date>
    </item>
  </channel>
</rss>

