Sie sind auf Seite 1von 24

List of SAP Transaction codes for ABAP

Development
Here is a list of important Tcodes used with ABAP development. Transaction codes ( showing in
bold letters) are listed with its purpose of use.

 OSS1 SAP Online Service System


 OY19 Compare Tables
 S001 ABAP Development Workbench
 S002 System Administration.
 SA38 Execute a program.
 SCAT Computer Aided Test Tool
 SCU0 Compare Tables
 SE01 Old Transport & Corrections screen
 SE09 Workbench Organizer
 SE10 Customizing Organizer
 SE10 Customizing organizer – requests for user (To release for transport –
enter user name, press Enter. Select changed object and select ReleaseSE10 New
Transport & Correction screen
 SE11 ABAP/4 Dictionary Maintenance SE12 ABAP/4 Dictionary Display SE13
Maintain Technical Settings (Tables)
 SE11 ABAP/4 Dictionary.
 SE12 Dictionary: Initial Screen – enter object name
 SE13 Access tables in ABAP/4 Dictionary.
 SE14 ABAP/4 Dictionary: Database Utility.
 SE14 Utilities for Dictionary Tables
 SE15 ABAP/4 Repository Information System
 SE16 Data Browser
 SE16 Data Browser: Initial Screen.
 SE16 Display table contents
 SE17 General Table Display
 SE30 ABAP/4 Runtime Analysis
 SE30 ABAP/4 Runtime Analysis: Initial Screen.
 SE30 Run Time Analysis (press Tips and Tricks button for good stuff)
 SE32 ABAP/4 Text Element Maintenance
 SE35 ABAP/4 Dialog Modules
 SE36 ABAP/4: Logical Databases
 SE37 ABAP/4 Function Library.
 SE37 ABAP/4 Function Modules
 SE38 ABAP Editor
 SE38 ABAP/4 Program Development
 SE39 Splitscreen Editor: Program Compare
 SE41 Menu Painter
 SE43 Maintain Area Menu
 SE51 Screen Painter
 SE51 Screen Painter: Initial Screen.
 SE54 Generate View Maintenance Module
 SE61 R/3 Documentation
 SE62 Industry utilities
 SE63 Translate Short/Long Text.
 SE63 Translation
 SE64 Terminology
 SE65 R/3 documents. Short text statistics SE66 R/3 Documentation Statistics
(Test!)
 SE68 Translation Administration
 SE71 SAPscript layout set
 SE71 SAPscript Layouts Create/Change
 SE72 SAPscript styles
 SE73 SAPscript font maintenance (revised)
 SE74 SAPscript format conversion
 SE75 SAPscript Settings
 SE76 SAPscript Translation Layout Sets
 SE77 SAPscript Translation Styles
 SE80 ABAP/4 Development Workbench
 SE80 Repository Browser: Initial Screen.
 SE81 SAP Application Hierarchy
 SE82 Customer Application Hierarchy
 SE84 ABAP/4 Repository Information System
 SE85 ABAP/4 Dictionary Information System
 SE86 ABAP/4 Repository Information System
 SE87 Data Modeler Information System
 SE88 Development Coordination Info System
 SE91 Maintain Messages
 SE92 Maintain system log messages
 SE93 Maintain Transaction Codes
 SE93 Maintain Transaction.
 SEU Object Browser
List of ABAP Function Modules in SAP
Here is a list of important Function Modules in SAP. Function modules are re usable programs (
codes ) that can be called via ABAP programs.
ABAP_DOCU_DOWNLOAD Download ABAP documentation in HTML
format.

With this function module you delete logs in the


APPL_LOG_DELETE database according to specified selection
conditions

With this function module you can analyze logs


APPL_LOG_DISPLAY in the
database.

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.

This function module checks whether the


APPL_LOG_INIT specified
object or sub-object exists and deletes all
existing associated data in
local memory.

With this function module you read the log data


APPL_LOG_READ_DB in the
database for an object or sub-object according to
specified selection
conditions.

With this function module you read all log data


APPL_LOG_READ_INTERN whose
log class has at least the specified value, from
local memory, for the
specified object or sub-object.

With this function module, you create a new


APPL_LOG_SET_OBJECT 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.

With this function module you write all data for


APPL_LOG_WRITE_DB 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.

With this function module, you write the log


APPL_LOG_WRITE_HEADER header
data in local memory.

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.

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.

APPL_LOG_WRITE_MESSAGES With this function module you write one or


more
messages, without parameters, in local memory.

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.
will return the IP address of the terminal in hex.
ARFC_GET_TID

Create Control for log display


BAL_CNTL_CREATE

Release Control
BAL_CNTL_FREE

Put new data in log display


BAL_CNTL_REFRESH

Delete logs from the database


BAL_DB_DELETE

Unlock log
BAL_DB_DEQUEUE

Lock log
BAL_DB_ENQUEUE

BAL_DB_LOAD Load logs from the database

BAL_DB_LOAD Load log(s)

BAL_DB_SAVE Save logs in the database

BAL_DB_SAVE Save log(s)

BAL_DB_SAVE_PREPARE Prepare save

Find logs in the database


BAL_DB_SEARCH
BAL_DSP_LOG_DISPLAY Display messages in memory

BAL_DSP_LOG_DISPLAY Display Log

Either output extended long text or call a


BAL_DSP_LOG_PARAMETERS callback
routine (based on the data in BAL_S_LOG-
PARAMS)

BAL_DSP_LOG_TECHNICAL_DATA Output all log header data

Display message long text


BAL_DSP_MSG_LONGTEXT

BAL_DSP_MSG_PARAMETERS Either output extended long text or call a


callback
routine (based on the data in BAL_S_MSG-
PARAMS)

BAL_DSP_MSG_TECHNICAL_DATA Output technical data of a message such as work


area,
error number, etc.

End output
BAL_DSP_OUTPUT_FREE

Initialize output
BAL_DSP_OUTPUT_INIT

BAL_DSP_OUTPUT_SET_DATA Set dataset to be displayed

BAL_DSP_PROFILE_DETLEVEL_GET Message hierarchy in DETLEVEL

BAL_DSP_PROFILE_NO_TREE_GET Display without tree (fullscreen)

BAL_DSP_PROFILE_POPUP_GET Display without tree (popup)


BAL_DSP_PROFILE_SINGLE_LOG_GET Standard profile (SLG1) for one log

BAL_DSP_PROFILE_STANDARD_GET Standard profile (SLG1) for a lot of logs

BAL_GLB_AUTHORIZATION_GET Assign authorization

BAL_GLB_AUTHORIZATION_RESET Reset authorization

Read configuration
BAL_GLB_CONFIG_GET

Set configuration
BAL_GLB_CONFIG_SET

Put function group memory in ABAP-


BAL_GLB_MEMORY_EXPORT MEMORY

BAL_GLB_MEMORY_IMPORT Get function group memory from ABAP-


MEMORY

BAL_GLB_MEMORY_REFRESH (Partially) reset global memory

BAL_GLB_MEMORY_REFRESH (Partially) initialize memory

BAL_GLB_MSG_CURRENT_HANDLE_GET Get current message handle

BAL_GLB_MSG_DEFAULTS_GET Get message defaults

BAL_GLB_SEARCH_LOG Find logs in memory

Find messages in memory


BAL_GLB_SEARCH_MSG

BAL_LOG_CREATE Create log with header data


BAL_LOG_CREATE Create log with header data

Delete log (from database also at Save)


BAL_LOG_DELETE

Check existence of a log in memory


BAL_LOG_EXIST

Change log header


BAL_LOG_HDR_CHANGE

BAL_LOG_HDR_CHECK Check log header data for consistency

Read log header and other data


BAL_LOG_HDR_READ

BAL_LOG_MSG_ADD Put message in log

BAL_LOG_MSG_ADD Put message in log

BAL_LOG_MSG_CHANGE Change message

BAL_LOG_MSG_CHANGE Change message

Check message data for consistency


BAL_LOG_MSG_CHECK

Add message cumulated


BAL_LOG_MSG_CUMULATE

BAL_LOG_MSG_DELETE Delete message

BAL_LOG_MSG_DELETE Delete message

BAL_LOG_MSG_EXIST Check existence of a message in memory


Read message and other data
BAL_LOG_MSG_READ

BAL_LOG_MSG_REPLACE Replace last message

BAL_LOG_REFRESH Delete log from memory

BAL_LOG_REFRESH Delete log from memory

Output message as ABAP-MESSAGE


BAL_MSG_DISPLAY_ABAP

Read Application Log objects table record


BAL_OBJECT_SELECT

Check whether object and subobject exist and


BAL_OBJECT_SUBOBJECT the
combination is allowed

Read subobject table record


BAL_SUBOBJECT_SELECT

Trigger an event from ABAP/4 program


BP_EVENT_RAISE

Fetch job log executions


BP_JOBLOG_READ

CHANGEDOCUMENT_READ_HEADERS Get the change document header for a sales


document,
and put the results in an internal table.

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.
CLAF_CLASSIFICATION_OF_OBJECTS Return all of the characteristics for a material

Move the negative sign from the left hand side


CLOI_PUT_SIGN_IN_FRONT 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
justifed as numbers
normally are.

Export a text table to the clipboard (on


CLPB_EXPORT presentation
server)

Import a Text Table from the Clipboard (on


CLPB_IMPORT presentation
server)

To load long text into SAP


COMMIT_TEXT

CONVERSION_EXIT_ALPHA_INPUT converts any number into a string fill with


zeroes,
with the number at the extreme right

CONVERSION_EXIT_ALPHA_OUTPUT converts any number with zeroes right into a


simple
integer

CONVERT_ABAPSPOOLJOB_2_PDF convert abap spool output to PDF

CONVERT_OTF Convert SAP documents (SAPScript) to other


types.

CONVERT_OTFSPOOLJOB_2_PDF converts a OTF spool to PDF (i.e. Sapscript


document)

CONVERT_TO_FOREIGN_CURRENCY Convert local currency to foreign currency.


CONVERT_TO_LOCAL_CURRENCY Convert from foreign currency to local currency

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.

Returns a number indicating what day of the


DATE_COMPUTE_DAY week the
date falls on. Monday is returned as a 1,
Tuesday as 2, etc.

will return the week that a date is in.


DATE_GET_WEEK

Calculate a date N days in the future.


DATE_IN_FUTURE

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
Tuedsay), whether the day is a holiday, and
more.(provided by Francois
Henrotte)

DOWNLOAD download a file to the presentation server (PC)

Read the values from a dynpro. This function


DYNP_VALUES_READ can be
used to read the values from a report’s selection
screen too (Another
example).

Similar to DYNP_VALUES_READ, this


DYNP_VALUES_UPDATE 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.
Wait a specified period of time before
ENQUE_SLEEP continuing
processing.

Lock an abap program so that it cannot be


ENQUEUE_ESFUNCTION executed.

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.
EPS_GET_DIRECTORY_LISTING return a list of filenames from a local or network
drive

EPS_GET_FILE_ATTRIBUTES Pass in a filename and a path, and will return


attributes for the file

F4_DATE displays a calendar in a popup window and


allows user
to choose a date, or it can be displayed read
only.

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.

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.

F4IF_SHLP_EXIT_EXAMPLE documents the different reasons to use a search


help
exit, and shows how it is done.

F4IP_INT_TABLE_VALUE_REQUEST This function does not exist in 4.6 and above.


Use
F4IF_INT_TABLE_VALUE_REQUEST
instead.

popup to get a filename from a user, returns


FILENAME_GET blank
filename if user selects cancel

Takes a message id and number, and puts it into


FORMAT_MESSAGE a
variable. Works better than
WRITE_MESSAGE, since some messages use
$ as a
place holder, and WRITE_MESSAGE does not
accommadate that, it only replaces
the ampersands (&) in the message.

Execute a command on the FTP server


FTP_COMMAND

Open a connection (and log in) to an FTP server


FTP_CONNECT

Close the connection (and log off) the FTP


FTP_DISCONNECT server

You can use this function module to display


FU CSAP_MAT_BOM_READ 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.

Function Group GRAP is now SAP recommends using functions in function


obsolete. group SFES
instead. Below is an overview of the changes.

G_SET_GET_ALL_VALUES Fetch values from a set.

Get the current fiscal year.


GET_CURRENT_YEAR

Returns a list of all tables, select options, texts,


GET_GLOBAL_SYMBOLS etc for a program. Even includes the text
definitions for the selection
screen

Returns a list of all INCLUDES in a program


GET_INCLUDETAB

Get the current job number from a program.


GET_JOB_RUNTIME_INFO Also returns
other useful info about the current job.

Create a directory on the presentation server


GUI_CREATE_DIRECTORY

Replaces WS_FILE_DELETE. Delete a file on


GUI_DELETE_FILE the
presentation server

Replaces WS_DOWNLOAD. Download table


GUI_DOWNLOAD from the app
server to presentation server

GUI_EXEC Replaces WS_EXECUTE. Start a File or


Program
Asynchronously with WinExec

Replaces WS_QUERY. Delivers Information


GUI_GET_DESKTOP_INFO About the
Desktop (client)
GUI_REMOVE_DIRECTORY Delete a directory on the presentation server

GUI_RUN Start a File or Program Asynchronously with


ShellExecute

Replaces WS_UPLOAD. Upoad file from


GUI_UPLOAD presentation server
to the app server

Display help for a field. Useful for doing AT


HELP_START SELECTION
SCREEN ON VALUE REQUEST for those
fields that do not provide F4 help at the
DDIC level.

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.

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.

HOLIDAY_GET Provides a table of all the holidays based upon a


Factory Calendar &/ Holiday Calendar.

is an HR function, but can be used for any data.


HR_DISPLAY_BASIC_LIST 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.
HR_GET_LEAVE_DATA Get all leave information (includes leave
entitlement,
used holidays/paid out holidays)

Return the number of weeks between two dates.


HR_IE_NUM_PRSI_WEEKS

Get the payroll period for a particular date.


HR_PAYROLL_PERIODS_GET (provided
by Francois Henrotte)

HR_TIME_RESULTS_GET Get the time results for a payroll period.


(provided by
Francois Henrotte)

INIT_TEXT To load long text into SAP

Return a list of all plants for a given company


K_WERKS_OF_BUKRS_FIND code.

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.

convert an ABAP report (displayed on screen)


LIST_TO_ASCII from OTF
to ASCII format

MBEW_EXTEND Get the stock position for the previous month.


This
displays the same info that you see in MM03.

It returns all the month and names in repective


MONTH_NAMES_GET language.

Add or subtract months from a date. To subtract


MONTH_PLUS_DETERMINE a
month, enter a negative value for the ‘months’
parameter.
MS_EXCEL_OLE_STANDARD_OLE will build a file, and automatically start Excel

wraps several other function modules. Will


OTF_CONVERT convert OTF
to ASCII or PDF

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.

Create a dialog box in which you make a


POPUP_TO_CONFIRM_STEP question
whether the user wishes to perform the step.

POPUP_TO_CONFIRM_WITH_MESSAGE Create a dialog box in which you inform the


user about
a specific decision point during an action.

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.

Provide user with several choices as radio


POPUP_TO_DECIDE buttons

POPUP_TO_DECIDE_WITH_MESSAGE Create a dialog box in which you inform the


user about
a specific decision point via a diagnosis text.

Create a dialog box in which you display a two


POPUP_TO_DISPLAY_TEXT line
message

Popup to choose a month


POPUP_TO_SELECT_MONTH
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.

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.

Read an Entry in an INI File on the frontend


PROFILE_GET

Write an Entry in an INI File on the frontend


PROFILE_SET

READ_TEXT To load long text into SAP

Read an Entry from the Registry


REGISTRY_GET

Set an entry in the Registry


REGISTRY_SET

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.

RH_GET_ACTIVE_WF_PLVAR Return the active HR Plan


return the day based on the date provied
RH_GET_DATE_DAYNAME

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!

Returns all related org info


RH_STRUC_GET

RHP0_POPUP_F4_SEARK is a matchcode for any type of HR Planning


object,
including the possibility to fill the field that you
want

Convert a long string or phrase into several


RKD_WORD_WRAP lines.

RP_CALC_DATE_IN_INTERVAL Add/subtract years/months/days from a date

Determine last day of month


RP_LAST_DAY_OF_MONTHS

Read dynpro, including screen flow


RPY_DYNPRO_READ

Given a transaction, return the program and


RPY_TRANSACTION_READ screen or
given a program and screen, return the
transactions that use the program and
screen.

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.

RS_REFRESH_FROM_SELECTOPTIONS Get the current contents of selection screen

RS_SEND_MAIL_FOR_SPOOLLIST Send message from ABAP/4 program to


SAPoffice.

Returns the contents of the specified variant in a


RS_VARIANT_CONTENTS table.

Download the spool from a program to a file.


RSPO_DOWNLOAD_SPOOLJOB Requires
spool number.

RSPO_RETURN_ABAP_SPOOLJOB Fetch printer spool according to the spool


number
informed.

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

Read a directory on the Application Server


RZL_READ_DIR_LOCAL

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.

RZL_SLEEP Hang the current application from 1 to 5


seconds.

Submit a remote report.


RZL_SUBMIT

Saves table to the presentation server (not PC).


RZL_WRITE_FILE_LOCAL Does
not use OPEN DATASET, so it does not suffer
from authority checks!

SAP_CONVERT_TO_XLS_FORMAT Convert data to Microsoft Excel format.

SAPGUI_PROGRESS_INDICATOR Display a progress bar on the SAP GUI, and


give the
user some idea of what is happening

SAVE_TEXT To load long text into SAP

If you are coding a module pool and using a


SCROLLING_IN_TABLE table
control, you can use this function
SCROLLING_IN_TABLE to handle any
scrolling. (provided by Paul Kjaer)

Give the difference in Days and Time for 2


SD_DATETIME_DIFFERENCE dates

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.

Split a fully pathed filename into a filename and


SO_SPLIT_FILE_AND_PATH a
path.

Fetch printer spool according to the spool


SO_SPOOL_READ number
informed. See also
RSPO_RETURN_ABAP_SPOOLJOB

Browse printer spool numbers according to user


SO_WIND_SPOOL_LIST informed.
SWD_HELP_F4_ORG_OBJECTS HR Matchcode tailored for organizational units.
Includes a button so that you can browse the
hierarchy too.

SX_OBJECT_CONVERT_OTF_PDF Conversion From OTF to PDF (SAPScript


conversion)

SX_OBJECT_CONVERT_OTF_PRT Conversion From OTF to Printer Format


(SAPScript
conversion)

SX_OBJECT_CONVERT_OTF_RAW Conversion From OTF to ASCII (SAPScript


conversion)

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.

Check whether the user is authorized to execute


SXPG_COMMAND_CHECK the
specified command on the target host system
with the specified arguments.

SXPG_COMMAND_DEFINITION_GET Read the definition of a single external OS


command
from the R/3 System’s database.

Check a user’s authorization to use a command,


SXPG_COMMAND_EXECUTE as in
SXPG_COMMAND_CHECK. If the
authorization check is successful, then execute
the command on the target host system.

Select a list of external OS command


SXPG_COMMAND_LIST_GET definitions.

Return the terminal id


TERMINAL_ID_GET

Logoff a user. Similar results to using SM04.


TH_DELETE_USER

Get the UNIX environment


TH_ENVIRONMENT

TH_POPUP Display a popup system message on a specific


users
screen.

TH_REMOTE_TRANSACTION Run a transaction on a remote server. Optionally


provide BDC data to be used in the transaction

Give information about the current user


TH_USER_INFO (sessions,
workstation logged in from, etc)

TH_USER_LIST Show which users are logged into an app server

TMP_GUI_DIRECTORY_LIST_FILES Retrieve all of the files and subdirectories on the


Presentation Server (PC) for a given directory.

When a value other than * or *.* 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.
convert weights from one UOM to another.
UNIT_CONVERSION_SIMPLE

UPLOAD upload a file to the presentation server (PC)

Will load one or more files from app or


UPLOAD_FILES presentation
server
For a given week (YYYYMM format), this
WEEK_GET_FIRST_DAY function returns
the date of the Monday of that week.

Useful for writing out the list contents that


WRITE_LIST result
from the function LIST_FROM_MEMORY.

Save Internal Table as File on the Presentation


WS_DOWNLOAD Server

WS_EXCEL Start EXCEL on the PC

execute a program on a windows PC


WS_EXECUTE

WS_FILE_DELETE Delete File at the Frontend

Call File Selector


WS_FILENAME_GET

WS_MSG Create a dialog box in which you display an one


line
message

WS_UPLOAD Load Files from the Presentation Server to


Internal
ABAP Tables

Get the label from a frontend device.


WS_VOLUME_GET

After running a report, call this function to


WWW_LIST_TO_HTML convert
the list output to HTML.

Das könnte Ihnen auch gefallen