<?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: SET Paramater ID .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869794#M366319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC CA98 is an executable program. If you go and check the Selection fields in this program these fields have explicitly defined parameter Ids. I got those values from there.... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 08:16:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-30T08:16:04Z</dc:date>
    <item>
      <title>SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869780#M366305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the below code..&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'MAT' FIELD t_tab-matnr.  "material number&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'WRK' FIELD t_tab-werks.  "plant&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'PTY' FIELD t_tab-plnty.  "plan type&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'PLN' FIELD t_tab-plnnr.  "plan group&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'PAL' FIELD t_tab-plnal.  "group counter&lt;/P&gt;&lt;P&gt;      SET PARAMETER ID 'STT' FIELD t_tab-datuv.  "valid from date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL TRANSACTION 'CA98' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to give the values to the fields (Material number, Plant, TL type, Group, Group counter..) from a row of an internal table, and call the transaction so that the transaction will be called with the values filled in respective fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem what I'm facing is.. eventhough I set the paramenter IDs, only Material number, Group, TLtype are getting flled and others are not.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in resolving this issue. What could be the possible reasons for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure will assign U the points.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869780#M366305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869781#M366306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you code is correct, can u check the value of the others before &lt;/P&gt;&lt;P&gt;call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869781#M366306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869782#M366307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well are you sure the TA va98 gets all those filled values from SAP-memory?&lt;/P&gt;&lt;P&gt;i hence you have to look for a user-exit in ca98 and just read those values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:20:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869782#M366307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869783#M366308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID 'MAT' FIELD t_tab-matnr. "material number
SET PARAMETER ID 'WRK' FIELD t_tab-werks. "plant
SET PARAMETER ID 'PTY' FIELD t_tab-plnty. "plan type
SET PARAMETER ID 'PLN' FIELD t_tab-plnnr. "plan group
SET PARAMETER ID 'PAL' FIELD t_tab-plnal. "group counter
SET PARAMETER ID 'STT' FIELD t_tab-datuv. "valid from date

CALL TRANSACTION 'CA98' .

See this sample code
FORM user_command USING r_ucomm LIKE sy-ucomm
                  rs_selfield TYPE slis_selfield.
data:     lv_werks    LIKE v_mmim_lc-werks,   "plant
          lv_matnr    LIKE v_mmim_lc-matnr,   "Material
          lv_lgort    LIKE v_mmim_lc-lgort,   "Storage Location
          lv_charg    LIKE v_mmim_lc-charg.   "batch
   read table i_output into w_output index rs_selfield-tabindex.
    lv_matnr = w_output-matnr.
    lv_werks = w_output-werks.
    lv_lgort = w_output-lgort.
    lv_charg = w_output-charg.
    SET PARAMETER ID 'MAT' FIELD lv_matnr.
    SET PARAMETER ID 'WRK' FIELD lv_werks.
    SET PARAMETER ID 'LAG' FIELD lv_lgort.
    SET PARAMETER ID 'CHA' FIELD lv_charg.
    CALL TRANSACTION c_transaction_call AND SKIP FIRST SCREEN .

    CLEAR w_output_copy-prueflos.
    Clear:     lv_matnr,
               lv_werks,
               lv_lgort,
               lv_charg.
ENDFORM.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure the values are there in the t_tab.&lt;/P&gt;&lt;P&gt;Hope you are reading the chosen row from teh output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869783#M366308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869784#M366309</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 your itab for remaining fields whether they are having values or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869784#M366309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869785#M366310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a break point before statement CALL TRANSACTION and check if T_TAB table is having all the values mentioned here.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:24:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869785#M366310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869786#M366311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur interest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The internal table row is perfectly fine.. having values in it. I even checked in Dubugging mode.&lt;/P&gt;&lt;P&gt;When I call CA02, instead of CA98, it is working fine...with filled values on screen.&lt;/P&gt;&lt;P&gt;Only problem is with CA98. I dont know why ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869786#M366311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869787#M366312</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;Just try passing only the mandatory values for CA98.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Material Number and Plant are MANDT i hope.&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869787#M366312</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869788#M366313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Judith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it. But same result again.. Material is filling up but not Plant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869788#M366313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869789#M366314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one hint is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. goto table TPARA in SE11&lt;/P&gt;&lt;P&gt;2. search for plant and chekout the parameter ids available for that plant&lt;/P&gt;&lt;P&gt;3. try with them if it works out&lt;/P&gt;&lt;P&gt;4. similarly for other fields also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869789#M366314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869790#M366315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For plant use ID as 'WER' and not 'WRK'&lt;/P&gt;&lt;P&gt;and for Group Counter use ID 'PLA' and not 'PAL'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can not set value for Valid from Date as its Data Element do not have any default Parameter ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please reward if the answer is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 07:56:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869790#M366315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T07:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869791#M366316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MATT,&lt;/P&gt;&lt;P&gt;can u try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'MAT' FIELD t_tab-matnr. "material number&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'WER' FIELD t_tab-werks. "plant&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'PTY' FIELD t_tab-plnty. "plan type&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'PLN' FIELD t_tab-plnnr. "plan group&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SET PARAMETER ID 'PLA' FIELD t_tab-plnal. "group counter&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'STT' FIELD t_tab-datuv. "valid from date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this things you can check in the program RCPPPSEL, which &lt;/P&gt;&lt;P&gt;CA98 associated, In this program the memory id is different&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 08:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869791#M366316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T08:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869792#M366317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot Sushanth.. U solved my problem.&lt;/P&gt;&lt;P&gt;Could U please tell me how did U find it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I awarded U points.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 08:13:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869792#M366317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T08:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869793#M366318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mat,,&lt;/P&gt;&lt;P&gt;i have explained how did i got this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 08:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869793#M366318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T08:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: SET Paramater ID ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869794#M366319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TC CA98 is an executable program. If you go and check the Selection fields in this program these fields have explicitly defined parameter Ids. I got those values from there.... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Susanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 08:16:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/set-paramater-id/m-p/1869794#M366319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T08:16:04Z</dc:date>
    </item>
  </channel>
</rss>

