<?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: alv's using function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137258#M745520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link hope this woule help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/d1/801d91454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/d1/801d91454211d189710000e8322d00/content.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITOOLBAR/BCCITOOLBAR.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITOOLBAR/BCCITOOLBAR.pdf&lt;/A&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;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 05:53:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T05:53:57Z</dc:date>
    <item>
      <title>alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137254#M745516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;in alv's using fuction modules how to add pushbuttons in application tool bar?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 05:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137254#M745516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T05:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137255#M745517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is not any FM for this requirement. You can refer the same procedure that i have given you in your last thread and please close the thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 05:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137255#M745517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T05:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137256#M745518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use &lt;/P&gt;&lt;P&gt;SET PF-STATUS 'XXX'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PF_STATUS create pushbuttons.Do not give any icon name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 05:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137256#M745518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T05:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137257#M745519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE41. copy the gui status from BALVBT01 to your own program name it ALV_TEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;provide a subroutine name in I_CALLBACK_SET_PF_STATUS, say PF_SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this in program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM PF_SET USING T_EXTAB TYPE SLIS_T_EXTAB.&lt;/P&gt;&lt;P&gt; SET PF-STATUS 'ALV_TEST'.&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;Reward If useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ANUPAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 05:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137257#M745519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T05:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137258#M745520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link hope this woule help you to solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/d1/801d91454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/d1/801d91454211d189710000e8322d00/content.htm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITOOLBAR/BCCITOOLBAR.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCITOOLBAR/BCCITOOLBAR.pdf&lt;/A&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;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 05:53:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137258#M745520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137259#M745521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganapathy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto se51&lt;/P&gt;&lt;P&gt;give the program Name 'SAPLKKBL'.&lt;/P&gt;&lt;P&gt;give the status Name 'STANDARD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then copy this PF-STATUS to ur custom Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Go to SE41 then give your PF-STATUS name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that PF-STATUS u add ur own buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Selvapandian Arunachalam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 05:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137259#M745521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T05:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137260#M745522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganapathi,&lt;/P&gt;&lt;P&gt;Check out the list of Function Modules&lt;/P&gt;&lt;P&gt;ABAP_DOCU_DOWNLOAD	Download ABAP documentation in HTML format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_DELETE	With this function module you delete logs in the database according to specified selection conditions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_DISPLAY	With this function module you can analyze logs in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_DISPLAY_INTERN	With this function module you can analyze logs in local memory, e.g. when you have only collected log records at runtime and do not want to write to the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_INIT	This function module checks whether the specified object or sub-object exists and deletes all existing associated data in local memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_READ_DB	With this function module you read the log data in the database for an object or sub-object according to specified selection conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_READ_INTERN	With this function module you read all log data whose log class has at least the specified value, from local memory, for the specified object or sub-object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_SET_OBJECT	With this function module, you create a new object or sub-object for writing in local memory. With a flag you can control whether the APPL_LOG_WRITE_... messages are written in local memory or are output on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_WRITE_DB	With this function module you write all data for the specified object or sub-object in local memory to the database. If the log for the object or sub-object in question is new, the log number is returned to the calling program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_WRITE_HEADER	With this function module, you write the log header data in local memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_WRITE_LOG_PARAMETERS	With this function module, you write the name of the log parameters and the associated values for the specified object or sub-object in local memory. If this function module is called repeatedly for the same object or sub-object, the existing parameters are updated accordingly. If you do not specify an object or sub-object with the call, the most recently used is assumed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_WRITE_MESSAGE_PARAMS	With this function module you write a single message, with parameters, in local memory. Otherwise the function module works like APPL_LOG_WRITE_SINGLE_MESSAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_WRITE_MESSAGES	With this function module you write one or more messages, without parameters, in local memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL_LOG_WRITE_SINGLE_MESSAGE	With this function module you write a single message, without parameters, in local memory. If no header entry has yet been written for the object or sub-object, it is created. If you do not specify an object or sub-object with the call, the most recently used is assumed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ARFC_GET_TID	will return the IP address of the terminal in hex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_CNTL_CREATE	Create Control for log display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_CNTL_FREE	Release Control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_CNTL_REFRESH	Put new data in log display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_DELETE	Delete logs from the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_DEQUEUE	Unlock log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_ENQUEUE	Lock log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_LOAD	Load logs from the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_LOAD	Load log(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_SAVE	Save logs in the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_SAVE	Save log(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_SAVE_PREPARE	Prepare save&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DB_SEARCH	Find logs in the database&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_DISPLAY	Display messages in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_DISPLAY	Display Log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_PARAMETERS	Either output extended long text or call a callback routine (based on the data in BAL_S_LOG-PARAMS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_LOG_TECHNICAL_DATA	Output all log header data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_MSG_LONGTEXT	Display message long text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_MSG_PARAMETERS	Either output extended long text or call a callback routine (based on the data in BAL_S_MSG-PARAMS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_MSG_TECHNICAL_DATA	Output technical data of a message such as work area, error number, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_OUTPUT_FREE	End output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_OUTPUT_INIT	Initialize output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_OUTPUT_SET_DATA	Set dataset to be displayed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_DETLEVEL_GET	Message hierarchy in DETLEVEL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_NO_TREE_GET	Display without tree (fullscreen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_POPUP_GET	Display without tree (popup)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_SINGLE_LOG_GET	Standard profile (SLG1) for one log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_DSP_PROFILE_STANDARD_GET	Standard profile (SLG1) for a lot of logs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_AUTHORIZATION_GET	Assign authorization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_AUTHORIZATION_RESET	Reset authorization&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_CONFIG_GET	Read configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_CONFIG_SET	Set configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_MEMORY_EXPORT	Put function group memory in ABAP-MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_MEMORY_IMPORT	Get function group memory from ABAP-MEMORY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_MEMORY_REFRESH	(Partially) reset global memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_MEMORY_REFRESH	(Partially) initialize memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_MSG_CURRENT_HANDLE_GET	Get current message handle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_MSG_DEFAULTS_GET	Get message defaults&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_SEARCH_LOG	Find logs in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_GLB_SEARCH_MSG	Find messages in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_CREATE	Create log with header data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_CREATE	Create log with header data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_DELETE	Delete log (from database also at Save)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_EXIST	Check existence of a log in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_HDR_CHANGE	Change log header&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_HDR_CHECK	Check log header data for consistency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_HDR_READ	Read log header and other data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_ADD	Put message in log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_ADD	Put message in log&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_CHANGE	Change message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_CHANGE	Change message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_CHECK	Check message data for consistency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_CUMULATE	Add message cumulated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_DELETE	Delete message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_DELETE	Delete message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_EXIST	Check existence of a message in memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_READ	Read message and other data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_MSG_REPLACE	Replace last message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_REFRESH	Delete log from memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_LOG_REFRESH	Delete log from memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_MSG_DISPLAY_ABAP	Output message as ABAP-MESSAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_OBJECT_SELECT	Read Application Log objects table record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_OBJECT_SUBOBJECT	Check whether object and subobject exist and the combination is allowed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAL_SUBOBJECT_SELECT	Read subobject table record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BP_EVENT_RAISE	Trigger an event from ABAP/4 program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BP_JOBLOG_READ	Fetch job log executions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CHANGEDOCUMENT_READ_HEADERS	Get the change document header for a sales document, and put the results in an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                objectclass = 'EINKBELEG'&lt;/P&gt;&lt;P&gt;                objectid    = l_objectid&lt;/P&gt;&lt;P&gt;                username    = space&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                i_cdhdr     = lt_cdhdr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT lt_cdhdr WHERE udate IN s_aedat.&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  changenumber = lt_cdhdr-changenr&lt;/P&gt;&lt;P&gt;             TABLES&lt;/P&gt;&lt;P&gt;                  editpos      = lt_editpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT lt_editpos WHERE fname = 'LOEKZ'&lt;/P&gt;&lt;P&gt;                           AND   f_new = 'L'.&lt;/P&gt;&lt;P&gt;          p_desc = text-r01. " Cancel Contract&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt; CHANGEDOCUMENT_READ_POSITIONS	Get the details of a change document, and store them in an internal table. This will tell you whether a field was changed, deleted, or updated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                objectclass = 'EINKBELEG'&lt;/P&gt;&lt;P&gt;                objectid    = l_objectid&lt;/P&gt;&lt;P&gt;                username    = space&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                i_cdhdr     = lt_cdhdr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      LOOP AT lt_cdhdr WHERE udate IN s_aedat.&lt;/P&gt;&lt;P&gt;        CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'&lt;/P&gt;&lt;P&gt;             EXPORTING&lt;/P&gt;&lt;P&gt;                  changenumber = lt_cdhdr-changenr&lt;/P&gt;&lt;P&gt;             TABLES&lt;/P&gt;&lt;P&gt;                  editpos      = lt_editpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        LOOP AT lt_editpos WHERE fname = 'LOEKZ'&lt;/P&gt;&lt;P&gt;                           AND   f_new = 'L'.&lt;/P&gt;&lt;P&gt;          p_desc = text-r01. " Cancel Contract&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;CLAF_CLASSIFICATION_OF_OBJECTS	Return all of the characteristics for a material&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLOI_PUT_SIGN_IN_FRONT	Move the negative sign from the left hand side of a number, to the right hand side of the number. Note that The result will be left justified (like all character fields), not right justified as numbers normally are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLPB_EXPORT	Export a text table to the clipboard (on presentation server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLPB_IMPORT	Import a Text Table from the Clipboard (on presentation server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COMMIT_TEXT	To load long text into SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT	converts any number into a string fill with zeroes, with the number at the extreme right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;input  = 123 &lt;/P&gt;&lt;P&gt;output = 0000000000000...000000000000123 &lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_OUTPUT	converts any number with zeroes right into a simple integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;input   = 00000000000123 &lt;/P&gt;&lt;P&gt;output  = 123 &lt;/P&gt;&lt;P&gt;CONVERT_ABAPSPOOLJOB_2_PDF	convert abap spool output to PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_OTF	Convert SAP documents (SAPScript) to other types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;CALL FUNCTION "CONVERT_OTF"&lt;/P&gt;&lt;P&gt;       EXPORTING    FORMAT                = "PDF"&lt;/P&gt;&lt;P&gt;       IMPORTING    BIN_FILESIZE          = FILE_LEN&lt;/P&gt;&lt;P&gt;       TABLES       OTF                   = OTFDATA&lt;/P&gt;&lt;P&gt;                    LINES                 = PDFDATA&lt;/P&gt;&lt;P&gt;       EXCEPTIONS   ERR_MAX_LINEWIDTH     = 1                   &lt;/P&gt;&lt;P&gt;                    ERR_FORMAT            = 2&lt;/P&gt;&lt;P&gt;                    ERR_CONV_NOT_POSSIBLE = 3&lt;/P&gt;&lt;P&gt;                    OTHERS                = 4. &lt;/P&gt;&lt;P&gt;CONVERT_OTFSPOOLJOB_2_PDF	converts a OTF spool to PDF (i.e. Sapscript document)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_TO_FOREIGN_CURRENCY	Convert local currency to foreign currency.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONVERT_TO_LOCAL_CURRENCY	Convert from foreign currency to local currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_CHECK_PLAUSIBILITY	Check to see if a date is in a valid format for SAP. Works well when validating dates being passed in from other systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_COMPUTE_DAY	Returns a number indicating what day of the week the date falls on. Monday is returned as a 1, Tuesday as 2, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_GET_WEEK	will return the week that a date is in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_IN_FUTURE	Calculate a date N days in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DAY_ATTRIBUTES_GET	Return useful information about a day. Will tell you the day of the week as a word (Tuesday), the day of the week (2 would be Tuesday), whether the day is a holiday, and more.(provided by Francois Henrotte)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DOWNLOAD	download a file to the presentation server (PC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_READ	Read the values from a dynpro. This function can be used to read the values from a report's selection screen too (Another example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP_VALUES_UPDATE	Similar to DYNP_VALUES_READ, this function will allow the updating of fields on a dynpro. Very useful when you want to change a field based on the value entered for another field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENQUE_SLEEP	Wait a specified period of time before continuing processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENQUEUE_ESFUNCTION	Lock an abap program so that it cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Set the parameters as follows:&lt;/P&gt;&lt;P&gt;  RELID = 'ZZ' &lt;/P&gt;&lt;P&gt;  SRTF2 = 0 &lt;/P&gt;&lt;P&gt;  SRTF = (your report name) &lt;/P&gt;&lt;P&gt;Please note that you should not use SY-REPID to pass your report name to the function. The value of SY-REPID will change as it is being passed to the function module, and will no longer hold the value of the calling report.&lt;/P&gt;&lt;P&gt;EPS_GET_DIRECTORY_LISTING	return a list of filenames from a local or network drive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EPS_GET_FILE_ATTRIBUTES	Pass in a filename and a path, and will return attributes for the file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4_DATE	displays a calendar in a popup window and allows user to choose a date, or it can be displayed read only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4_IF_FIELD_VALUE_REQUEST	Use values from a DDIC table to provide a list of possible values. TABNAME and FIELDNAME are required fields, and when MULTIPLE_CHOICE is selected, more than one value can be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IF_INT_TABLE_VALUE_REQUEST	F4 help that returns the values selected in an internal table. Very handy when programming your very own F4 help for a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;    begin of t_values occurs 2,&lt;/P&gt;&lt;P&gt;      value like kna1-begru,&lt;/P&gt;&lt;P&gt;    end of t_values,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    t_return like ddshretval occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  t_values = 'PAR*'.&lt;/P&gt;&lt;P&gt;  append t_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  t_values = 'UGG'.&lt;/P&gt;&lt;P&gt;  append t_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            retfield        = 'BEGRU'&lt;/P&gt;&lt;P&gt;            value_org       = 'S'&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;            value_tab       = t_values&lt;/P&gt;&lt;P&gt;            return_tab      = t_return&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            parameter_error = 1&lt;/P&gt;&lt;P&gt;            no_values_found = 2&lt;/P&gt;&lt;P&gt;            others          = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    read table t_return index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o_begru-low = t_return-fieldval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    if o_begru-low = 'PAR*'.&lt;/P&gt;&lt;P&gt;      o_begru-option = 'CP'.&lt;/P&gt;&lt;P&gt;    else.&lt;/P&gt;&lt;P&gt;      o_begru-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o_begru-sign = 'I'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    append o_begru to s_begru.&lt;/P&gt;&lt;P&gt;  else.&lt;/P&gt;&lt;P&gt;    o_begru = i_begru.&lt;/P&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;F4IF_SHLP_EXIT_EXAMPLE	documents the different reasons to use a search help exit, and shows how it is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F4IP_INT_TABLE_VALUE_REQUEST	This function does not exist in 4.6 and above. Use F4IF_INT_TABLE_VALUE_REQUEST instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FILENAME_GET	popup to get a filename from a user, returns blank filename if user selects cancel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMAT_MESSAGE	Takes a message id and number, and puts it into a variable. Works better than WRITE_MESSAGE, since some messages use $ as a place holder, and WRITE_MESSAGE does not accommodate that, it only replaces the ampersands (&amp;amp;) in the message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_COMMAND	Execute a command on the FTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_CONNECT	Open a connection (and log in) to an FTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FTP_DISCONNECT	Close the connection (and log off) the FTP server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FU CSAP_MAT_BOM_READ	You can use this function module to display simple material BOMs. You cannot display BOM groups (for example, all variants of a variant BOM). as in transaction CS03. Current restrictions: You cannot display long texts. You cannot display sub-items. You cannot display classification data of BOM items for batches. You can only display one alternative or variant. You cannot enter an alternative for module CSAP_MAT_BOM_READ, so you always see alternative 01. The following example came from a posting on the SAP-R3-L mailing list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data: begin of tstk2 occurs 0.&lt;/P&gt;&lt;P&gt;          include structure stko_api02.&lt;/P&gt;&lt;P&gt;data: end of tstk2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tstp2 occurs 0.&lt;/P&gt;&lt;P&gt;          include structure stpo_api02.&lt;/P&gt;&lt;P&gt;data: end of tstp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tdep_data occurs 0.&lt;/P&gt;&lt;P&gt;         include structure csdep_data.&lt;/P&gt;&lt;P&gt;data: end of tdep_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tdep_descr occurs 0.&lt;/P&gt;&lt;P&gt;         include structure csdep_descr.&lt;/P&gt;&lt;P&gt;data: end of tdep_descr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tdep_source occurs 0.&lt;/P&gt;&lt;P&gt;         include structure csdep_source.&lt;/P&gt;&lt;P&gt;data: end of tdep_source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tdep_order occurs 0.&lt;/P&gt;&lt;P&gt;         include structure csdep_order.&lt;/P&gt;&lt;P&gt;data: end of tdep_order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of tdep_doc occurs 0.&lt;/P&gt;&lt;P&gt;         include structure csdep_doc.&lt;/P&gt;&lt;P&gt;data: end of tdep_doc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: flg_warning like capiflag-flwarning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   call function 'CSAP_MAT_BOM_READ'&lt;/P&gt;&lt;P&gt;        exporting&lt;/P&gt;&lt;P&gt;             material   = 'MAT100'&lt;/P&gt;&lt;P&gt;             plant      = '0001'&lt;/P&gt;&lt;P&gt;             bom_usage  = '1'&lt;/P&gt;&lt;P&gt;             valid_from = '20.12.1996'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           valid_to&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        importing&lt;/P&gt;&lt;P&gt;             fl_warning = flg_warning&lt;/P&gt;&lt;P&gt;        tables&lt;/P&gt;&lt;P&gt;             t_stko       = tstk2&lt;/P&gt;&lt;P&gt;             t_stpo       = tstp2&lt;/P&gt;&lt;P&gt;             t_dep_data   = tdep_data&lt;/P&gt;&lt;P&gt;             t_dep_descr  = tdep_descr&lt;/P&gt;&lt;P&gt;             t_dep_source = tdep_source&lt;/P&gt;&lt;P&gt;             t_dep_order  = tdep_order&lt;/P&gt;&lt;P&gt;             t_dep_doc    = tdep_doc&lt;/P&gt;&lt;P&gt;        exceptions&lt;/P&gt;&lt;P&gt;             error      = 1.&lt;/P&gt;&lt;P&gt;Function Group GRAP is now obsolete.	SAP recommends using functions in function group SFES instead. Below is an overview of the changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G_SET_GET_ALL_VALUES	Fetch values from a set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_CURRENT_YEAR	Get the current fiscal year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'GET_CURRENT_YEAR'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    BUKRS         = '1000'     " Company Code&lt;/P&gt;&lt;P&gt;    DATE          = SY-DATUM   " Date to find fiscal year for&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    CURRM         = w_currm    " Current Fiscal Month&lt;/P&gt;&lt;P&gt;    CURRY         = w_curry    " Current Fiscal Year&lt;/P&gt;&lt;P&gt;    PREVM         = w_prevm    " Previous Fiscal Month&lt;/P&gt;&lt;P&gt;    PREVY         = w_prevy.   " Previous Fiscal Year&lt;/P&gt;&lt;P&gt;GET_GLOBAL_SYMBOLS	Returns a list of all tables, select options, texts, etc for a program. Even includes the text definitions for the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_INCLUDETAB	Returns a list of all INCLUDES in a program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; GET_JOB_RUNTIME_INFO	Get the current job number from a program. Also returns other useful info about the current job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_CREATE_DIRECTORY	Create a directory on the presentation server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_DELETE_FILE	Replaces WS_FILE_DELETE. Delete a file on the presentation server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_DOWNLOAD	Replaces WS_DOWNLOAD. Download table from the app server to presentation server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_EXEC	Replaces WS_EXECUTE. Start a File or Program Asynchronously with WinExec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_GET_DESKTOP_INFO	Replaces WS_QUERY. Delivers Information About the Desktop (client)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_REMOVE_DIRECTORY	Delete a directory on the presentation server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_RUN	Start a File or Program Asynchronously with Shell Execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUI_UPLOAD	Replaces WS_UPLOAD. Upload file from presentation server to the app server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HELP_START	Display help for a field. Useful for doing AT SELECTION SCREEN ON VALUE REQUEST for those fields that do not provide F4 help at the DDIC level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HELP_VALUES_GET_WITH_TABLE	Show a list of possible values for F4 popup help on selection screens. This function module pops up a screen that is just like all the other F4 helps, so it looks like the rest of the SAP system. Very useful for providing dropdowns on fields that do not have them predefined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;tables: t001w.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lc_werks      LIKE t001w-werks,&lt;/P&gt;&lt;P&gt;      ltab_fields LIKE help_value OCCURS 0 with header line,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      BEGIN OF ltab_values OCCURS 0,&lt;/P&gt;&lt;P&gt;        feld(40) TYPE c,&lt;/P&gt;&lt;P&gt;      END OF ltab_values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Set up fields to retrieve data&lt;/P&gt;&lt;P&gt;  ltab_fields-tabname    = 'T001W'.&lt;/P&gt;&lt;P&gt;  ltab_fields-fieldname  = 'WERKS'.&lt;/P&gt;&lt;P&gt;  ltab_fields-selectflag = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND ltab_fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ltab_fields-tabname    = 'T001W'.&lt;/P&gt;&lt;P&gt;  ltab_fields-fieldname  = 'NAME1'.&lt;/P&gt;&lt;P&gt;  ltab_fields-selectflag = space.&lt;/P&gt;&lt;P&gt;  APPEND ltab_fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*-- Fill values&lt;/P&gt;&lt;P&gt;  select * from t001w.&lt;/P&gt;&lt;P&gt;    ltab_values-feld = t001w-werks.&lt;/P&gt;&lt;P&gt;    append ltab_values.&lt;/P&gt;&lt;P&gt;    ltab_values-feld = t001w-name1.&lt;/P&gt;&lt;P&gt;    append ltab_values.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;          fieldname                 = 'WERKS'&lt;/P&gt;&lt;P&gt;          tabname                   = 'T001W'&lt;/P&gt;&lt;P&gt;          title_in_values_list      = 'Select a value'&lt;/P&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;          select_value              = lc_werks&lt;/P&gt;&lt;P&gt;     TABLES&lt;/P&gt;&lt;P&gt;          fields                    = ltab_fields&lt;/P&gt;&lt;P&gt;          valuetab                  = ltab_values&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          field_not_in_ddic         = 01&lt;/P&gt;&lt;P&gt;          more_then_one_selectfield = 02&lt;/P&gt;&lt;P&gt;          no_selectfield            = 03.&lt;/P&gt;&lt;P&gt;HOLIDAY_CHECK_AND_GET_INFO	Useful for determining whether or not a date is a holiday. Give the function a date, and a holiday calendar, and you can determine if the date is a holiday by checking the parameter HOLIDAY_FOUND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data: ld_date                 like scal-datum  default sy-datum,&lt;/P&gt;&lt;P&gt;      lc_holiday_cal_id       like scal-hcalid default 'CA',&lt;/P&gt;&lt;P&gt;      ltab_holiday_attributes like thol occurs 0 with header line,&lt;/P&gt;&lt;P&gt;      lc_holiday_found        like scal-indicator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'HOLIDAY_CHECK_AND_GET_INFO'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    date                               = ld_date&lt;/P&gt;&lt;P&gt;    holiday_calendar_id                = lc_holiday_cal_id&lt;/P&gt;&lt;P&gt;    WITH_HOLIDAY_ATTRIBUTES            = 'X'&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;    HOLIDAY_FOUND                      = lc_holiday_found&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    holiday_attributes                 = ltab_holiday_attributes&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    CALENDAR_BUFFER_NOT_LOADABLE       = 1&lt;/P&gt;&lt;P&gt;    DATE_AFTER_RANGE                   = 2&lt;/P&gt;&lt;P&gt;    DATE_BEFORE_RANGE                  = 3&lt;/P&gt;&lt;P&gt;    DATE_INVALID                       = 4&lt;/P&gt;&lt;P&gt;    HOLIDAY_CALENDAR_ID_MISSING        = 5&lt;/P&gt;&lt;P&gt;    HOLIDAY_CALENDAR_NOT_FOUND         = 6&lt;/P&gt;&lt;P&gt;    OTHERS                             = 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0 and&lt;/P&gt;&lt;P&gt;   lc_holiday_found = 'X'.&lt;/P&gt;&lt;P&gt;  write: / ld_date, 'is a holiday'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  write: / ld_date, 'is not a holiday, or there was an error calling the function'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;HOLIDAY_GET	Provides a table of all the holidays based upon a Factory Calendar &amp;amp;/ Holiday Calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_DISPLAY_BASIC_LIST	is an HR function, but can be used for any data. You pass it data, and column headers, and it provides a table control with the ability to manipulate the data, and send it to Word or Excel. Also see the additional documentation here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_GET_LEAVE_DATA	Get all leave information (includes leave entitlement, used holidays/paid out holidays)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HR_IE_NUM_PRSI_WEEKS	Return the number of weeks between two dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; HR_PAYROLL_PERIODS_GET	Get the payroll period for a particular date. (provided by Francois Henrotte)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;  DATA: IT_T549Q TYPE T549Q OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        IT_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  W_BEGDA = '20010101'.&lt;/P&gt;&lt;P&gt;  W_PERNR = '00000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_PAYROLL_PERIODS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            get_begda       = w_begda&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            get_periods     = it_t549q&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_period_found = 1&lt;/P&gt;&lt;P&gt;            no_valid_permo  = 2.&lt;/P&gt;&lt;P&gt;  CHECK sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_TIME_RESULTS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            get_pernr             = w_pernr&lt;/P&gt;&lt;P&gt;            get_pabrj             = it_t549q-pabrj&lt;/P&gt;&lt;P&gt;            get_pabrp             = it_t549q-pabrp&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            get_zl                = it_zl&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_period_specified   = 1&lt;/P&gt;&lt;P&gt;            wrong_cluster_version = 2&lt;/P&gt;&lt;P&gt;            no_read_authority     = 3&lt;/P&gt;&lt;P&gt;            cluster_archived      = 4&lt;/P&gt;&lt;P&gt;            technical_error       = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: it_zl-iftyp = 'A'   absence&lt;/P&gt;&lt;P&gt;      it_zl-iftyp = 'S'   at work&lt;/P&gt;&lt;P&gt; HR_TIME_RESULTS_GET	Get the time results for a payroll period. (provided by Francois Henrotte)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;  DATA: IT_T549Q TYPE T549Q OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        IT_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  W_BEGDA = '20010101'.&lt;/P&gt;&lt;P&gt;  W_PERNR = '00000001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_PAYROLL_PERIODS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            get_begda       = w_begda&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            get_periods     = it_t549q&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_period_found = 1&lt;/P&gt;&lt;P&gt;            no_valid_permo  = 2.&lt;/P&gt;&lt;P&gt;  CHECK sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HR_TIME_RESULTS_GET'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            get_pernr             = w_pernr&lt;/P&gt;&lt;P&gt;            get_pabrj             = it_t549q-pabrj&lt;/P&gt;&lt;P&gt;            get_pabrp             = it_t549q-pabrp&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            get_zl                = it_zl&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            no_period_specified   = 1&lt;/P&gt;&lt;P&gt;            wrong_cluster_version = 2&lt;/P&gt;&lt;P&gt;            no_read_authority     = 3&lt;/P&gt;&lt;P&gt;            cluster_archived      = 4&lt;/P&gt;&lt;P&gt;            technical_error       = 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: it_zl-iftyp = 'A'   absence&lt;/P&gt;&lt;P&gt;      it_zl-iftyp = 'S'   at work&lt;/P&gt;&lt;P&gt;INIT_TEXT	To load long text into SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K_WERKS_OF_BUKRS_FIND	Return a list of all plants for a given company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST_FROM_MEMORY	Retrieves the output of a report from memory when the report was executed using SUBMIT... EXPORTING LIST TO MEMORY. See also WRITE_LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST_TO_ASCII	convert an ABAP report (displayed on screen) from OTF to ASCII format&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; MBEW_EXTEND	Get the stock position for the previous month. This displays the same info that you see in MM03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH_NAMES_GET	It returns all the month and names in respective language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MONTH_PLUS_DETERMINE	Add or subtract months from a date. To subtract a month, enter a negative value for the 'months' parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data: new_date type d.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'MONTH_PLUS_DETERMINE'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    months        = -5       " Negative to subtract from old date, positive to add&lt;/P&gt;&lt;P&gt;    olddate       = sy-datum&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   NEWDATE       = new_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: / new_date.&lt;/P&gt;&lt;P&gt;MS_EXCEL_OLE_STANDARD_OLE	will build a file, and automatically start Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OTF_CONVERT	wraps several other function modules. Will convert OTF to ASCII or PDF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_LOSS_OF_DATA	Create a dialog box in which you make a question whether the user wishes to perform a processing step with loss of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_STEP	Create a dialog box in which you make a question whether the user wishes to perform the step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_WITH_MESSAGE	Create a dialog box in which you inform the user about a specific decision point during an action.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_CONFIRM_WITH_VALUE	Create a dialog box in which you make a question whether the user wishes to perform a processing step with a particular object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_DECIDE	Provide user with several choices as radio buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_DECIDE_WITH_MESSAGE	Create a dialog box in which you inform the user about a specific decision point via a diagnosis text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_DISPLAY_TEXT	Create a dialog box in which you display a two line message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_TO_SELECT_MONTH	Popup to choose a month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;POPUP_WITH_TABLE_DISPLAY	Provide a display of a table for user to select one, with the value of the table line returned when selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRICING	Return pricing conditions in an internal table. Use structure TCOMK for parameter COMM_HEAD_1, and structure TCOMP for parameter COMM_ITEM_1, and set CALCULATION_TYPE to B. The pricing conditions will be returned in XOMV. You must fill TCOMP, and TCOMK with the appropriate values before callling the function in order for it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROFILE_GET	Read an Entry in an INI File on the frontend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROFILE_SET	Write an Entry in an INI File on the frontend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ_TEXT	To load long text into SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGISTRY_GET	Read an Entry from the Registry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGISTRY_SET	Set an entry in the Registry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RFC_ABAP_INSTALL_AND_RUN	Runs an ABAP program that is stored in the table PROGRAM when the MODE = 'F'. Table WRITES contains the ouput of the program. Allows you to run a program without having the source code in the target system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RH_GET_ACTIVE_WF_PLVAR	Return the active HR Plan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RH_GET_DATE_DAYNAME	return the day based on the date provied&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RH_START_EXCEL_WITH_DATA	starts Excel with the contents of an internal table. This function finds Excel in the desktop registry. It also uses a local PC working directory to save the file (that's what the 'W' value for data path flag does). Very transparent to user!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RH_STRUC_GET	Returns all related org info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RHP0_POPUP_F4_SEARK	is a matchcode for any type of HR Planning object, including the possibility to fill the field that you want&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Examples: search for any organizational structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           F4 = 'X'&lt;/P&gt;&lt;P&gt;           PLVAR = '01'&lt;/P&gt;&lt;P&gt;           OTYPE = 'O '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          search for any persons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           F4 = 'X'&lt;/P&gt;&lt;P&gt;           PLVAR = '01'&lt;/P&gt;&lt;P&gt;           OTYPE = 'P '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           MULTI_SELECT = 'X' to allow multiple selection&lt;/P&gt;&lt;P&gt;           EASY = 'X' for user-dependent matchcode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately, the use of table BASE_OBJIDS is disabled, so you can't specify &lt;/P&gt;&lt;P&gt;a root for the hierarchy you display&lt;/P&gt;&lt;P&gt;RKD_WORD_WRAP	Convert a long string or phrase into several lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RP_CALC_DATE_IN_INTERVAL	Add/subtract years/months/days from a date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RP_LAST_DAY_OF_MONTHS	Determine last day of month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPY_DYNPRO_READ	Read dynpro, including screen flow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RPY_TRANSACTION_READ	Given a transaction, return the program and screen or given a program and screen, return the transactions that use the program and screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_COVERPAGE_SELECTIONS	Returns an internal table that contains a formatted list of all the selection parameters entered for a report. Table is ready to print out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_REFRESH_FROM_SELECTOPTIONS	Get the current contents of selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_SEND_MAIL_FOR_SPOOLLIST	Send message from ABAP/4 program to SAPoffice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RS_VARIANT_CONTENTS	Returns the contents of the specified variant in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPO_DOWNLOAD_SPOOLJOB	Download the spool from a program to a file. Requires spool number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSPO_RETURN_ABAP_SPOOLJOB	Fetch printer spool according to the spool number informed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_READ_DIR	If the server name is left blank, it reads a directory from local presentation server, otherwise it reads the directory of the remote server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_READ_DIR_LOCAL	Read a directory on the Application Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_READ_FILE	Read a file from the presentation server if no server name is given, or read file from remote server. Very useful to avoid authority checks that occur doing an OPEN DATASET. This function using a SAP C program to read the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_SLEEP	Hang the current application from 1 to 5 seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_SUBMIT	Submit a remote report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZL_WRITE_FILE_LOCAL	Saves table to the presentation server (not PC). Does not use OPEN DATASET, so it does not suffer from authority checks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SAP_CONVERT_TO_XLS_FORMAT	Convert data to Microsoft Excel format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPGUI_PROGRESS_INDICATOR	Display a progress bar on the SAP GUI, and give the user some idea of what is happening&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAVE_TEXT	To load long text into SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCROLLING_IN_TABLE	If you are coding a module pool and using a table control, you can use this function SCROLLING_IN_TABLE to handle any scrolling. (provided by Paul Kjaer)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SD_DATETIME_DIFFERENCE	Give the difference in Days and Time for 2 dates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_NEW_DOCUMENT_ATT_SEND_API1	Send a document as part of an email. The documentation is better than normal for this function, so please read it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_SPLIT_FILE_AND_PATH	Split a fully pathed filename into a filename and a path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_SPOOL_READ	Fetch printer spool according to the spool number informed. See also RSPO_RETURN_ABAP_SPOOLJOB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO_WIND_SPOOL_LIST	Browse printer spool numbers according to user informed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SWD_HELP_F4_ORG_OBJECTS	HR Matchcode tailored for organizational units. Includes a button so that you can browse the hierarchy too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_OTF_PDF	Conversion From OTF to PDF (SAPScript conversion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_OTF_PRT	Conversion From OTF to Printer Format (SAPScript conversion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SX_OBJECT_CONVERT_OTF_RAW	Conversion From OTF to ASCII (SAPScript conversion)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXPG_CALL_SYSTEM	you can check the user's authorization for the specified command and run the command. The command runs on the host system on which the function module is executed. The function module is RFC capable. It can therefore be run on the host system at which a user happens to be active or on another designated host system at which an R/3 server is active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXPG_COMMAND_CHECK	Check whether the user is authorized to execute the specified command on the target host system with the specified arguments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXPG_COMMAND_DEFINITION_GET	Read the definition of a single external OS command from the R/3 System's database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXPG_COMMAND_EXECUTE	Check a user's authorization to use a command, as in SXPG_COMMAND_CHECK. If the authorization check is successful, then execute the command on the target host system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SXPG_COMMAND_LIST_GET	Select a list of external OS command definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TERMINAL_ID_GET	Return the terminal id&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_DELETE_USER	Logoff a user. Similar results to using SM04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_ENVIRONMENT	Get the UNIX environment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_POPUP	Display a popup system message on a specific users screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_REMOTE_TRANSACTION	Run a transaction on a remote server. Optionally provide BDC data to be used in the transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_USER_INFO	Give information about the current user (sessions, workstation logged in from, etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TH_USER_LIST	Show which users are logged into an app server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TMP_GUI_DIRECTORY_LIST_FILES	Retrieve all of the files and subdirectories on the Presentation Server (PC) for a given directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a value other than * or &lt;STRONG&gt;.&lt;/STRONG&gt; is used for the filter, you will not get any directories, unless they match your wildcard filter. For example, if you entered *.png, then only files and directories that end in png will be returned by the function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;data:  lc_directory         like bdschko16-target_dir value 'C:\TEMP\',&lt;/P&gt;&lt;P&gt;       lc_filter(20)        type c default '&lt;STRONG&gt;.&lt;/STRONG&gt;'.&lt;/P&gt;&lt;P&gt;       li_file_count        type i,&lt;/P&gt;&lt;P&gt;       li_dir_count         type i,&lt;/P&gt;&lt;P&gt;       ltab_dir_table       like sdokpath occurs 0 with header line,&lt;/P&gt;&lt;P&gt;       ltab_file_file_table like sdokpath occurs 0 with header line.&lt;/P&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;call function 'TMP_GUI_DIRECTORY_LIST_FILES'&lt;/P&gt;&lt;P&gt;  exporting&lt;/P&gt;&lt;P&gt;    directory        = lc_directory&lt;/P&gt;&lt;P&gt;    filter           = lc_filter  importing&lt;/P&gt;&lt;P&gt;    file_count       = li_file_count&lt;/P&gt;&lt;P&gt;    dir_count        = li_dir_count&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    file_table       = ltab_file_table&lt;/P&gt;&lt;P&gt;    dir_table        = ltab_dir_table&lt;/P&gt;&lt;P&gt;  exceptions&lt;/P&gt;&lt;P&gt;    cntl_error       = 1&lt;/P&gt;&lt;P&gt;    others           = 2.&lt;/P&gt;&lt;P&gt;UNIT_CONVERSION_SIMPLE	convert weights from one UOM to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPLOAD	upload a file to the presentation server (PC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UPLOAD_FILES	Will load one or more files from app or presentation server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WEEK_GET_FIRST_DAY	For a given week (YYYYMM format), this function returns the date of the Monday of that week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE_LIST	Useful for writing out the list contents that result from the function LIST_FROM_MEMORY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_DOWNLOAD	Save Internal Table as File on the Presentation Server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_EXCEL	Start EXCEL on the PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_EXECUTE	execute a program on a windows PC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_FILE_DELETE	Delete File at the Frontend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_FILENAME_GET	Call File Selector&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_MSG	Create a dialog box in which you display an one line message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_UPLOAD	Load Files from the Presentation Server to Internal ABAP Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WS_VOLUME_GET	Get the label from a frontend device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WWW_LIST_TO_HTML	After running a report, call this function to convert the list output to HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is any function module for ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even for more info Checkout the links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/functions.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/functions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/fmodules/fmssap.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/fmodules/fmssap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/index.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/index.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.geocities.com/victorav15/sapr3/abapfun.html" target="test_blank"&gt;http://www.geocities.com/victorav15/sapr3/abapfun.html&lt;/A&gt;&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;Chandru&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137260#M745522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137261#M745523</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;copy the GUI status , (STANDARD) to you ZABC.. and make a button there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can trap this button in FM RESUE_ALV_COMMENTRY_WRITE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 06:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137261#M745523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T06:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137262#M745524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ganapathi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  The important things are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   a) New PF-STATUS is required , say 'ABCD'.&lt;/P&gt;&lt;P&gt;   b) Handle user_commmand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. First of all, from Function group SALV,&lt;/P&gt;&lt;P&gt;   copy the STANDARD gui status to your program,&lt;/P&gt;&lt;P&gt;   from SE80, by right clicking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. come to your program.&lt;/P&gt;&lt;P&gt;   start-of-selection.&lt;/P&gt;&lt;P&gt;    SET PF-STATUS 'ABCD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Double click ABCD and activate the gui status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. In gui status,&lt;/P&gt;&lt;P&gt;    add/change your own buttons&lt;/P&gt;&lt;P&gt;   Save and activate.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 07:13:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137262#M745524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T07:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137263#M745525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY THIS CODE.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLASS lcl_event_receiver IMPLEMENTATION.&lt;/P&gt;&lt;P&gt;     METHOD handle_toolbar.&lt;/P&gt;&lt;P&gt;       CONSTANTS:&lt;/P&gt;&lt;P&gt;         c_button_normal           TYPE i VALUE 0,&lt;/P&gt;&lt;P&gt;         c_menu_and_default_button TYPE i VALUE 1,&lt;/P&gt;&lt;P&gt;         c_menu                    TYPE i VALUE 2,&lt;/P&gt;&lt;P&gt;         c_separator               TYPE i VALUE 3,&lt;/P&gt;&lt;P&gt;         c_radio_button            TYPE i VALUE 4,&lt;/P&gt;&lt;P&gt;         c_checkbox                TYPE i VALUE 5,&lt;/P&gt;&lt;P&gt;         c_menu_entry              TYPE i VALUE 6.&lt;/P&gt;&lt;P&gt;       DATA:&lt;/P&gt;&lt;P&gt;           ls_toolbar  TYPE stb_button.&lt;/P&gt;&lt;P&gt;       CLEAR ls_toolbar.&lt;/P&gt;&lt;P&gt;       MOVE c_separator TO ls_toolbar-butn_type.&lt;/P&gt;&lt;P&gt;       APPEND ls_toolbar TO e_object-&amp;gt;mt_toolbar.&lt;/P&gt;&lt;P&gt;       CLEAR ls_toolbar.&lt;/P&gt;&lt;P&gt;       MOVE 'CHANGE'        TO ls_toolbar-function. -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;&amp;gt;BUTTON NAME IS CHANGE&lt;/P&gt;&lt;P&gt;       MOVE  icon_change    TO ls_toolbar-icon.&lt;/P&gt;&lt;P&gt;       MOVE 'Update Status' TO ls_toolbar-quickinfo.&lt;/P&gt;&lt;P&gt;       MOVE 'Update Status' TO ls_toolbar-text.&lt;/P&gt;&lt;P&gt;       MOVE ' '             TO ls_toolbar-disabled.&lt;/P&gt;&lt;P&gt;       APPEND ls_toolbar    TO e_object-&amp;gt;mt_toolbar.&lt;/P&gt;&lt;P&gt;ENDMETHOD&lt;/P&gt;&lt;P&gt;ENDCLASS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 06:11:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137263#M745525</guid>
      <dc:creator>former_member446040</dc:creator>
      <dc:date>2010-07-15T06:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: alv's using function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137264#M745526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganapathy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create pushbutton in alv&lt;/P&gt;&lt;P&gt;first goto se80&lt;/P&gt;&lt;P&gt;in function group give salv and &lt;/P&gt;&lt;P&gt;give the program Name 'SAPLKKBL'.&lt;/P&gt;&lt;P&gt;then  right click and copy the pf-status STANDARD into your program&lt;/P&gt;&lt;P&gt;give your program name there and give your status Name as 'ZSTANDARD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to your program and in the 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;pass 'pfstatus' to Call back pf-status.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;and declare a subroutine form pfstatus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM pfstatus USING rt_extab TYPE slis_t_extab.&lt;/P&gt;&lt;P&gt;  SET PF-STATUS 'ZSTANDARD'.&lt;/P&gt;&lt;P&gt;ENDFORM.                    "set_pf_status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on 'ZSTANDARD' it will take to SE41.&lt;/P&gt;&lt;P&gt;In that PF-STATUS u add ur own buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sudheer kumar on Jul 15, 2010 8:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 06:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-s-using-function-modules/m-p/3137264#M745526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-15T06:22:04Z</dc:date>
    </item>
  </channel>
</rss>

