<?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: Problem in recording in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820896#M350859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI BAPI_QPGR_SAVEREPLICA works only when i directly pass values to the structure fields. when i use internal table workarea to populate values into the BAPI structure fields its not working properly.&lt;/P&gt;&lt;P&gt;its displaying only the code n code groups in F4 help on field code group in tcode-QS41.&lt;/P&gt;&lt;P&gt;but its not displaying codes inside the transaction.&lt;/P&gt;&lt;P&gt;Please suggest regarding this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jan 2007 07:52:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-18T07:52:07Z</dc:date>
    <item>
      <title>Problem in recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820894#M350857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when  recording using Tcode-SHDB for Transaction QS41 to create code group and codeone of the screen is missing.&lt;/P&gt;&lt;P&gt;After selecting the codegroup for creating codes i have to doubleclick on the tree which is visible on lefthand side.&lt;/P&gt;&lt;P&gt;But this is not visible while recording.&lt;/P&gt;&lt;P&gt;Any suggestion on this how to record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 04:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820894#M350857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T04:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820895#M350858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not all SAP screens support BDC..&lt;/P&gt;&lt;P&gt;I think in this case you can use BAPI...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just check these BAPIs : &lt;/P&gt;&lt;P&gt;BAPI_QPGR_SAVEREPLICA&lt;/P&gt;&lt;P&gt;BAPI_QPGR_REPLICATE&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;Hendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 05:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820895#M350858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T05:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820896#M350859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BAPI BAPI_QPGR_SAVEREPLICA works only when i directly pass values to the structure fields. when i use internal table workarea to populate values into the BAPI structure fields its not working properly.&lt;/P&gt;&lt;P&gt;its displaying only the code n code groups in F4 help on field code group in tcode-QS41.&lt;/P&gt;&lt;P&gt;but its not displaying codes inside the transaction.&lt;/P&gt;&lt;P&gt;Please suggest regarding this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 07:52:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820896#M350859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T07:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820897#M350860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI_QPGR_SAVEREPLICA performs various checks on the code group to be saved. &lt;/P&gt;&lt;P&gt;If there are no errors, the code group, its codes, and the short and long texts are saved in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to pass values of your internal tables for the following tables:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Code group&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CODE_GRP_SHORTTEXTTAB STRUCTURE  BAPIQPGR_QPGT&lt;/P&gt;&lt;P&gt;CODE_GRP_LONGTEXTTAB   STRUCTURE  BAPIQPGR_GRP_LTXT&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Codes&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CODES_OF_CODE_GRP        STRUCTURE  BAPIQPGR_QPCD &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Code inside the transaction&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CODE_SHORTTEXTTAB          STRUCTURE  BAPIQPGR_QPCT &lt;/P&gt;&lt;P&gt;CODE_LONGTEXTTAB            STRUCTURE  BAPIQPGR_CD_LTXT &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;Hendy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 09:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820897#M350860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820898#M350861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hendy,&lt;/P&gt;&lt;P&gt;this is my code which i tested with one code group with one code.&lt;/P&gt;&lt;P&gt;but its not creating code but its creating code.&lt;/P&gt;&lt;P&gt;types:begin of ty_src,&lt;/P&gt;&lt;P&gt;cat_type like bapiqpgr_qpgr-cat_type,&lt;/P&gt;&lt;P&gt;code_group like bapiqpgr_qpgr-code_group,&lt;/P&gt;&lt;P&gt;short_text like bapiqpgr_qpgt-short_text,&lt;/P&gt;&lt;P&gt;code like bapiqpgr_qpcd-code,&lt;/P&gt;&lt;P&gt;st like bapiqpgr_qpct-short_text,&lt;/P&gt;&lt;P&gt;end of ty_src.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data int_src type table of ty_src.&lt;/P&gt;&lt;P&gt;data wa_src type ty_src.&lt;/P&gt;&lt;P&gt;data: ws_filename    type string.&lt;/P&gt;&lt;P&gt;data: gt_bapiqpgr_qpgr type bapiqpgr_qpgr occurs 0 with header line,&lt;/P&gt;&lt;P&gt;gt_bapiqpgr_qpgt type bapiqpgr_qpgt occurs 0 with header line,&lt;/P&gt;&lt;P&gt;gt_bapiqpgr_qpcd type bapiqpgr_qpcd occurs 0 with header line,&lt;/P&gt;&lt;P&gt;gt_bapiqpgr_qpct type bapiqpgr_qpct occurs 0 with header line,&lt;/P&gt;&lt;P&gt;gt_bapiret2 type bapiret2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;constants:&lt;/P&gt;&lt;P&gt;      lit_fty(10)    type c value 'ASC',&lt;/P&gt;&lt;P&gt;      lit_sep(1)     type c value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block a1 with frame title text-001.&lt;/P&gt;&lt;P&gt;parameters: p_fn  like  rlgrap-filename.&lt;/P&gt;&lt;P&gt;selection-screen end of block a1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen on value-request  for p_fn.&lt;/P&gt;&lt;P&gt;  perform get_filename using 'P_FN'&lt;/P&gt;&lt;P&gt;  changing p_fn.&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;  perform upload_file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at int_src into wa_src.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    clear:gt_bapiqpgr_qpgr,gt_bapiqpgr_qpgt.&lt;/P&gt;&lt;P&gt;    clear:gt_bapiqpgr_qpcd,gt_bapiqpgr_qpct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpgr-function = '004'.&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpgr-cat_type = wa_src-cat_type.&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpgr-code_group = wa_src-code_group.&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpgr-status = '2'.&lt;/P&gt;&lt;P&gt;    append gt_bapiqpgr_qpgr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpgt-langu = 'EN'.&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpgt-short_text = wa_src-short_text.&lt;/P&gt;&lt;P&gt;    append gt_bapiqpgr_qpgt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpcd-code = wa_src-code.&lt;/P&gt;&lt;P&gt;    append gt_bapiqpgr_qpcd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpct-code = wa_src-code.&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpct-langu = 'EN'.&lt;/P&gt;&lt;P&gt;    gt_bapiqpgr_qpct-short_text = wa_src-st.&lt;/P&gt;&lt;P&gt;    append gt_bapiqpgr_qpct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call function 'BAPI_QPGR_SAVEREPLICA'&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        i_code_group          = gt_bapiqpgr_qpgr&lt;/P&gt;&lt;P&gt;      tables&lt;/P&gt;&lt;P&gt;        code_grp_shorttexttab = gt_bapiqpgr_qpgt&lt;/P&gt;&lt;P&gt;        codes_of_code_grp     = gt_bapiqpgr_qpcd&lt;/P&gt;&lt;P&gt;        code_shorttexttab     = gt_bapiqpgr_qpct&lt;/P&gt;&lt;P&gt;        return                = gt_bapiret2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    call function 'BAPI_TRANSACTION_COMMIT'&lt;/P&gt;&lt;P&gt;      importing&lt;/P&gt;&lt;P&gt;        return = gt_bapiret2.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  upload_file&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form upload_file .&lt;/P&gt;&lt;P&gt;  ws_filename = p_fn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Upload input file content&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call function 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      filename                = ws_filename&lt;/P&gt;&lt;P&gt;      filetype                = lit_fty&lt;/P&gt;&lt;P&gt;      has_field_separator     = lit_sep&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                = int_src&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;      file_open_error         = 1&lt;/P&gt;&lt;P&gt;      file_read_error         = 2&lt;/P&gt;&lt;P&gt;      no_batch                = 3&lt;/P&gt;&lt;P&gt;      gui_refuse_filetransfer = 4&lt;/P&gt;&lt;P&gt;      invalid_type            = 5&lt;/P&gt;&lt;P&gt;      no_authority            = 6&lt;/P&gt;&lt;P&gt;      unknown_error           = 7&lt;/P&gt;&lt;P&gt;      bad_data_format         = 8&lt;/P&gt;&lt;P&gt;      header_not_allowed      = 9&lt;/P&gt;&lt;P&gt;      separator_not_allowed   = 10&lt;/P&gt;&lt;P&gt;      header_too_long         = 11&lt;/P&gt;&lt;P&gt;      unknown_dp_error        = 12&lt;/P&gt;&lt;P&gt;      access_denied           = 13&lt;/P&gt;&lt;P&gt;      dp_out_of_memory        = 14&lt;/P&gt;&lt;P&gt;      disk_full               = 15&lt;/P&gt;&lt;P&gt;      dp_timeout              = 16&lt;/P&gt;&lt;P&gt;      others                  = 17.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.                    " upload_file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  get_filename&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form get_filename using value(p_file)&lt;/P&gt;&lt;P&gt;                  changing p_fn.&lt;/P&gt;&lt;P&gt;  call function 'F4_FILENAME'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      field_name = p_file&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      file_name  = p_fn.&lt;/P&gt;&lt;P&gt;endform.                    " get_filename&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 11:20:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820898#M350861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820899#M350862</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 try using the path, QS41 --&amp;gt; select code group --&amp;gt; go to menu Table view ---&amp;gt; other view ---&amp;gt; select codes from the pop up and then you will be in the codes screen. I hope you might have solved this problem by now, but this is also an option. Please let me know what method you were using to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabaharan.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 14:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-recording/m-p/1820899#M350862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T14:32:50Z</dc:date>
    </item>
  </channel>
</rss>

