<?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: issue with dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028454#M1348874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;The problem here I found is file path does not exist in the application server.  &lt;/P&gt;&lt;P&gt;When I checked the transaction code : al11 for the below directory,&lt;/P&gt;&lt;P&gt;/data/interface/CTLOG/I057.10000009941.T   it does not exists.&lt;/P&gt;&lt;P&gt;However in debugging the program, I removed u201CCTLOGu201D folder in the abovefile path, the program executed well  with   /data/interface/I057.10000009941.T .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the above explanation to my functional consultant, she replied me like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"What do I have to do in order to get this to successfully execute in the system.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where do I remove the CTLOG from"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HOW TO EXPLAIN HER THIS SOLUTION or WHAT I NEED TO CONVEY HER ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------" /&gt;&lt;P&gt; &lt;STRONG&gt;Below is the code where file path is derivated :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  IF p_prvmod NE c_marked.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'NUMBER_GET_NEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        nr_range_nr             = '01'&lt;/P&gt;&lt;P&gt;        object                  = 'ZNR_571'&lt;/P&gt;&lt;P&gt;        quantity                = '1'&lt;/P&gt;&lt;P&gt;        subobject               = space&lt;/P&gt;&lt;P&gt;        toyear                  = '2008'&lt;/P&gt;&lt;P&gt;        ignore_buffer           = space&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        number                  = v_file_num&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        interval_not_found      = 1&lt;/P&gt;&lt;P&gt;        number_range_not_intern = 2&lt;/P&gt;&lt;P&gt;        object_not_found        = 3&lt;/P&gt;&lt;P&gt;        quantity_is_0           = 4&lt;/P&gt;&lt;P&gt;        quantity_is_not_1       = 5&lt;/P&gt;&lt;P&gt;        interval_overflow       = 6&lt;/P&gt;&lt;P&gt;        buffer_overflow         = 7&lt;/P&gt;&lt;P&gt;        OTHERS                  = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      CLEAR v_file_num.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FILE_GET_NAME'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        client           = sy-mandt&lt;/P&gt;&lt;P&gt;        logical_filename = p_lgfnam&lt;/P&gt;&lt;P&gt;        operating_system = sy-opsys&lt;/P&gt;&lt;P&gt;        parameter_1      = p_phyfna&lt;/P&gt;&lt;P&gt;        parameter_2      = v_file_num&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        file_name        = v_file_name&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        file_not_found   = 1&lt;/P&gt;&lt;P&gt;        OTHERS           = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Aug 2009 16:11:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-11T16:11:06Z</dc:date>
    <item>
      <title>issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028451#M1348871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am executing the program which has to create a file &lt;/P&gt;&lt;P&gt;however I am getting sy-subrc as 8 after executing the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  OPEN DATASET v_file_name FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is it authorization issue or what is the issue exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I explain to my functional consultant about the issue.&lt;/P&gt;&lt;P&gt;she is asking what is the problem ?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 19:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028451#M1348871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T19:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028452#M1348872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your application server is on Unix the directory name will be case sensistive. First make sure that the output directory you are writing this file exists and matches the case that you are giving in the open dataset statement. If it is not a directory issue then it is most probabaly authorization issue(Normaly gives a dump). You should contact the Unix team in that case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 19:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028452#M1348872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T19:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028453#M1348873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have break point at the open dataset statment and have a look at the variable... v_file_name it need to be exactly the same as the path appears when u see in AL11 like sap\Temp\Dev.... T and D is caps and and rest are lower case....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : p_filepathe type ....... lower case. " is the addition you might have to use if you are getting it from a parameter selection element.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 20:40:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028453#M1348873</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-08-05T20:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028454#M1348874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;The problem here I found is file path does not exist in the application server.  &lt;/P&gt;&lt;P&gt;When I checked the transaction code : al11 for the below directory,&lt;/P&gt;&lt;P&gt;/data/interface/CTLOG/I057.10000009941.T   it does not exists.&lt;/P&gt;&lt;P&gt;However in debugging the program, I removed u201CCTLOGu201D folder in the abovefile path, the program executed well  with   /data/interface/I057.10000009941.T .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote the above explanation to my functional consultant, she replied me like below&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"What do I have to do in order to get this to successfully execute in the system.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where do I remove the CTLOG from"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;HOW TO EXPLAIN HER THIS SOLUTION or WHAT I NEED TO CONVEY HER ?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------------------------------------------------" /&gt;&lt;P&gt; &lt;STRONG&gt;Below is the code where file path is derivated :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  IF p_prvmod NE c_marked.&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'NUMBER_GET_NEXT'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        nr_range_nr             = '01'&lt;/P&gt;&lt;P&gt;        object                  = 'ZNR_571'&lt;/P&gt;&lt;P&gt;        quantity                = '1'&lt;/P&gt;&lt;P&gt;        subobject               = space&lt;/P&gt;&lt;P&gt;        toyear                  = '2008'&lt;/P&gt;&lt;P&gt;        ignore_buffer           = space&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        number                  = v_file_num&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        interval_not_found      = 1&lt;/P&gt;&lt;P&gt;        number_range_not_intern = 2&lt;/P&gt;&lt;P&gt;        object_not_found        = 3&lt;/P&gt;&lt;P&gt;        quantity_is_0           = 4&lt;/P&gt;&lt;P&gt;        quantity_is_not_1       = 5&lt;/P&gt;&lt;P&gt;        interval_overflow       = 6&lt;/P&gt;&lt;P&gt;        buffer_overflow         = 7&lt;/P&gt;&lt;P&gt;        OTHERS                  = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;      CLEAR v_file_num.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL FUNCTION 'FILE_GET_NAME'&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        client           = sy-mandt&lt;/P&gt;&lt;P&gt;        logical_filename = p_lgfnam&lt;/P&gt;&lt;P&gt;        operating_system = sy-opsys&lt;/P&gt;&lt;P&gt;        parameter_1      = p_phyfna&lt;/P&gt;&lt;P&gt;        parameter_2      = v_file_num&lt;/P&gt;&lt;P&gt;      IMPORTING&lt;/P&gt;&lt;P&gt;        file_name        = v_file_name&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        file_not_found   = 1&lt;/P&gt;&lt;P&gt;        OTHERS           = 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028454#M1348874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028455#M1348875</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 think the problem is how the path to be used is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a logical path is being used, it need to runs the trx FILE and change the path of the logical file there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably here a path like this is set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/data/interface/CTLOG/&amp;lt;PARAM&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it should be /data/interface/&amp;lt;PARAM&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:28:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028455#M1348875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028456#M1348876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I need to do here Max?&lt;/P&gt;&lt;P&gt;I am not taht export of logical and phiysical file paths...&lt;/P&gt;&lt;P&gt;Could you please explain me bit clearly ,what I need to do or what I need to suggest ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE FOR YOUR REPLY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028456#M1348876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028457#M1348877</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;Find out the value of P_LGFNAM (probably it's a parameter of selection screen, isn't it?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then run the trx FILE and try to check that it in the node Logical File Path definition and/or Logical file name definitiion, cross-client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can you see there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028457#M1348877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028458#M1348878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you are debugging check whcih logical file name it is using here at this sttaement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FILE_GET_NAME'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;client = sy-mandt&lt;/P&gt;&lt;P&gt;logical_filename = p_lgfnam&lt;/P&gt;&lt;P&gt;operating_system = sy-opsys&lt;/P&gt;&lt;P&gt;parameter_1 = p_phyfna&lt;/P&gt;&lt;P&gt;parameter_2 = v_file_num&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;file_name = v_file_name&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;file_not_found = 1&lt;/P&gt;&lt;P&gt;OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to transaction FILE, and use that logical file name to change the physical path&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:38:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028458#M1348878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028459#M1348879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have here&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US50	Logical File for RICEF 1521 for US50&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US51	Logical File for RICEF 1521 for US51&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US52	Logical File for RICEF 1521 for US52&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US53	Logical File for RICEF 1521 for US53&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US54	Logical File for RICEF 1521 for US54&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US60	Logical File for RICEF 1521 for US60&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US84	Logical File for RICEF 1521 for US84&lt;/P&gt;&lt;P&gt;Z_I0571_OUTBOUND_FILE	Logical filename for interface 571&lt;/P&gt;&lt;P&gt;Z_I1841_OUTBOUND_PATH	SAP GL to FE System Interface FD 1841&lt;/P&gt;&lt;P&gt;\DATA\R5_VEND_CHAR_OP.LSMW.CONV	LSM Workbench: MERCURY RTP_RELEASE5 VEND_CHAR_OP&lt;/P&gt;&lt;P&gt;What can I do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028459#M1348879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028460#M1348880</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 a double click on one of those hits and check the attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in my system I've defined the logica path Z_FILE_CAMBI where I've inserted this path:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/usr/sap/trans.&amp;lt;SYSID&amp;gt;/BTCI/ftp/&amp;lt;FILENAME&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That means in my production system the file will be stored in path /usr/sap/trans.PRD/BTCI/ftp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your system u should see a path like /data/interface/CTLOG/, can u see it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028460#M1348880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028461#M1348881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max I double clicked and I found    Z_I0571_OUTBOUND_PATH  against logical path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I need to insert in my case If I need to ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:50:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028461#M1348881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028462#M1348882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now go to the first node (Logical File PAth Definition) and search the hit Z_I0571_OUTBOUND_PATH: what can u see here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028462#M1348882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028463#M1348883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can seee &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US51	Logical file path for Outb Priority Report  for US51&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US52	Logical file path for Outb Priority Report  for US52&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US53	Logical file path for Outb Priority Report  for US53&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US54	Logical file path for Outb Priority Report  for US54&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US60	Logical file path for Outb Priority Report  for US60&lt;/P&gt;&lt;P&gt;Z_521_LOGICAL_PATH_US84	Logical file path for Outb Priority Report  for US84&lt;/P&gt;&lt;P&gt;Z_I0571_OUTBOUND_PATH	Interface I0571 outbound file path&lt;/P&gt;&lt;P&gt;Z_I1841_OUTBOUND_PATH	Interface I1841 outbound file path SAPGL2FE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;last but one is there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what have to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028463#M1348883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028464#M1348884</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;Please, Mark the hit Z_I0571_OUTBOUND_PATH: and do a double click on node Assignment of Pyisical Path...., it's a child of node Logical Path Definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:59:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028464#M1348884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T16:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028465#M1348885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Actually this is quality system ) I navigated  inside as you suggested ....&lt;/P&gt;&lt;P&gt;I have a &lt;STRONG&gt;Physical file path&lt;/STRONG&gt; of &lt;/P&gt;&lt;P&gt;/data/interface/&amp;lt;SYSID&amp;gt;CLNT&amp;lt;CLIENT&amp;gt;/OUT/CTLOG/&amp;lt;FILENAME&amp;gt;&lt;/P&gt;&lt;P&gt;I tried to change file path , however I got a popup saying :&lt;/P&gt;&lt;P&gt;"Changes to Repository or cross-client Customizing are not permitted" in quality system &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;However looks like I have acces to change the above path in Development system .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do now ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028465#M1348885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T17:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028466#M1348886</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;BANG &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're in the right point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/data/interface/&amp;lt;SYSID&amp;gt;CLNT&amp;lt;CLIENT&amp;gt;/OUT/CTLOG/&amp;lt;FILENAME&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;SYSID&amp;gt; is the System ID&lt;/P&gt;&lt;P&gt;&amp;lt;CLIENT&amp;gt; is the client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u should check in your dev system in the path above exists, u need to replace &amp;lt;SYSID&amp;gt; with the system ID and &amp;lt;CLIENT&amp;gt; with the client of your login.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: if system id of development system is DEV and the client is 100, u should see (by AL11) the path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/data/interface/DEVCLNT100/OUT/CTLOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the path exists, you've a problem, because it means a similar path in production system is not created yet; u can change the path in development system in according to production path, but then your report can't work in development or quality system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So before changing the path u should ask which right logical path has to be inserted there:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if it's /data/interface/&amp;lt;SYSID&amp;gt;CLNT&amp;lt;CLIENT&amp;gt;/OUT/CTLOG/, it means u need to ask your basis to create the path in production system and u don't need to change any data by FILE transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 17:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028466#M1348886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T17:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: issue with dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028467#M1348887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I APPRECIATE YOUR ASSISTANCE.&lt;/P&gt;&lt;P&gt;THANK YOU VERY MUCH Max.  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2009 18:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-dataset/m-p/6028467#M1348887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-11T18:51:34Z</dc:date>
    </item>
  </channel>
</rss>

