<?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: OPEN PROGRAM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792214#M912116</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;I am into the initial screen only&lt;/P&gt;&lt;P&gt;and i am not able to see the code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the code in ABAP GENERAL.... thats working fine.....&lt;/P&gt;&lt;P&gt;thanq for the good question you have posted......&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;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2008 06:54:30 GMT</pubDate>
    <dc:creator>prasanth_kasturi</dc:creator>
    <dc:date>2008-05-22T06:54:30Z</dc:date>
    <item>
      <title>OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792207#M912109</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;I have a requirement such that once i double clic on the output it should skip the first screen and go n open the program directly from SE38.I know how to take it to SE38 but from there how to pass on the program name.Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPRE_6.&lt;/P&gt;&lt;P&gt;TABLES:BSEG.&lt;/P&gt;&lt;P&gt;DATA:ITAB LIKE  STANDARD TABLE OF BSEG WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:p_WERKS TYPE BSEG-WERKS.&lt;/P&gt;&lt;P&gt;Select * From bseg into corresponding fields of table itab up to 10 rows where werks = p_werks .&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;Write:/ itab-werks,itab-wrbtr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;Call transaction 'SE38' and skip first screen.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'ZPRE_6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792207#M912109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792208#M912110</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;STRONG&gt;Use HIDE&lt;/STRONG&gt; statement that holds the data to be displayed in the secondary list. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;See example program: demo_list_hide in SE38&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792208#M912110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792209#M912111</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;use the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;in tables add the table RS38M&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;change the statement as&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET PARAMETER ID 'RID' FIELD RS38M-PROGRAM.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;and in RS38M-PROGRAM pass your program name&lt;/STRONG&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your prog name is  'ZPRE_6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES:BSEG,rs38m&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;DATA:ITAB LIKE STANDARD TABLE OF BSEG WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:p_WERKS TYPE BSEG-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * From bseg into corresponding fields of table itab up to 10 rows where werks = p_werks .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;Write:/ itab-werks,itab-wrbtr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; rs38m-program =  'ZPRE_6'.&lt;/P&gt;&lt;P&gt;Call transaction 'SE38' and skip first screen.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'RID' field rs38m-program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&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;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:16:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792209#M912111</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-22T06:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792210#M912112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;It is just displaying the program name...but its not opening...please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792210#M912112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792211#M912113</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;Check the sample code which resolves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;code&lt;/P&gt;&lt;P&gt;report zrich_0001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global ALV Data Declarations &lt;/P&gt;&lt;P&gt;type-pools: slis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal Tables &lt;/P&gt;&lt;P&gt;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;matnr type mara-matnr,&lt;/P&gt;&lt;P&gt;maktx type makt-maktx,&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform get_data.&lt;/P&gt;&lt;P&gt;perform call_alv.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form GET_DATA &lt;/P&gt;&lt;P&gt;*********************************************************************&lt;/P&gt;&lt;P&gt;form get_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select mara&lt;SUB&gt;matnr makt&lt;/SUB&gt;maktx&lt;/P&gt;&lt;P&gt;into corresponding fields of table itab&lt;/P&gt;&lt;P&gt;from mara&lt;/P&gt;&lt;P&gt;inner join makt&lt;/P&gt;&lt;P&gt;on mara&lt;SUB&gt;matnr = makt&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;up to 20 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL_ALV &lt;/P&gt;&lt;P&gt;************************************************************************&lt;/P&gt;&lt;P&gt;form call_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ifc type slis_t_fieldcat_alv.&lt;/P&gt;&lt;P&gt;data: xfc type slis_fieldcat_alv.&lt;/P&gt;&lt;P&gt;data: repid type sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;repid = sy-repid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xfc. refresh ifc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xfc.&lt;/P&gt;&lt;P&gt;xfc-reptext_ddic = 'Material Number'.&lt;/P&gt;&lt;P&gt;xfc-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;xfc-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;xfc-outputlen = '18'.&lt;/P&gt;&lt;P&gt;append xfc to ifc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear xfc.&lt;/P&gt;&lt;P&gt;xfc-reptext_ddic = 'Material Description'.&lt;/P&gt;&lt;P&gt;xfc-fieldname = 'MAKTX'.&lt;/P&gt;&lt;P&gt;xfc-tabname = 'ITAB'.&lt;/P&gt;&lt;P&gt;xfc-outputlen = '40'.&lt;/P&gt;&lt;P&gt;append xfc to ifc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call ABAP List Viewer (ALV) &lt;/P&gt;&lt;P&gt;call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_callback_program = repid&lt;/P&gt;&lt;P&gt;i_callback_user_command = 'HANDLE_USER_COMMAND'&lt;/P&gt;&lt;P&gt;it_fieldcat = ifc&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;t_outtab = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM handle_User_Command * &lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;P&gt;form handle_user_command using r_ucomm like sy-ucomm&lt;/P&gt;&lt;P&gt;rs_selfield type slis_selfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case r_ucomm.&lt;/P&gt;&lt;P&gt;when '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case rs_selfield-FIELDNAME.&lt;/P&gt;&lt;P&gt;when 'MATNR'.&lt;/P&gt;&lt;P&gt;set parameter id 'MAT' field rs_selfield-value.&lt;/P&gt;&lt;P&gt;call transaction 'MD04' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;[/code]&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;Raj.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:28:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792211#M912113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792212#M912114</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;you cant open the prog becuse ther are many options from the initial screen itself like activting , executing,display, change and system doesnot know which operation you want. so it stops at the initial screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope you understand&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:42:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792212#M912114</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-22T06:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792213#M912115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashant.,..&lt;/P&gt;&lt;P&gt;Thankx for d reply....we can open the program...just look at d program beloww..Thank u once again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPRE_6.&lt;/P&gt;&lt;P&gt;TABLES:BSEG.&lt;/P&gt;&lt;P&gt;TABLES:RS38m.&lt;/P&gt;&lt;P&gt;*DATA:PGM TYPE RS38m-PROGRAMM.&lt;/P&gt;&lt;P&gt;*PGM = 'ZPRE_5'.&lt;/P&gt;&lt;P&gt;DATA:ITAB LIKE  STANDARD TABLE OF BSEG WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS:p_WERKS TYPE BSEG-WERKS.&lt;/P&gt;&lt;P&gt;Select * From bseg into corresponding fields of table itab up to 10 rows where werks = p_werks .&lt;/P&gt;&lt;P&gt;*sort itab by wrbtr.&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;P&gt;Write:/ itab-werks,itab-wrbtr.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;*SET PARAMETER ID 'ZPRE_6.&lt;/P&gt;&lt;P&gt;*Move PGM to RS38M-PROGRAMM.&lt;/P&gt;&lt;P&gt;rs38m-programm = 'ZPRE_6'.&lt;/P&gt;&lt;P&gt;*SET PARAMETER ID 'RID' FIELD RS38M-PROGRAMM.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'RID' FIELD 'ZPRE_6'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call transaction 'SE38' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:45:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792213#M912115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T06:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792214#M912116</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;I am into the initial screen only&lt;/P&gt;&lt;P&gt;and i am not able to see the code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the code in ABAP GENERAL.... thats working fine.....&lt;/P&gt;&lt;P&gt;thanq for the good question you have posted......&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;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 06:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792214#M912116</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-22T06:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: OPEN PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792215#M912117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prashant...&lt;/P&gt;&lt;P&gt;Sorry posted the wrong code...here is the correct code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZPRE_8.&lt;/P&gt;&lt;P&gt;*REPORT  z75694.&lt;/P&gt;&lt;P&gt;WRITE 'Test'.&lt;/P&gt;&lt;P&gt;DATA: bdcdata TYPE TABLE OF bdcdata,&lt;/P&gt;&lt;P&gt;           wa TYPE bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT LINE-SELECTION.&lt;/P&gt;&lt;P&gt;  CLEAR wa.&lt;/P&gt;&lt;P&gt;  wa-program = 'SAPLWBABAP'.&lt;/P&gt;&lt;P&gt;  wa-dynpro = '0100'.&lt;/P&gt;&lt;P&gt;  wa-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND wa TO bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa.&lt;/P&gt;&lt;P&gt;  wa-fnam = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  wa-fval = '=SHOP'.&lt;/P&gt;&lt;P&gt;  APPEND wa TO bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR wa.&lt;/P&gt;&lt;P&gt;  wa-fnam = 'RS38M-PROGRAMM'.&lt;/P&gt;&lt;P&gt;  wa-fval = 'ZPRE_5'.&lt;/P&gt;&lt;P&gt;  APPEND wa TO bdcdata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'SE38' USING bdcdata MODE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 07:01:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-program/m-p/3792215#M912117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T07:01:13Z</dc:date>
    </item>
  </channel>
</rss>

