<?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: diffucult report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675998#M885253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  do like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select  ialid,&lt;/P&gt;&lt;P&gt;        iatype,&lt;/P&gt;&lt;P&gt;        iashstatnam,&lt;/P&gt;&lt;P&gt;        evdat&lt;/P&gt;&lt;P&gt;        iarephdflg&lt;/P&gt;&lt;P&gt;        from ccihs_ialhiot&lt;/P&gt;&lt;P&gt;        into  corresponding fields of table itab&lt;/P&gt;&lt;P&gt;        where ialid in s_kat   &lt;/P&gt;&lt;P&gt;        and  iatype in  s_katart &lt;/P&gt;&lt;P&gt;        and  iashstatnam in  s_stat    &lt;/P&gt;&lt;P&gt;        and  evdat in  s_date  &lt;/P&gt;&lt;P&gt;        and  iarephdflg in   s_rep &lt;/P&gt;&lt;P&gt;        and  ialdeadflg1 in    s_dead .&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt; IALPCAT&lt;/P&gt;&lt;P&gt;INJURY&lt;/P&gt;&lt;P&gt;BODYPART&lt;/P&gt;&lt;P&gt;IPABSBEGDAT&lt;/P&gt;&lt;P&gt;IPABSENDDAT&lt;/P&gt;&lt;P&gt;IPABSDAYS&lt;/P&gt;&lt;P&gt;IALPEXP&lt;/P&gt;&lt;P&gt;IPAGE&lt;/P&gt;&lt;P&gt;IACAUS&lt;/P&gt;&lt;P&gt;IAOBJ&lt;/P&gt;&lt;P&gt;IPACT&lt;/P&gt;&lt;P&gt;IPMOV&lt;/P&gt;&lt;P&gt;from CCIHS_IPEVINJIOT &lt;/P&gt;&lt;P&gt;into corresponding fields of table itab1&lt;/P&gt;&lt;P&gt;where INJURY in s_verlet  &lt;/P&gt;&lt;P&gt;and   BODYPART in  s_kteil  &lt;/P&gt;&lt;P&gt;and IPABSBEGDAT in s_babwes &lt;/P&gt;&lt;P&gt;and  IPABSENDDAT in   s_eabwes  &lt;/P&gt;&lt;P&gt;and IPABSDAYS  in    s_atabw   &lt;/P&gt;&lt;P&gt;and IALPEXP  in  s_apalt   &lt;/P&gt;&lt;P&gt;and  IPAGE  in s_palter  &lt;/P&gt;&lt;P&gt;and IACAUS  in s_ursach &lt;/P&gt;&lt;P&gt;and IAOBJ   in s_ausl   &lt;/P&gt;&lt;P&gt;and IPACT   in s_tdverl  &lt;/P&gt;&lt;P&gt;and  IPMOV  in s_bewver  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single persa from t500p_aba into v_persa where persa in s_per  .&lt;/P&gt;&lt;P&gt;select single btrtl from t001p-btrtl into v_btrtl where btrtl in s_ptb .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the data and use the coding for ur req&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 13:59:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T13:59:55Z</dc:date>
    <item>
      <title>diffucult report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675996#M885251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A report must be written with the below stated fields.&lt;/P&gt;&lt;P&gt;The goal is output via ALV-Grid a list. It's a tough challenge&lt;/P&gt;&lt;P&gt;for me to implement this requirement. &lt;/P&gt;&lt;P&gt;To create the alv list for outputting is not the problem&lt;/P&gt;&lt;P&gt;but to create the "select statement" is quite diffucult in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all I don't really know which SAP table are the&lt;/P&gt;&lt;P&gt;appropriate table to get these information. &lt;/P&gt;&lt;P&gt;Can you pls help me ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS:  s_kat     FOR    ccihs_ialhiot-ialid,
                 s_katart  FOR    ccihs_ialhiot-iatype,
                 s_stat    FOR    ccihs_ialhiot-iashstatnam,
                 s_date    FOR    ccihs_ialhiot-evdat.
PARAMETERS       p_week    TYPE   bkk_kdate_week.
SELECT-OPTIONS:  s_rep     FOR    ccihs_ialhiot-iarephdflg,
                 s_dead    FOR    ccihs_ialhiot-ialdeadflg,
                 s_utyp    FOR    CCIHS_IPEVAIOT-IALPCAT,
                 s_per     FOR    T500P_ABA-PERSA,
                 s_ptb     FOR    T001P_ABA-BTRTL.
PARAMETERS       p_orgeh   TYPE   orgeh .
SELECT-OPTIONS:  s_verlet  FOR    CCIHS_IPEVINJIOT-INJURY,
                 s_kteil   FOR    CCIHS_IPEVINJIOT-BODYPART,
                 s_babwes  FOR    CCIHS_IPEVAIOT-IPABSBEGDAT,
                 s_eabwes  FOR    CCIHS_IPEVAIOT-IPABSENDDAT,
                 s_atabw   FOR    CCIHS_IPEVAIOT-IPABSDAYS,
                 s_apalt   FOR    CCIHS_IPEVAIOT-IALPEXP,

                 s_palter  FOR    CCIHS_IPEVAIOT-IPAGE,
                 s_ursach  FOR    CCIHS_IPEVAIOT-IACAUS,
                 s_ausl    FOR    CCIHS_IPEVAIOT-IAOBJ,
                 s_tdverl  FOR    CCIHS_IPEVAIOT-IPACT,
                 s_bewver  FOR    CCIHS_IPEVAIOT-IPMOV.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 13:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675996#M885251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T13:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: diffucult report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675997#M885252</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;truly seems to be challenging, atleast by its sheer number of parameters and select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't u have any functional specification which explains the business logic of which table contains which sort of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your functional consultant would be able to help you in this regard. sit with him and discuss about his requirement. he should be able to feed you with the information necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kiran&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 16, 2008 1:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 13:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675997#M885252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T13:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: diffucult report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675998#M885253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi  do like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select  ialid,&lt;/P&gt;&lt;P&gt;        iatype,&lt;/P&gt;&lt;P&gt;        iashstatnam,&lt;/P&gt;&lt;P&gt;        evdat&lt;/P&gt;&lt;P&gt;        iarephdflg&lt;/P&gt;&lt;P&gt;        from ccihs_ialhiot&lt;/P&gt;&lt;P&gt;        into  corresponding fields of table itab&lt;/P&gt;&lt;P&gt;        where ialid in s_kat   &lt;/P&gt;&lt;P&gt;        and  iatype in  s_katart &lt;/P&gt;&lt;P&gt;        and  iashstatnam in  s_stat    &lt;/P&gt;&lt;P&gt;        and  evdat in  s_date  &lt;/P&gt;&lt;P&gt;        and  iarephdflg in   s_rep &lt;/P&gt;&lt;P&gt;        and  ialdeadflg1 in    s_dead .&lt;/P&gt;&lt;P&gt;        &lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt; IALPCAT&lt;/P&gt;&lt;P&gt;INJURY&lt;/P&gt;&lt;P&gt;BODYPART&lt;/P&gt;&lt;P&gt;IPABSBEGDAT&lt;/P&gt;&lt;P&gt;IPABSENDDAT&lt;/P&gt;&lt;P&gt;IPABSDAYS&lt;/P&gt;&lt;P&gt;IALPEXP&lt;/P&gt;&lt;P&gt;IPAGE&lt;/P&gt;&lt;P&gt;IACAUS&lt;/P&gt;&lt;P&gt;IAOBJ&lt;/P&gt;&lt;P&gt;IPACT&lt;/P&gt;&lt;P&gt;IPMOV&lt;/P&gt;&lt;P&gt;from CCIHS_IPEVINJIOT &lt;/P&gt;&lt;P&gt;into corresponding fields of table itab1&lt;/P&gt;&lt;P&gt;where INJURY in s_verlet  &lt;/P&gt;&lt;P&gt;and   BODYPART in  s_kteil  &lt;/P&gt;&lt;P&gt;and IPABSBEGDAT in s_babwes &lt;/P&gt;&lt;P&gt;and  IPABSENDDAT in   s_eabwes  &lt;/P&gt;&lt;P&gt;and IPABSDAYS  in    s_atabw   &lt;/P&gt;&lt;P&gt;and IALPEXP  in  s_apalt   &lt;/P&gt;&lt;P&gt;and  IPAGE  in s_palter  &lt;/P&gt;&lt;P&gt;and IACAUS  in s_ursach &lt;/P&gt;&lt;P&gt;and IAOBJ   in s_ausl   &lt;/P&gt;&lt;P&gt;and IPACT   in s_tdverl  &lt;/P&gt;&lt;P&gt;and  IPMOV  in s_bewver  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select single persa from t500p_aba into v_persa where persa in s_per  .&lt;/P&gt;&lt;P&gt;select single btrtl from t001p-btrtl into v_btrtl where btrtl in s_ptb .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get the data and use the coding for ur req&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 13:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675998#M885253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T13:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: diffucult report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675999#M885254</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 thank you for your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the table names from where I can obtain this iinformation regarding these select options and&lt;/P&gt;&lt;P&gt;paramters fields (see above) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of the information are e.g. available in the table  "CCIHT_IAL". &lt;/P&gt;&lt;P&gt;What is about the other fields. In which tables are they ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 15:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diffucult-report/m-p/3675999#M885254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T15:07:28Z</dc:date>
    </item>
  </channel>
</rss>

