Você está na página 1de 89

S.No.

FM Name

1 ABAP4_CALL_TRANSACTION

2 L_TADRUCK_QUITTIEREN

3 SWW_WI_CREATE_VIA_EVENT

4 SWE_EVENT_CREATE

5 GRAPH_MATRIX

6 CONVERSION_EXIT_LDATE_OUTPUT === Use 01.07.2002 -> 01.July.2002


7 CONVERSION_EXIT_SDATE_INPUT
8 CONVERSION_EXIT_SDATE_OUTPUT
9 CONVERT_DATE_TO_EXTERNAL
10 CONVERT_DATE_TO_INTERNAL
11 PERIOD_AND_DATE_CONVERT_INPUT
12 PERIOD_AND_DATE_CONVERT_OUTPUT
13 PERIOD_AND_DATE_CONVERT_INPUT
14 PERIOD_AND_DATE_CONVERT_OUTPUT
15 DD_PR_DISPLAY
16 DD_PR_WRITE

17 SLS_MISC_GET_LAST_DAY_OF_MONTH

18 CCM_GO_BACK_MONTHS

19 PERIOD_AND_DATE_CONVERT_INPUT
20 PERIOD_AND_DATE_CONVERT_OUTPUT

21 WS_FILENAME_GET
22 ME_PRICING_INFORECORD
23 F4_DD_STRUCTURE
24 EXIT_SAPMQEVA_010

25 RKE_GET_FIRST_DAY_IN_PERIOD
26 RKE_GET_LAST_DAY_IN_PERIOD
27 RKE_GET_NEXT_PERIOD
28 RKE_GET_NUMBER_OF_PERIODS

29 CONVERSION_EXIT_PERI_INPUT
30 CONVERSION_EXIT_PERI_OUTPUT

31 PERIOD_AND_DATE_CONVERT_INPUT

32 CY_GET_TIMEINTERVAL

33 CY_GET_BEGIN_AND_END_OF_PERIOD

34 ABAP_DOCU_DOWNLOAD
APPL_LOG_DELETE
35

APPL_LOG_DISPLAY
36

APPL_LOG_DISPLAY_INTERN

37

APPL_LOG_INIT

38

APPL_LOG_READ_DB

39

APPL_LOG_READ_INTERN

40

APPL_LOG_SET_OBJECT

41

APPL_LOG_WRITE_DB

42

APPL_LOG_WRITE_HEADER
43

APPL_LOG_WRITE_LOG_PARAMETERS

44

APPL_LOG_WRITE_MESSAGE_PARAMS

45

APPL_LOG_WRITE_MESSAGES
46
APPL_LOG_WRITE_SINGLE_MESSAGE

47

48 ARFC_GET_TID

49 BAL_CNTL_CREATE

50 BAL_CNTL_FREE

51 BAL_CNTL_REFRESH

52 BAL_DB_DELETE

53 BAL_DB_DEQUEUE

54 BAL_DB_ENQUEUE

55 BAL_DB_LOAD

56 BAL_DB_LOAD

57 BAL_DB_SAVE

58 BAL_DB_SAVE

59 BAL_DB_SAVE_PREPARE

60 BAL_DB_SEARCH

61 BAL_DSP_LOG_DISPLAY

62 BAL_DSP_LOG_DISPLAY

BAL_DSP_LOG_PARAMETERS
63

64 BAL_DSP_LOG_TECHNICAL_DATA

65 BAL_DSP_MSG_LONGTEXT

BAL_DSP_MSG_PARAMETERS

66

BAL_DSP_MSG_TECHNICAL_DATA
67

68 BAL_DSP_OUTPUT_FREE
69 BAL_DSP_OUTPUT_INIT

70 BAL_DSP_OUTPUT_SET_DATA

71 BAL_DSP_PROFILE_DETLEVEL_GET

72 BAL_DSP_PROFILE_NO_TREE_GET

73 BAL_DSP_PROFILE_POPUP_GET

74 BAL_DSP_PROFILE_SINGLE_LOG_GET

75 BAL_DSP_PROFILE_STANDARD_GET

76 BAL_GLB_AUTHORIZATION_GET

77 BAL_GLB_AUTHORIZATION_RESET

78 BAL_GLB_CONFIG_GET

79 BAL_GLB_CONFIG_SET

80 BAL_GLB_MEMORY_EXPORT

81 BAL_GLB_MEMORY_IMPORT

82 BAL_GLB_MEMORY_REFRESH

83 BAL_GLB_MEMORY_REFRESH

84 BAL_GLB_MSG_CURRENT_HANDLE_GET

85 BAL_GLB_MSG_DEFAULTS_GET

86 BAL_GLB_SEARCH_LOG

87 BAL_GLB_SEARCH_MSG

88 BAL_LOG_CREATE

89 BAL_LOG_CREATE

90 BAL_LOG_DELETE

91 BAL_LOG_EXIST

92 BAL_LOG_HDR_CHANGE

93 BAL_LOG_HDR_CHECK

94 BAL_LOG_HDR_READ

95 BAL_LOG_MSG_ADD
96 BAL_LOG_MSG_ADD

97 BAL_LOG_MSG_CHANGE

98 BAL_LOG_MSG_CHANGE

99 BAL_LOG_MSG_CHECK

100 BAL_LOG_MSG_CUMULATE

101 BAL_LOG_MSG_DELETE

102 BAL_LOG_MSG_DELETE

103 BAL_LOG_MSG_EXIST

104 BAL_LOG_MSG_READ

105 BAL_LOG_MSG_REPLACE

106 BAL_LOG_REFRESH

107 BAL_LOG_REFRESH

108 BAL_MSG_DISPLAY_ABAP

109 BAL_OBJECT_SELECT

BAL_OBJECT_SUBOBJECT
110

111 BAL_SUBOBJECT_SELECT

112 BP_EVENT_RAISE

113 BP_JOBLOG_READ

CHANGEDOCUMENT_READ_HEADERS
114

Example:

CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'


EXPORTING
objectclass = 'EINKBELEG'
objectid = l_objectid
username = space
TABLES
i_cdhdr = lt_cdhdr.

LOOP AT lt_cdhdr WHERE udate IN s_aedat.


CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
EXPORTING
changenumber = lt_cdhdr-changenr
TABLES
editpos = lt_editpos.

LOOP AT lt_editpos WHERE fname = 'LOEKZ'


AND f_new = 'L'.
p_desc = text-r01. " Cancel Contract
ENDLOOP.
ENDLOOP.

CHANGEDOCUMENT_READ_POSITIONS

115

Example:

CALL FUNCTION 'CHANGEDOCUMENT_READ_HEADERS'


EXPORTING
objectclass = 'EINKBELEG'
objectid = l_objectid
username = space
TABLES
i_cdhdr = lt_cdhdr.

LOOP AT lt_cdhdr WHERE udate IN s_aedat.


CALL FUNCTION 'CHANGEDOCUMENT_READ_POSITIONS'
EXPORTING
changenumber = lt_cdhdr-changenr
TABLES
editpos = lt_editpos.

LOOP AT lt_editpos WHERE fname = 'LOEKZ'


AND f_new = 'L'.
p_desc = text-r01. " Cancel Contract
ENDLOOP.
ENDLOOP.

116 CLAF_CLASSIFICATION_OF_OBJECTS

CLOI_PUT_SIGN_IN_FRONT

117
CLPB_EXPORT
118

CLPB_IMPORT
119

120 COMMIT_TEXT

CONVERSION_EXIT_ALPHA_INPUT
121

Example:

input = 123
output = 0000000000000...000000000000123

CONVERSION_EXIT_ALPHA_OUTPUT
122

Example:

input = 00000000000123
output = 123

123 CONVERT_ABAPSPOOLJOB_2_PDF

123 CONVERT_OTF

Example:

CALL FUNCTION "CONVERT_OTF"


EXPORTING FORMAT = "PDF"
IMPORTING BIN_FILESIZE = FILE_LEN
TABLES OTF = OTFDATA
LINES = PDFDATA
EXCEPTIONS ERR_MAX_LINEWIDTH = 1
ERR_FORMAT =2
ERR_CONV_NOT_POSSIBLE = 3
OTHERS = 4.

CONVERT_OTFSPOOLJOB_2_PDF
124

125 CONVERT_TO_FOREIGN_CURRENCY

126 CONVERT_TO_LOCAL_CURRENCY
DATE_CHECK_PLAUSIBILITY

127

DATE_COMPUTE_DAY

128

129 DATE_GET_WEEK

130 DATE_IN_FUTURE

DAY_ATTRIBUTES_GET

131

132 DOWNLOAD

DYNP_VALUES_READ

133

DYNP_VALUES_UPDATE

134

ENQUE_SLEEP
135

136 ENQUEUE_ESFUNCTION

Example:

Set the parameters as follows:


RELID = 'ZZ'
SRTF2 = 0
SRTF = (your report name)

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.

137 EPS_GET_DIRECTORY_LISTING

EPS_GET_FILE_ATTRIBUTES
138
F4_DATE

139

F4_IF_FIELD_VALUE_REQUEST

140

F4IF_INT_TABLE_VALUE_REQUEST

141

Example:

data:
begin of t_values occurs 2,
value like kna1-begru,
end of t_values,

t_return like ddshretval occurs 0 with header line.

t_values = 'PAR*'.
append t_values.

t_values = 'UGG'.
append t_values.

call function 'F4IF_INT_TABLE_VALUE_REQUEST'


exporting
retfield = 'BEGRU'
value_org = 'S'
tables
value_tab = t_values
return_tab = t_return
exceptions
parameter_error = 1
no_values_found = 2
others = 3.

if sy-subrc = 0.
read table t_return index 1.

o_begru-low = t_return-fieldval.

if o_begru-low = 'PAR*'.
o_begru-option = 'CP'.
else.
o_begru-option = 'EQ'.
endif.

o_begru-sign = 'I'.

append o_begru to s_begru.


else.
o_begru = i_begru.
endif.

F4IF_SHLP_EXIT_EXAMPLE
142

F4IP_INT_TABLE_VALUE_REQUEST
143

FILENAME_GET
144

FORMAT_MESSAGE

145

146 FTP_COMMAND

147 FTP_CONNECT

148 FTP_DISCONNECT

FU CSAP_MAT_BOM_READ

149

Example:

data: begin of tstk2 occurs 0.


include structure stko_api02.
data: end of tstk2.

data: begin of tstp2 occurs 0.


include structure stpo_api02.
data: end of tstp2.

data: begin of tdep_data occurs 0.


include structure csdep_data.
data: end of tdep_data.

data: begin of tdep_descr occurs 0.


include structure csdep_descr.
data: end of tdep_descr.

data: begin of tdep_source occurs 0.


include structure csdep_source.
data: end of tdep_source.

data: begin of tdep_order occurs 0.


include structure csdep_order.
data: end of tdep_order.

data: begin of tdep_doc occurs 0.


include structure csdep_doc.
data: end of tdep_doc.

data: flg_warning like capiflag-flwarning.

call function 'CSAP_MAT_BOM_READ'


exporting
material = 'MAT100'
plant = '0001'
bom_usage = '1'
valid_from = '20.12.1996'
* valid_to
importing
fl_warning = flg_warning
tables
t_stko = tstk2
t_stpo = tstp2
t_dep_data = tdep_data
t_dep_descr = tdep_descr
t_dep_source = tdep_source
t_dep_order = tdep_order
t_dep_doc = tdep_doc
exceptions
error = 1.

Function Group GRAP is now obsolete.


150 G_SET_GET_ALL_VALUES

151 GET_CURRENT_YEAR

Example:

CALL FUNCTION 'GET_CURRENT_YEAR'


EXPORTING
BUKRS = '1000' " Company Code
DATE = SY-DATUM " Date to find fiscal year for
IMPORTING
CURRM = w_currm " Current Fiscal Month
CURRY = w_curry " Current Fiscal Year
PREVM = w_prevm " Previous Fiscal Month
PREVY = w_prevy. " Previous Fiscal Year

GET_GLOBAL_SYMBOLS

152

153 GET_INCLUDETAB

GET_JOB_RUNTIME_INFO
154

155 GUI_CREATE_DIRECTORY

GUI_DELETE_FILE
156

GUI_DOWNLOAD
157

GUI_EXEC
158

GUI_GET_DESKTOP_INFO
159

160 GUI_REMOVE_DIRECTORY

GUI_RUN
161

GUI_UPLOAD
162
HELP_START

163

HELP_VALUES_GET_WITH_TABLE

164

Example:

tables: t001w.

DATA: lc_werks LIKE t001w-werks,


ltab_fields LIKE help_value OCCURS 0 with header line,

BEGIN OF ltab_values OCCURS 0,


feld(40) TYPE c,
END OF ltab_values.

*-- Set up fields to retrieve data


ltab_fields-tabname = 'T001W'.
ltab_fields-fieldname = 'WERKS'.
ltab_fields-selectflag = 'X'.
APPEND ltab_fields.

ltab_fields-tabname = 'T001W'.
ltab_fields-fieldname = 'NAME1'.
ltab_fields-selectflag = space.
APPEND ltab_fields.

*-- Fill values


select * from t001w.
ltab_values-feld = t001w-werks.
append ltab_values.
ltab_values-feld = t001w-name1.
append ltab_values.
endselect.

CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'


EXPORTING
fieldname = 'WERKS'
tabname = 'T001W'
title_in_values_list = 'Select a value'
IMPORTING
select_value = lc_werks
TABLES
fields = ltab_fields
valuetab = ltab_values
EXCEPTIONS
field_not_in_ddic = 01
more_then_one_selectfield = 02
no_selectfield = 03.

HOLIDAY_CHECK_AND_GET_INFO

165

Example:

data: ld_date like scal-datum default sy-datum,


lc_holiday_cal_id like scal-hcalid default 'CA',
ltab_holiday_attributes like thol occurs 0 with header line,
lc_holiday_found like scal-indicator.

CALL FUNCTION 'HOLIDAY_CHECK_AND_GET_INFO'


EXPORTING
date = ld_date
holiday_calendar_id = lc_holiday_cal_id
WITH_HOLIDAY_ATTRIBUTES = 'X'
IMPORTING
HOLIDAY_FOUND = lc_holiday_found
tables
holiday_attributes = ltab_holiday_attributes
EXCEPTIONS
CALENDAR_BUFFER_NOT_LOADABLE =1
DATE_AFTER_RANGE =2
DATE_BEFORE_RANGE =3
DATE_INVALID =4
HOLIDAY_CALENDAR_ID_MISSING =5
HOLIDAY_CALENDAR_NOT_FOUND =6
OTHERS = 7.

if sy-subrc = 0 and
lc_holiday_found = 'X'.
write: / ld_date, 'is a holiday'.
else.
write: / ld_date, 'is not a holiday, or there was an error calling the function'.
endif.
HOLIDAY_GET
166

HR_DISPLAY_BASIC_LIST

167

HR_GET_LEAVE_DATA
168

169 HR_IE_NUM_PRSI_WEEKS

HR_PAYROLL_PERIODS_GET
170

Example:

DATA: IT_T549Q TYPE T549Q OCCURS 0 WITH HEADER LINE,


IT_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.

W_BEGDA = '20010101'.
W_PERNR = '00000001'.

CALL FUNCTION 'HR_PAYROLL_PERIODS_GET'


EXPORTING
get_begda = w_begda
TABLES
get_periods = it_t549q
EXCEPTIONS
no_period_found = 1
no_valid_permo = 2.
CHECK sy-subrc = 0.

CALL FUNCTION 'HR_TIME_RESULTS_GET'


EXPORTING
get_pernr = w_pernr
get_pabrj = it_t549q-pabrj
get_pabrp = it_t549q-pabrp
TABLES
get_zl = it_zl
EXCEPTIONS
no_period_specified = 1
wrong_cluster_version = 2
no_read_authority = 3
cluster_archived =4
technical_error = 5.

NOTE: it_zl-iftyp = 'A' absence


it_zl-iftyp = 'S' at work

HR_TIME_RESULTS_GET
171

Example:

DATA: IT_T549Q TYPE T549Q OCCURS 0 WITH HEADER LINE,


IT_ZL TYPE PC2BF OCCURS 0 WITH HEADER LINE.

W_BEGDA = '20010101'.
W_PERNR = '00000001'.

CALL FUNCTION 'HR_PAYROLL_PERIODS_GET'


EXPORTING
get_begda = w_begda
TABLES
get_periods = it_t549q
EXCEPTIONS
no_period_found = 1
no_valid_permo = 2.
CHECK sy-subrc = 0.

CALL FUNCTION 'HR_TIME_RESULTS_GET'


EXPORTING
get_pernr = w_pernr
get_pabrj = it_t549q-pabrj
get_pabrp = it_t549q-pabrp
TABLES
get_zl = it_zl
EXCEPTIONS
no_period_specified = 1
wrong_cluster_version = 2
no_read_authority = 3
cluster_archived =4
technical_error = 5.

NOTE: it_zl-iftyp = 'A' absence


it_zl-iftyp = 'S' at work

171 INIT_TEXT
172 K_WERKS_OF_BUKRS_FIND

LIST_FROM_MEMORY

173

LIST_TO_ASCII
174

MBEW_EXTEND
175

MONTH_NAMES_GET
176

MONTH_PLUS_DETERMINE

177

Example:

data: new_date type d.

CALL FUNCTION 'MONTH_PLUS_DETERMINE'


EXPORTING
months = -5 " Negative to subtract from old date, positive to add
olddate = sy-datum
IMPORTING
NEWDATE = new_date.

write: / new_date.

178 MS_EXCEL_OLE_STANDARD_OLE

OTF_CONVERT
179

POPUP_TO_CONFIRM_LOSS_OF_DATA

180

POPUP_TO_CONFIRM_STEP
181

POPUP_TO_CONFIRM_WITH_MESSAGE
182
POPUP_TO_CONFIRM_WITH_VALUE

183

184 POPUP_TO_DECIDE

POPUP_TO_DECIDE_WITH_MESSAGE
185

POPUP_TO_DISPLAY_TEXT
186

189 POPUP_TO_SELECT_MONTH

POPUP_WITH_TABLE_DISPLAY

190

PRICING

191

192 PROFILE_GET

193 PROFILE_SET

194 READ_TEXT

195 REGISTRY_GET

196 REGISTRY_SET

RFC_ABAP_INSTALL_AND_RUN

197

198 RH_GET_ACTIVE_WF_PLVAR

199 RH_GET_DATE_DAYNAME

RH_START_EXCEL_WITH_DATA

200

201 RH_STRUC_GET
RHP0_POPUP_F4_SEARK
202

Example:

Examples: search for any organizational structure

F4 = 'X'
PLVAR = '01'
OTYPE = 'O '

search for any persons

F4 = 'X'
PLVAR = '01'
OTYPE = 'P '

MULTI_SELECT = 'X' to allow multiple selection


EASY = 'X' for user-dependent matchcode

Unfortunately, the use of table BASE_OBJIDS is disabled, so you can't specify


a root for the hierarchy you display

203 RKD_WORD_WRAP

204 RP_CALC_DATE_IN_INTERVAL

205 RP_LAST_DAY_OF_MONTHS

206 RPY_DYNPRO_READ

RPY_TRANSACTION_READ

207

RS_COVERPAGE_SELECTIONS

208

209 RS_REFRESH_FROM_SELECTOPTIONS

210 RS_SEND_MAIL_FOR_SPOOLLIST

RS_VARIANT_CONTENTS
211

RSPO_DOWNLOAD_SPOOLJOB
212
RSPO_RETURN_ABAP_SPOOLJOB
213

RZL_READ_DIR

214

215 RZL_READ_DIR_LOCAL

RZL_READ_FILE

216

217 RZL_SLEEP

218 RZL_SUBMIT

RZL_WRITE_FILE_LOCAL

219

220 SAP_CONVERT_TO_XLS_FORMAT

SAPGUI_PROGRESS_INDICATOR
221

222 SAVE_TEXT

SCROLLING_IN_TABLE

223

224 SD_DATETIME_DIFFERENCE

SO_NEW_DOCUMENT_ATT_SEND_API1

225

SO_SPLIT_FILE_AND_PATH
226

SO_SPOOL_READ

227

SO_WIND_SPOOL_LIST
228

SWD_HELP_F4_ORG_OBJECTS

229
230 SX_OBJECT_CONVERT_OTF_PDF

SX_OBJECT_CONVERT_OTF_PRT
231

SX_OBJECT_CONVERT_OTF_RAW
232

SXPG_CALL_SYSTEM

233

SXPG_COMMAND_CHECK

234

SXPG_COMMAND_DEFINITION_GET
235

SXPG_COMMAND_EXECUTE

236

237 SXPG_COMMAND_LIST_GET

238 TERMINAL_ID_GET

239 TH_DELETE_USER

240 TH_ENVIRONMENT

TH_POPUP
241

TH_REMOTE_TRANSACTION
242

TH_USER_INFO
243

244 TH_USER_LIST

TMP_GUI_DIRECTORY_LIST_FILES
245
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.

Example:

data: lc_directory like bdschko16-target_dir value 'C:\TEMP\',


lc_filter(20) type c default '*.*'.
li_file_count type i,
li_dir_count type i,
ltab_dir_table like sdokpath occurs 0 with header line,
ltab_file_file_table like sdokpath occurs 0 with header line.

call function 'TMP_GUI_DIRECTORY_LIST_FILES'


exporting
directory = lc_directory
filter = lc_filter importing
file_count = li_file_count
dir_count = li_dir_count
tables
file_table = ltab_file_table
dir_table = ltab_dir_table
exceptions
cntl_error =1
others = 2.

246 UNIT_CONVERSION_SIMPLE

247 UPLOAD

UPLOAD_FILES
248

WEEK_GET_FIRST_DAY
249

WRITE_LIST
250

251 WS_DOWNLOAD

252 WS_EXCEL

253 WS_EXECUTE

254 WS_FILE_DELETE
255 WS_FILENAME_GET

WS_MSG
256

WS_UPLOAD
257

258 WS_VOLUME_GET

WWW_LIST_TO_HTML
259

260 ALSM_EXCEL_TO_INTERNAL_TABLE

261 POPUP_GET_VALUES

262 NUMBER_GET_INFO
Description Program Name

Calls any transaction from the ABAP Editor

To update LTAK table

Create Work Item as Result of Event

Calling up SAP Business Graphics (2D, 3D and 4D) GRBUSG_ GFW_PROG_PIE

PUT === Use 01.07.2002 -> 01.July.2002

Download ABAP documentation in HTML format.


With this function module you delete logs in the
database according to specified selection conditions

With this function module you can analyze logs in the


database.

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 specified


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

With this function module you read the log data in the
database for an object or sub-object according to
specified selection conditions.

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.

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.

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.

With this function module, you write the log header data
in local memory.

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.

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.

With this function module you write one or more


messages, without parameters, in local memory.
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.

Create Control for log display

Release Control

Put new data in log display

Delete logs from the database

Unlock log

Lock log

Load logs from the database

Load log(s)

Save logs in the database

Save log(s)

Prepare save

Find logs in the database

Display messages in memory

Display Log

Either output extended long text or call a callback routine


(based on the data in BAL_S_LOG-PARAMS)

Output all log header data

Display message long text

Either output extended long text or call a callback routine


(based on the data in BAL_S_MSG-PARAMS)

Output technical data of a message such as work area,


error number, etc.

End output
Initialize output

Set dataset to be displayed

Message hierarchy in DETLEVEL

Display without tree (fullscreen)

Display without tree (popup)

Standard profile (SLG1) for one log

Standard profile (SLG1) for a lot of logs

Assign authorization

Reset authorization

Read configuration

Set configuration

Put function group memory in ABAP-MEMORY

Get function group memory from ABAP-MEMORY

(Partially) reset global memory

(Partially) initialize memory

Get current message handle

Get message defaults

Find logs in memory

Find messages in memory

Create log with header data

Create log with header data

Delete log (from database also at Save)

Check existence of a log in memory

Change log header

Check log header data for consistency

Read log header and other data

Put message in log


Put message in log

Change message

Change message

Check message data for consistency

Add message cumulated

Delete message

Delete message

Check existence of a message in memory

Read message and other data

Replace last message

Delete log from memory

Delete log from memory

Output message as ABAP-MESSAGE

Read Application Log objects table record

Check whether object and subobject exist and the


combination is allowed

Read subobject table record

Trigger an event from ABAP/4 program

Fetch job log executions

Get the change document header for a sales document,


and put the results in an internal table.

OCUMENT_READ_HEADERS'

e IN s_aedat.
OCUMENT_READ_POSITIONS'

ame = 'LOEKZ'

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.

OCUMENT_READ_HEADERS'

e IN s_aedat.
OCUMENT_READ_POSITIONS'

ame = 'LOEKZ'

Return all of the characteristics for a material

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 justifed as numbers normally are.
Export a text table to the clipboard (on presentation
server)

Import a Text Table from the Clipboard (on presentation


server)

To load long text into SAP

converts any number into a string fill with zeroes, with


the number at the extreme right

converts any number with zeroes right into a simple


integer

convert abap spool output to PDF

Convert SAP documents (SAPScript) to other types.

= FILE_LEN

NEWIDTH =1

converts a OTF spool to PDF (i.e. Sapscript document)

Convert local currency to foreign currency.

Convert from foreign currency to local currency


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 week the


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

will return the week that a date is in.

Calculate a date N days in the future.

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 a file to the presentation server (PC)

Read the values from a dynpro. This function can be


used to read the values from a report's selection screen
too (Another example).

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.

Wait a specified period of time before continuing


processing.

Lock an abap program so that it cannot be executed.

SY-REPID to pass your report name to the function. The value of SY-
sed to the function module, and will no longer hold the value of the

return a list of filenames from a local or network drive

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


for the file
displays a calendar in a popup window and allows user
to choose a date, or it can be displayed read only.

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.

F4 help that returns the values selected in an internal


table. Very handy when programming your very own F4
help for a field.

ith header line.

ALUE_REQUEST'
documents the different reasons to use a search help
exit, and shows how it is done.

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 blank


filename if user selects cancel

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 accommadate that, it only
replaces the ampersands (&) in the message.

Execute a command on the FTP server

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

Close the connection (and log off) the FTP server

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.
SAP recommends using functions in function group
SFES instead. Below is an overview of the changes.
Fetch values from a set.

Get the current fiscal year.

to find fiscal year for

ent Fiscal Month


nt Fiscal Year
ous Fiscal Month
us Fiscal Year

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


program. Even includes the text definitions for the
selection screen

Returns a list of all INCLUDES in a program

Get the current job number from a program. Also returns


other useful info about the current job.

Create a directory on the presentation server

Replaces WS_FILE_DELETE. Delete a file on the


presentation server

Replaces WS_DOWNLOAD. Download table from the


app server to presentation server

Replaces WS_EXECUTE. Start a File or Program


Asynchronously with WinExec

Replaces WS_QUERY. Delivers Information About the


Desktop (client)

Delete a directory on the presentation server

Start a File or Program Asynchronously with


ShellExecute

Replaces WS_UPLOAD. Upoad file from presentation


server to the app server
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.

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.

URS 0 with header line,

_GET_WITH_TABLE'
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.

m default sy-datum,
lid default 'CA',
ccurs 0 with header line,

ECK_AND_GET_INFO'

holiday_cal_id

lc_holiday_found

holiday_attributes

ADABLE =1

SING =5
OUND =6

there was an error calling the function'.


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

Get all leave information (includes leave entitlement,


used holidays/paid out holidays)

Return the number of weeks between two dates.

Get the payroll period for a particular date. (provided by


Francois Henrotte)

CCURS 0 WITH HEADER LINE,


0 WITH HEADER LINE.

L_PERIODS_GET'

SULTS_GET'
Get the time results for a payroll period. (provided by
Francois Henrotte)

CCURS 0 WITH HEADER LINE,


0 WITH HEADER LINE.

L_PERIODS_GET'

SULTS_GET'

To load long text into SAP


Return a list of all plants for a given company code.

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) from OTF


to ASCII format

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

Add or subtract months from a date. To subtract a


month, enter a negative value for the 'months'
parameter.

_DETERMINE'

ubtract from old date, positive to add

will build a file, and automatically start Excel

wraps several other function modules. Will convert OTF


to ASCII or PDF

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 question


whether the user wishes to perform the step.

Create a dialog box in which you inform the user about a


specific decision point during an action.
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 buttons

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 line


message

Popup to choose a month

Provide a display of a table for user to select one, with


the value of the table line returned when selected.

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

Write an Entry in an INI File on the frontend

To load long text into SAP

Read an Entry from the Registry

Set an entry in the Registry

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.

Return the active HR Plan

return the day based on the date provied

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


is a matchcode for any type of HR Planning object,
including the possibility to fill the field that you want

nal structure

w multiple selection

_OBJIDS is disabled, so you can't specify

Convert a long string or phrase into several lines.

Add/subtract years/months/days from a date

Determine last day of month

Read dynpro, including screen flow

Given a transaction, return the program and screen or


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

Returns an internal table that contains a formatted list of


all the selection parameters entered for a report. Table is
ready to print out.

Get the current contents of selection screen

Send message from ABAP/4 program to SAPoffice.

Returns the contents of the specified variant in a table.

Download the spool from a program to a file. Requires


spool number.
Fetch printer spool according to the spool number
informed.

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

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.

Hang the current application from 1 to 5 seconds.

Submit a remote report.

Saves table to the presentation server (not PC). Does


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

Convert data to Microsoft Excel format.

Display a progress bar on the SAP GUI, and give the


user some idea of what is happening

To load long text into SAP

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)

Give the difference in Days and Time for 2 dates

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 a path.

Fetch printer spool according to the spool number


informed. See also
RSPO_RETURN_ABAP_SPOOLJOB

Browse printer spool numbers according to user


informed.

HR Matchcode tailored for organizational units. Includes


a button so that you can browse the hierarchy too.
Conversion From OTF to PDF (SAPScript conversion)

Conversion From OTF to Printer Format (SAPScript


conversion)

Conversion From OTF to ASCII (SAPScript conversion)

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 the


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

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, 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 definitions.

Return the terminal id

Logoff a user. Similar results to using SM04.

Get the UNIX environment

Display a popup system message on a specific users


screen.

Run a transaction on a remote server. Optionally provide


BDC data to be used in the transaction

Give information about the current user (sessions,


workstation logged in from, etc)

Show which users are logged into an app server

Retrieve all of the files and subdirectories on the


Presentation Server (PC) for a given directory.
sed for the filter, you will not get any directories, unless they match
ou entered *.png, then only files and directories that end in png will be

6-target_dir value 'C:\TEMP\',

ccurs 0 with header line,


occurs 0 with header line.

RY_LIST_FILES'

convert weights from one UOM to another.

upload a file to the presentation server (PC)

Will load one or more files from app or presentation


server

For a given week (YYYYMM format), this function


returns the date of the Monday of that week.

Useful for writing out the list contents that result from the
function LIST_FROM_MEMORY.

Save Internal Table as File on the Presentation Server

Start EXCEL on the PC

execute a program on a windows PC

Delete File at the Frontend


Call File Selector

Create a dialog box in which you display an one line


message

Load Files from the Presentation Server to Internal


ABAP Tables

Get the label from a frontend device.

After running a report, call this function to convert the list


output to HTML.

To upload Excel file from front end

Pop up to take the values from the user.


Sr. Program Name Description

Tcode - CG3Y Downloading a PDF file from Application server to presentation server
1 REKH0004 SAP demo program that shows how to do 2D, 3D, and 4D graphics.

2 RGUGBR00 Substitution/Validation utility

RHGENZ0/HRGRENZ2 RHGRENZ0/2 will abend if there are any inconsistencies between PD


Notes and PA (i.e. people in a different controlling area than the position they
3 belong to).

RHGRENZ0 Delimit IT1000 and related 1001s. Program will delete any 1001 infotypes
4 whose start date is after the delimit date.

RHGRENZ1 Extend the end date on delimited records. Very useful when you delimit a
bunch of records incorrectly, and need to change the end date.
5

6 RHGRENZ2 Delimit IT1001 only.

RKCTSEAR Search source code for up to two strings. Also see RSRSCAN1 and
7 RPR_ABAP_SOURCE_SCAN.

8 RPDTRA00 List all HR transactions.

RPR_ABAP_SOURCE_SC Search ABAP code for a string. Has many more options for selecting the
9 AN ABAPs to search than RSRSCAN1 or RKCTSEAR.

RPUAUD00 HR Report to list all logged changes for an employee. Uses the PCL4
10 Audit Cluster.

11 RPUAUDDL HR Report to delete audit data from the PCL4 Audit Cluster.

RPUDELPN Delete all info for an employee number, including cluster data and
12 infotypes

13 RPUP1D00/10 View/Delete data from PCL1 Cluster

14 RPUP2D00/10 View/Delete data from PCL2 Cluster

15 RPUP3D00/10 View/Delete data from PCL3 Cluster

16 RPUP4D00/10 View/Delete data from PCL4 Cluster

17 RSABAPIV Mass print/display of ABAP/4 help text

18 RSAVGL00 Table adjustment across clients

RSBDCBTC Submit a BDC job with an internal batch number and wait for the end of
19 the batch input session.

RSBDCDRU Prints the contents of a Batch Input session. No options for error
20 transactions only.
RSBDCOS0 Execute UNIX commands. Looks similar to the old SAPMSOS0 program
21 that disappeared in 3.0

22 RSBDCSUB Release batch input sessions automatically

23 RSBTCDEL Clean the old background job records

24 RSCLTCOP Copy tables across clients

25 RSDBCREO Clean batch input session log

26 RSINCL00 Extended program list

27 RSORAREL Get the Oracle Release

28 RSPARAM Display all instance parameters

29 RSPO0041 Removing old spooling objects

RSRSCAN1 Search source code for a given string. Will also search includes. Also see
30 RKCTSEAR and RPR_ABAP_SOURCE_SCAN.

31 RSSNAPDL Clean the old ABAP error dumps

32 RSTBSERV Compare a contents of a table between clients

33 RSTXFCON Converts SAPScript page formats

34 RSTXSCRP Save a SAPScript layout set to disk, and load it back into SAP.

35 RSTXSCRP Transport SAPscript files across systems

36 RSTXSCRP Upload and download SAPScript layout sets

RSTXTPDF4 Pass the spool number of a report's output to this program to have the
37 output converted to PDF format.

RSTXTRAN Add standard texts to a transport so they can be moved between


38 systems.

39 RSUSR003 Check the passwords of users SAP* and DDIC in all clients

40 RSUSR006 List users last login

41 RSWBO052 Change development class of a sapscript (provided by Alan Cecchini)

42 RSWBO060 put objects into a request and transport it to any other system
Sales and Distribution

Sr. No. Table Name Description

1 KONV Conditions for Transaction Data

2 KONP Conditions for Items

3 LIKP Delivery Header Data

4 LIPS Delivery: Item data

5 VBAK Sales Document: Header Data

6 VBAP Sales Document: Item Data

7 VBBE Sales Requirements: Individual Records

8 VBEH Schedule line history

9 VBEP Sales Document: Schedule Line Data

10 VBFA Sales Document Flow

11 VBLB Sales document: Release order data

12 VBLK SD Document: Delivery Note Header

13 VBPA Sales Document: Partner

14 VBRK Billing: Header Data

15 VBRP Billing: Item Data

VBUK Sales Document: Header Status and


16 Administrative Data

17 VBUP Sales Document: Item Status

18 VEKP Handling Unit - Header Table

19 VEPO Packing: Handling Unit Item (Contents)

20 VEPVG Delivery Due Index


Material Management

Sr NoTable Name Description

1 EINA Purchasing Info Record- General Data

EINE Purchasing Info Record- Purchasing


2 Organization Data

3 MAKT Material Descriptions

4 MARA General Material Data

5 MARC Plant Data for Material

6 MARD Storage Location Data for Material

7 MAST Material to BOM Link

8 MBEW Material Valuation

9 MKPF Header- Material Document

10 MSEG Document Segment- Material

11 MVER Material Consumption

12 MVKE Sales Data for materials

13 RKPF Document Header- Reservation

14 T023 Mat. Groups

15 T024 Purchasing Groups

16 T156 Movement Type

17 T157H Help Texts for Movement Types


Purchasing

Sr No. Table NamDescription

1 A501 Plant/Material

2 EBAN Purchase Requisition

3 EBKN Purchase Requisition Account Assignment

4 EKAB Release Documentation

5 EKBE History per Purchasing Document

6 EKET Scheduling Agreement Schedule Lines

7 EKKN Account Assignment in Purchasing Document

8 EKKO Purchasing Document Header

9 EKPO Purchasing Document Item

10 IKPF Header- Physical Inventory Document

11 ISEG Physical Inventory Document Items

12 LFA1 Vendor Master (General section)

13 LFB1 Vendor Master (Company Code)

14 NRIV Number range intervals

15 RESB Reservation/dependent requirements

16 T161T Texts for Purchasing Document Types


Finance

Sr No. Table Name Description

1 AGKO Cleared Accounts

2 ANAR Asset Types

3 ANAT Asset type text

4 ANEK Document Header Asset Posting

5 ANEP Asset Line Items

6 ANEV Asset downpymt settlement

7 ANKT Asset classes- Description

8 ANLA Asset Master Record Segment

9 ANLB Depreciation terms

10 ANLC Asset Value Fields

11 ANLH Main asset number

12 AT02T Transaction Activity Category- Description

13 AT02A Transaction Code for Menu TIMN

14 AT10 Transaction type

15 AT10T Name of Transaction Type

16 BKDF Document Header Supplement for Recurring Entry

17 BKORM Accounting Correspondence Requests

18 BKPF Accounting Document Header

19 BLPK Document log header

20 BLPP Document log item

21 BLPR Document Log Index and Planned Order (Backflush)

22 BNKA Bank master record

23 BP000 Business Partner Master (General Data)


24 BPBK Doc.Header Controlling Obj.

25 BPEG Line Item Total Values Controlling Obj.

26 BPEJ Line Item Annual Values Controlling Obj.

27 BPEP Line Item Period Values Controlling Obj.

28 BPGE Totals Record for Total Value Controlling obj.

29 BPJA Totals Record for Annual Total Controlling Obj.

BSAD Accounting- Secondary Index for Customers (Cleared


30 Items)

BSAK Accounting- Secondary Index for Vendors (Cleared


31 Items)

BSAS Accounting- Secondary Index for G/L Accounts (Cleared


32 Items)

33 BSEC One-Time Account Data Document Segment

34 BSEG Accounting Document Segment

35 BSID Accounting- Secondary Index for Customers

36 BSIK Accounting- Secondary Index for Vendors

37 BSIM Secondary Index, Documents for Material

37 BSIS Accounting- Secondary Index for G/L Accounts

38 CEPC Profit Center Master Data Table

39 CEPCT Texts for Profit Center Master Data

40 COBRA Settlement Rule for Order Settlement

41 COBRB Distribution Rules Settlement Rule Order Settlement

42 COKA CO Object- Control Data for Cost Elements

43 COSP CO Object- Cost Totals for External Postings

44 COSS CO Object- Cost Totals for Internal Postings

45 CRCO Assignment of Work Center to Cost Center

CSKA Cost Elements (Data Dependent on Chart of Accounts)


45
46 CSKB Cost Elements (Data Dependent on Controlling Area)

47 CSLA Activity master

48 FEBEP Electronic Bank Statement Line Items

49 FPLA Billing Plan

50 FPLT Billing Plan- Dates

51 GLPCT EC-PCA- Totals Table

52 KNA1 General Data in Customer Master

53 KOMK Pricing Communication Header

54 MAHNV Management Records for the Dunning Program

55 REGUT TemSe - Administration Data

56 SKA1 G/L Account Master (Chart of Accounts)

SKAT G/L Account Master Record (Chart of Accounts-


57 Description)

58 SKB1 G/L account master (company code)

59 T003T Document Type Texts

60 T007S Tax Code Names

61 T087J Text

62 TAPRFT Text tab. for investment profile

63 TKA01 Controlling Areas

64 TKA09 Basic Settings for Versions

65 TKVS CO Versions

66 TZB0T Flow types text table

67 TZPAT Financial Assets Management product type texts

VBSEGS Document Segment for G/L Accounts Document Parking


68

69 VTBFHA Transaction
70 VTBFHAPO Transaction Flow

71 VTBFHAZU Transaction Activity

72 VTBFINKO Transaction Condition

73 VTIDERI Master Data Listed Options and Futures

74 VTIFHA Underlying transaction

75 VTIFHAPO Underlying transaction flows

76 VTIFHAZU Underlying transaction status table

77 VTIOF Options Additional Data

78 VWPANLA Asset master for securities


Plant Maintenance

Sr NoTable Name Description

1 AFAB Network - Relationships

2 AFFH PRT assignment data for the work order

3 AFFL Work order sequence

4 AFFT Order - Process Instructions

5 AFFV Order - Process Instruction Values

6 AFFW Goods movements with errors from confirmations

7 AFIH Maintenance order header

8 AFKO Order header data PP orders

9 AFPO Order item

10 AFRC Incorrect cost calculations from confirmations

11 AFRD Default values for collective confirmation

12 AFRH Header information for confirmation pool

13 AFRU Order completion confirmations

14 AFRV Confirmations pool

15 AFVC Operation within an order

16 AFVU DB structure of the user fields of the operation

17 AFVV DB structure of the quantities/dates/values in the operation

18 AFWI Subsequently posted goods movements for confirmations

19 AUFK Order master data

20 AUFM Goods movements for order

21 BGMK Master Warranty Header

22 BGMP Master Warranty Item

23 BGMS Master Warranty Text Item


24 BGMT Master Warranty Text

25 BGMZ Warranty Counter

26 CRHD Work Center Header

27 CRTX Text for the Work Center or Production Resource/Tool

28 EQKT Equipment Short Texts

29 EQST Equipment to BOM Link

30 EQUI Equipment master data

31 EQUZ Equipment time segment

32 HIKO Order master data history

33 IFLO Table generated for View IFLO

34 IFLOT Functional Location (Table)

35 IFLOTX Functional Location- Short Texts

36 IHGNS Permit Segment for Plant Maintenance

37 IHPA Plant Maintenance- Partners

37 IHSG Object-Related Permits in Plant Maintenance

38 ILOA PM Object Location and Account Assignment

39 IMPTT Measuring Point (Table)

40 IMRG Measurement Document

41 KAKO Capacity Header Segment

42 KONP Conditions (Item)

43 KONV Conditions (Transaction Data)

44 OBJK Plant Maintenance Object List

45 QMEL Quality Notification

45 QMFE Quality notification - items

46 QMIH Quality message - maintenance data excerpt

47 QMMA Quality notification - activities


48 QMSM Quality notification - tasks

49 QMUR Quality notification - causes

50 T001 Company Codes

51 T001L Storage Locations

52 T001W Plants/Branches

53 T077D Customer account groups

54 T003O Order Types

55 T352R Maintenance revisions

56 T353I_T Maintenance activity type description

57 T356 Priorities

58 T357G Permits

59 T357G_T Text for Table 357GT

60 T370A Activity Category for PM Lists

61 TINCT Customers- Incoterms- Texts

62 TVKO Organizational Unit- Sales Organizations

63 TVKOS Organizational Unit- Divisions per Sales Organization

64 TVKOV Org. Unit- Distribution Channels per Sales Organization

65 TVTA Organizational Unit- Sales Area(s)

66 VIAUFKST Generated Table for View VIAUFKST

67 T003O Order Type (It has field for Number Range)

68
Project Systems

Sr No. Table NamDescription

1 IMAK Appropriation requests - general data

2 IMAV Appropriation request variant

3 IMPR Investment Program Positions

4 IMPU Texts for cap. inv. program positions

5 IMTP Investment programs

6 IMZO Assignment Table- CO Object - Capital Investment Prog.Pos.

7 PMCO Cost structure of maintenance order

8 PRHI Work Breakdown Structure, Edges (Hierarchy Pointer)

9 PROJ Project definition

10 PRPS WBS (Work Breakdown Structure) Element Master Data


Production Planning

Sr No. Table NamDescription

1 MAST Material BOM

2 STKO BOM Header

3 STPO BOM Positions (detail)

4 MAPL Assignment fo Task Lists to Materials

5 PLKO Routing Group Header

6 PLSO Routing Group Sequence

7 PLPO Routing Group Operations

8 AFKO Production Order Header

9 AFPO Production Order Position (details)


Human Resource

Sr No. Table Name Description

1 CATSCO Cross-Application Time Sheet (CATS)- Transfer to CO

2 CATSDB CATS- Database Table for Time Sheet

3 CATSHR Cross-Application Time Sheet (CATS)- Transfer to HR

4 CATSMM Cross-Application Time Sheet (CATS)- Transfer to MM

5 CATSPM Cross-Application Time Sheet (CATS)- Transfer to PM/CS

6 CATSPS Cross-Application Time Sheet (CATS)- Transfer to PS

7 CSKS Cost Center Master Data

8 CSKT Cost Center Texts

9 PCL1 HR Cluster 1

10 PCL2 HR Cluster 2

11 T001P Personnel Area/Subarea

12 T001T Company code-dependent texts

13 T500L Personnel Country Grouping

14 T500P Personnel Areas

15 T502T Marital Status Designators

16 T503 Employee Group/Subgroup

17 T503T Employee Subgroup Names

18 T508A Work Schedule Rules

19 T510 Pay Scale Groups

20 T510A Pay Scale Types

21 T510F Assign Pay Scale --- Currency

22 T510W Pay Scale - Period Parameter Assignment

23 T511 Wage Types


24 T512T Wage Type Texts

25 T512W Wage Type Valuation

26 T512Z Permissibility of Wage Types per Infotype

27 T527X Organizational Units

28 T528T Position Texts

29 T529T Personnel Action Texts

30 T529U Status Values

31 T530 Reasons for Actions

32 T530T Reason for Action Texts

33 T549A Payroll Accounting Areas

34 T549Q Payroll Periods

35 T550A Daily Work Schedule

36 T550S Daily Work Schedule Texts

37 T551S Period Work Schedule Texts

37 T552A Monthly Work Schedule

38 T554C Absence Valuation

39 T554S Attendance and Absence Types

40 T554T Attendance and Absence Texts

41 T558B Payroll Account Transfer- Payroll Periods

42 T569V Control Records

43 T5K8C Transfer ext. payroll results into Canadian specific tables

44 T74FA Benefit insurance plan

45 T74FC Benefits Insurance Coverage Rule

45 HRP1000 Infotype 1000 DB Table (Objects)

46 HRP1001 Infotype 1001 DB Table (Relationships)

47 HRP1002 Infotype 1002 DB Table


48 HRP1003 Infotype 1003 DB Table

49 HRP1004 Infotype 1004 DB table

50 HRP1005 DB Table for Infotype 1005 (Planned Compensation)

51 HRP1006 Infotype 1006 DB table

52 HRP1007 Infotype 1007 DB Table

53 HRP1008 Infotype 1008 DB Table

54 HRP1009 Infotype 1009 DB table

55 HRP1010 Infotype 1010 DB table

56 HRP1011 Infotype 1011 DB Table

57 HRP1013 Infotype 1013 DB Table

58 HRP1014 Infotype 1014 DB Table

59 HRP1015 Infotype 1015 DB table

60 HRP1016 Infotype 1016 DB Table

61 HRP1017 Infotype 1016 DB Table

62 HRP1018 DB Table for Infotype 1018 Cost Distribution

63 HRP1019 DB Table for Infotype 1019 Required Positions

64 HRP1020 Infotype 1020 DB table

65 HRP1021 INFOTYPE 1021 DB TABLE

66 HRP1023 Infotype 1023 DB table

67 HRP1024 INFOTYPE 1024 DB TABLE

68 HRP1025 INFOTYPE 1025 DB TABLE

69 HRP1026 Infotype 1026 DB table

70 HRP1027 Infotype 1027 DB table

71 HRP1028 Infotype 1028 DB Table

72 HRP1029 Infotype 1029 DB table


73 HRP1030 Infotype 1030 DB table

74 HRP1031 Infotype 1031 DB table

75 HRP1032 Infotype 1032 DB Table

76 HRP1033 DB table for infotype 1033

77 HRP1034 Infotype 1034 DB table

78 HRP1035 Infotype 1035 DB Table

79 HRP1036 Infotype 1036 DB table

80 HRP1037 Infotype 1037 DB Table

81 HRP1038 Infotype 1038 DB table

82 HRP1039 Database Table for Infotype 1039

83 HRP1040 Database Table for Infotype 1040

84 HRP1041 DB Table for Infotype 1041

85 HRP1042 Infotype 1042 DB Table

86 HRP1043 DB Table for Infotype 1043

87 HRP1044 DB Table for Infotype 1044

88 HRP1045 DB Table for Infotype 1045

89 HRP1046 Database Table for Infotype 1046

90 HRP1047 DB Table for Infotype 1047

91 HRP1048 DB Table for Infotype 1048

92 HRP1049 Database Tables for Infotype 1049

93 HRP1050 DB Table for Infotype 1050 (Job Evaluation Results)

94 HRP1051 DB Table for Infotype 1051 (Survey Results)

95 HRP1060 DB Table for Infotype 1060

96 HRP1061 DB Table for Infotype 1061

97 HRP1062 DB Table for Infotype 1062

98 HRP1063 DB Table for Infotype 1063


99 HRP1201 Infotype 1201 DB Table

100 HRP1205 Infotype 1205 DB Table

101 HRP1206 Infotype 1206 DB Table

102 HRP1208 Infotype 1208 DB Table

103 HRP1209 Infotype 1209 DB Table

104 HRP1210 Infotype 1210 DB Table

105 HRP1211 Infotype 1211 DB Table

106 HRP1212 Infotype 1212 DB Table

107 HRP1213 Infotype 1213 DB Table

108 HRP1214 Infotype 1214 DB Table

109 HRP1215 Infotype 1215 DB Table

110 HRP1216 Infotype 1216 DB Table

111 HRP1217 Infotype 1217 DB Table

112 HRP1218 DB Table for Infotype 1218

113 HRP1220 DB Table for Infotype 1220 Activity Profile

114 HRP1221 DB Table for Infotype 1221 Excluded Activities

115 HRP1222 Infotype 1222- General attribute maintenance

116 HRP1230 DB Table for Infotype 1230

117 HRP1240 DB Table for Infotype 1240

118 HRP1250 DB table for infotype 1250

119 HRP1251 DB table for infotype 1251

120 HRP1252 DB table for infotype 1252

121 HRP1253 DB table for infotype 1253

122 HRP1254 DB Table for Infotype 1254

123 HRP1260 DB Table for Infotype 1260


124 HRP1270 DB Table for Info Type 1270

125 HRP1403 DB table for infotype 1403

126 HRP1404 DB table for infotype 1404

127 HRP1500 DB Table for Infotype 1500

128 HRP1501 DB Table for Infotype 1501

129 HRP1502 DB Table for Infotype 1502

130 HRP1503 DB Table for Infotype 1503

131 HRP1504 DB Table for Infotype 1504

132 HRP1505 DB Table for Infotype 1505

133 HRP1506 DB Table for Infotype 1506

134 HRP1507 DB Table for Infotype 1507

135 HRP1518 DB Table for Infotype 1518

136 HRP1519 DB Table for Infotype 1519

137 HRP1520 DB Table for Infotype 1520

138 HRP1600 Database Table for Infotype 1600

139 HRP1601 Database Table for Infotype 1601

140 HRPAD21 Additional data PAD21

141 HRPAD22 Additional data PAD22

142 HRPAD23 Additional data PAD23

143 HRPAD25 Additional data PAD25

144 HRPAD27 Additional data PAD27

145 HRPAD31 Additional data PAD31

146 HRPAD34 Additional Data for Relationship 'has attended'

147 HRPAD44 PAD44 Additional Data

148 HRPAD47 PAD47 Additional Data


149 HRPAD48 Additional Data PAD48

150 HRPAD50 Additional Data PAD50

151 HRPAD51 Additional data PAD51

152 HRPAD53 Additional Data PAD53

153 HRPAD63 PAD63 Additional Data

154 HRPAD77 Additional data for PAD77

155 HRPADBLIST Additional Data Databases

156 HRPADD2 Additional Data PADD2

157 HRPADD3 Additional Data PADD3

158 HRPADIC Additional Data PADD2

159 HRPADNLIST Additional Data Number List

160 HRPADNN General Additional Data Table

161 HRPADP1 Additional Data PADP1

162 HRPADP2 Additional Data PADP2

163 HRPADPM Additional Data PADPM

164 HRPADTI PADTI Additional Data

165 HRPADUZ PADUZ Additional Data- Requirements Assignment of Persons

166 HRPADXN Additional Data PADXN

167 HRPS_T012K For Decoupled Access to T012K (House Bank and Account)

168 HRPVAC List of vacant positions

169 HRPXXXX DB Table for Infotype XXXX

170 HRPYYYY DB Table for Infotype YYYY

171 PA2001 HR Time Record- Infotype 2001 (Absences)

172 PA2001_UGR Generated Table for View PA2001_UGR

173 PA2002 HR Time Record- Infotype 2002 (Attendances)

174 PA2002_UGR Generated Table for View PA2002_UGR


175 PA2003 HR Time Record- Infotype 2003 (Substitutions)

176 PA2004 HR Time Record- Infotype 2004 (Availability)

177 PA2005 HR Time Record- Infotype 2005 (Overtime)

178 PA2006 HR Time Record- Infotype 2006 (Absence Quotas)

179 PA2006_UGR Generated Table for View PA2006_UGR

180 PA2007 HR Time Record- Infotype 2007 (Attendance Quotas)

181 PA2007_UGR Generated Table for View PA2007_UGR

182 PA2010 HR Time Record- Infotype 2010 (Employee Remuneration Info.)

183 PA2012 HR Time Record- Infotype 2012 (Time Transfer Specifications)

184 PA2013 HR Time Record- Infotype 2013 (Quota Corrections)

185 PA2500 HR Master Record for Infotype 2500

186 PA2501 HR Master Record for Infotype 2501

189 PA2502 HR Master Record for Infotype 2502

190 PA0000 HR Master Record- Infotype 0000 (Actions)

191 PA0001 HR Master Record- Infotype 0001 (Org. Assignment)

192 PA0002 HR Master Record- Infotype 0002 (Personal Data)

193 PA0003 HR Master Record- Infotype 0003 (Payroll Status)

194 PA0004 HR Master Record- Infotype 0004 (Challenge)

195 PA0005 HR Master Record- Infotype 0005 (Leave Entitlement)

196 PA0006 HR Master Record- Infotype 0006 (Addresses)

197 PA0007 HR Master Record- Infotype 0007 (Planned Working Time)

198 PA0008 HR Master Record- Infotype 0008 (Basic Pay)

199 PA0009 HR Master Record- Infotype 0009 (Bank Details)

200 PA0010 HR Master Record- Infotype 0010 (Capital Formation)

201 PA0011 HR Master Record- Infotype 0011 (Ext.Bank Transfers)


202 PA0012 HR Master Record- Infotype 0012 (Fiscal Data - Germany)

203 PA0013 Infotype Social Insurance - Germany

204 PA0014 HR Master Record- Infotype 0014 (Recur. Payments/Deds.)

205 PA0015 HR Master Record- Infotype 0015 (Additional Payments)

206 PA0016 HR Master Record- Infotype 0016 (Contract Elements)

207 PA0017 HR master record- Infotype 0017 (Travel Privileges)

208 PA0019 HR Master Record- Infotype 0019 (Monitoring of Dates)

209 PA0020 HR Master Record- Infotype 0020 (DUEVO)

210 PA0021 HR Master Record- Infotype 0021 (Family)

211 PA0022 HR Master Record- Infotype 0022 (Education)

212 PA0023 HR Master Record- Infotype 0023 (Other/Previous Employers)

213 PA0024 HR Master Record- Infotype 0024 (Qualifications)

214 PA0025 HR Master Record- Infotype 0025 (Appraisals)

215 PA0026 HR Master Record- Infotype 0026 (Company Insurance)

216 PA0027 HR Master Record- Infotype 0027 (Cost Distribution)

217 PA0028 HR Master Record- Infotype 0028 (Int. Medical Service)

218 PA0029 HR Master Record- Infotype 0029 (Workers' Compensation)

219 PA0030 HR Master Record- Infotype 0030 (Powers of Attorney)

220 PA0031 HR Master Record- Infotype 0031 (Reference Pers.Nos.)

221 PA0032 HR Master Record- Infotype 0032 (Internal Data)

222 PA0033 International Infotype 0033- Statistics Exceptions

223 PA0034 HR Master Record- Infotype 0034 (Corporate Functions)

224 PA0035 HR Master Record- Infotype 0035 (Comp.Instr.)

225 PA0036 HR Master Record- Infotype 0036 (Social Insurance CH)

226 PA0037 HR Master Record- Infotype 0037 (Insurance)

227 PA0038 HR Master Record- Infotype 0038 (Fiscal Data CH)


228 PA0039 HR Master Record- Infotype 0039 (Add. Org. Assignment CH)

229 PA0040 HR Master Record- Infotype 0040 (Objects on Loan)

230 PA0041 HR Master Record- Infotype 0041 (Date Specifications)

231 PA0042 HR Master Record- Infotype 0042 (Fiscal Data - Austria)

232 PA0043 HR Master Record- Infotype 0043 (Family Allowance - A)

233 PA0044 HR Master Record- Infotype 0044 (Social Insurance - A)

234 PA0045 HR Master Record- Infotype 0045 (Company Loans)

235 PA0046 HR Master Record- Infotype 0046 (Company Pension Fund CH)

236 PA0048 HR Master Record- Infotype 0048 (Residence Status - CH)

237 PA0049 HR Master Record- Infotype 0049 (Red.Hrs./Bad Weather)

238 PA0050 HR Master Record- Infotype 0050 (Time Recording)

239 PA0051 HR Master Record- Infotype 0051 (ASB/SPI Data)

240 PA0052 HR Master Record- Infotype 0052 (Wage Maintenance)

241 PA0053 HR Master Record- Infotype 0053 (Company Pension)

242 PA0054 HR Master Record- Infotype 0054 (Works Council Pay)

243 PA0055 HR Master Record- Infotype 0055 (Previous Employer - A)

244 PA0056 HR Master Record- Infotype 0056 (Sick Certificates-A)

245 PA0057 HR Master Record- Infotype 0057 (Membership Fees)

246 PA0058 HR Master Record- Infotype 0058 (Commuter Rate - Austria)

247 PA0059 HR Master Record- Infotype 0059 (Social Insurances - NL)

248 PA0060 HR Master Record- Infotype 0060 (Fiscal Data - NL)

249 PA0061 HR Master Record- Infotype 0061 (Social Insurance - ES)

250 PA0062 HR master record- Infotype 0062 Fiscal data (ES)

251 PA0063 HR Master Record- Infotype 0063 (Social Fund - NL)

252 PA0064 HR Master Record- Infotype 0064 (Social Insurance - F)


253 PA0065 HR Master Record- Infotype 0065 (Tax - GB)

254 PA0066 HR Master data infotype 0066 - Canadian garnishment- order

255 PA0067 HR master data infotype 0067 - Canadian garnishment- debt

256 PA0068 HR master data infotype 0068 - Canadian garnishment- adjust

257 PA0069 HR Master Record- Infotype 0069 (Nat. Insurance - GB)

258 PA0070 HR Master Record- Infotype 0070 (Court Orders - GB)

259 PA0071 HR Master Record- Infotype 0071 (Pension Funds - GB)

PA0072 HR Master Record- Infotype 0072 (Fiscal Data - DK)

PA0073 HR Master Record- Infotype 0073 (Private Pensions - DK)

PA0074 HR Master Record- Infotype 0074 (Leave Processing - DK)

PA0075 HR Master Record- Infotype 0075 (ATP Pension - DK)

PA0076 HR Master Record- Infotype 0076 (Workers Compensation NA)

PA0077 HR Master Record- Infotype 0077 (Additional Personal Data)

PA0078 HR Master Record- Infotype 0078 (Loan Payments)

PA0079 Infotype SI Additional Insurance - D

PA0080 HR Master Record- Infotype 0080 (Maternity Protection)

PA0081 HR Master Record- Infotype 0081 (Military Service)

PA0082 HR Master Record- Infotype 0082 (Additional Absence Data)

PA0083 HR Master Record- Infotype 0083 (Leave Compensation)

PA0084 HR Master Record- Infotype 0084 (Sickness Pay Control - GB)

PA0085 HR Master Record- Infotype 0085 (Work Incapacity Periods GB)

PA0086 HR Master Record- Infotype 0086 (SSP/SMP Exclusions GB)

PA0087 HR Master Record- Infotype 0087 (WFTC/DPTC GB)

PA0088 HR Master Record- Infotype 0088 (SMP Record - GB)

PA0090 HR Master Record- Infotype 0090 (Additional Income)

PA0092 HR master record- Infotype 0092 Seniority (ES)


PA0093 HR Master Record- Infotype 0093 (Previous Employers - D)

PA0094 HR Master Record- Infotype 0094 (Residence Status - NA)

PA0095 HR Master Record- Infotype 0095 (Tax Canada)

PA0096 HR Master Record- Infotype 0096 (Tax - USA)

PA0098 HR Master Record- Infotype 0098 (Profit Sharing - F)

PA0100 HR Master Record- Infotype 0100 (SI B)

PA0101 HR Master Record- Infotype 0101 (Tax B)

PA0102 HR Master Record- Infotype 0102 (Grievances NA)

PA0103 HR Master Record- Infotype 0103 (Bond Purchases NA)

PA0104 HR Master Record- Infotype 0104 (Bond Denominations NA)

PA0105 HR Master Record- Infotype 0105 (Communications)

PA0106 HR Master Record- Infotype 0106 (Related Persons NA)

PA0107 HR Master Record- Infotype 0107 (Work Schedule B)

PA0108 HR Master Record- Infotype 0108 (Personal Data B)

PA0109 HR Master Record- Infotype 0109 (Contract Elements B)

PA0110 HR Master Record- Infotype 0110 (Pensions NL)

PA0111 HR Master Record- Infotype 0111 (Garnishment/Cession - D)

PA0112 HR Master Record- Infotype 0112 (Garnishment Claim - D)

PA0113 HR Master Record- Infotype 0113 (Garnish. Interest - D)

PA0114 HR Master Record- Infotype 0114 (Garnishment Amount D)

PA0115 HR Master Record- Infotype 0115 (Garnishment Wages D )

PA0116 HR Master Record- Infotype 0116 (Garn. Transfer D)

PA0117 HR Master Record- Infotype 0117 (Garn. Compensation D)

PA0118 HR Master Record- Infotype 0118 (Child Allowance D)

PA0119 HR Master Record- Infotype 0119 (Annual Income CA D)


PA0120 HR Master Record- Infotype 0120 (Pension Fund Trans. CH)

PA0121 HR Master Record- Infotype 0121 (RefPerNo Priority)

PA0122 HR Master Record- Infotype 0122 (Child Allowance Bonus D)

PA0125 HR Master Record- Infotype 0125 (Garnishment B)

PA0126 Infotype- Supplementary Pension Germany

PA0127 HR Master Record- Infotype 0127 (Commuter Traffic NL)

PA0128 HR Master Record- Infotype 0128 (Notifications)

PA0129 HR Master Record- Infotype 0129 (Text Number Assign.)

PA0130 HR Master Record- Infotpye 0130 (Checking Procedures)

PA0131 HR Master Record- Infotype 0131 (Garnishment/Cession A)

PA0132 HR Master Record- Infotype 0132 (Garnishment Claim A)

PA0133 HR Master Record- Infotype 0133 (Garn. Interest A)

PA0134 HR Master Record- Infotype 0134 (Garnishment Amount A)

PA0135 HR Master Record- Infotype 0135 (Spec. Garn. Cond. A)

PA0136 HR Master Record- Infotype 0136 (Garn. Transfer A)

PA0137 HR Master Record- Infotype 0137 (Garn. Compensation A)

PA0138 HR Master Record- Infotype 0138 (Family/Ref.Pers B)

PA0139 HR Master Record- Infotype 0139 (Employees Appl.No)

PA0140 HR Master Record- Infotype 0140 (SI Basic Data JP)

PA0141 HR Master Record- Infotype 0141 (SI Premium Data JP)

PA0142 HR Master Record- Infotype 0142 (Residence Tax JP)

PA0143 HR Master Record- Infotype 0143 (Life Insurance JP)

PA0144 HR Master Record- Infotype 0144 (Property Accum. JP)

PA0145 HR Master Record- Infotype 0145 (Personnel Tax Status JP)

PA0146 HR Master Record- Infotype 0146 (Y.E.A. Data JP)

PA0147 HR Master Record- Infotype 0147


PA0148 HR Master Record- Infotype 0148 (Family JP)

PA0149 HR Master Record Infotype 0149 (Tax Data South Africa)

PA0150 HR Master Record Infotype 0150 (Social Insurance SA)

PA0151 HR Master Record Infotype 0151 (Ext.Insurance South Africa)

PA0154 HR master record, infotype 0154 (social security data)

PA0155 HR master record, infotype 0155 (Suppl.admin.data)

PA0156 HR master data, infotype 0156 (Tax deduction)

PA0157 HR master record, infotype 0157 (User admin.data)

PA0158 HR mater record, infotype 0158 (Amounts paid by 3rd party)

PA0159 HR master record, infotype 0159 (Seniority)

PA0160 HR master record, infotype 0160 (Family allowance)

PA0161 HR Master Record- Infotype 0161 (Limits IRS)

PA0162 HR Master Record- Infotype 0162 (Ins. Y.E.T.A Data JP)

PA0165 HR Master Record- Infotype 0165 (Limits Deductions)

PA0167 HR Master Record- Infotype 0167 (Health Plans)

PA0168 HR Master Record- Infotype 0168 (Insurance Plans)

PA0169 HR Master Record- Infotype 0169 (Savings Plan)

PA0170 HR Master Record- Infotype 0170 (Flexible Spending Accounts)

PA0171 HR Master Record- Infotype 0171 (Gen. Benefits Information)

PA0172 HR Master Record- Infotype 0172 (FSA Claims)

PA0173 Tax card information

PA0177 HR Master Record- Infotype 0177 (Reg. Country of Birth NL)

PA0179 HR Master Record- Infotype 0179 (Tax SG)

PA0180 Alternative Address Data (Thailand)

PA0181 HR Master Record- Infotype 0181 [Add. Funds] (SG)


PA0182 HR Master Record- Infotype 0182 [Alternative Names] (SG)

PA0183 HR Master Record- Infotype 0183 [Awards] (SG)

PA0184 HR Master Record- Infotype 0184 [Resume text] (SG)

PA0185 HR Master Record- Infotype 0185 [Identification] (SG)

PA0186 HR Master Record- Infotype 0186 [Social Insurance] (SG)

PA0187 Additional family data

PA0188 Tax (Australia)

PA0189 HR Master Record- Infotype 0189 (Construction Pay- Funds)

PA0190 HR Master Data Record Infotype 0190 (BuildingTradePrevERDat)

PA0191 HR Master Record Infotype 0191 (BuildingTradeReimbursExpens)

PA0192 Personnel Master Record Infotype 0192 (BuildingTrade Attrib)

PA0194 HR Master Record Infotype 0194 (Garnishment Document)

PA0195 HR Master Record Infotype 0195 (Garnishment Order)

PA0196 HR Master Record-Infotype 0196 (Employee Provident Fund MY)

PA0197 HR Master Record-Infotype 0197 (SOCSO Contributions MY)

PA0198 Sheduled Tax Deductuion Malaysia

PA0199 Tax deduction CP38 / Additional amt / Bonus - Malaysia

PA0200 HR Master Record, Infotype 0200 (Garnishments DK)

PA0201 Personnel master record infotype 0201 (basic pension amnts)

PA0202 HR master data infotype 0202 (Entitlements)

PA0203 HR master record infotype 0203 (Pension/Reserve Status)

PA0204 HR Master Record, Infotype 0204 (DA/DS Statistics DK)

PA0205 HR Master Record- Infotype 0205

PA0206 HR Master Record- Infotype 0206, SI Finland

PA0207 HR Master Record- Infotype 0207 (Residence Tax Area)

PA0208 HR Master Record- Infotype 0208 (Work Tax Area - USA)


PA0209 HR Master Record- Infotype 0209 (Unemployment Insurance USA)

PA0210 HR Master Record- Infotype 0210 (W4 USA)

PA0211 HR Master Record- Infotype 0211 (COBRA Beneficiaries)

PA0212 HR Master Record- Infotpye 0212 (COBRA Health Plan)

PA0213 Additional family information - Malaysia

PA0214 HR Master Record Infotype 0214

PA0215 Building Trade Transaction Data

PA0216 Garnishment Adjustment

PA0217 HR Master Record Infotype 0217 (INSEE code)

PA0218 HR Master Record- Infotype 0218 (Pensioner Fund No. - F)

PA0219 HR Master Record- Infotype 0219 (External Organizations)

PA0220 Superannuation (Australia)

PA0221 HR Master Record- Infotype 0221 (Manual Checks)

PA0222 HR Master Record for Infotype 0222 (Company Cars GB)

PA0224 Tax information - infotype 0224 - Canada

PA0225 HR Master Record for Infotype 0225 (Company Cars GB 2)

PA0227 Tax file number (Australia)

PA0228 HR Master Record- Infotype 0228

PA0230 HR Master Record- Infotype 0230 / View 0008 (PSG)

PA0231 HR Master Record- Infotype 0231 / View 0001 (PSG)

PA0232 Personal-master record infotype 0232 (Child Allowance) (D)

PA0233 HR Master Record Infotype 0233 ('Bilan Social' FR)

PA0234 HR Master Record Infotype 0234 (Add. Withh. Inform. - USA)

PA0235 HR Master Record- Infotype 0235 (Other Taxes - USA)

PA0236 HR Master Record- Infotype 0236 (Credit Plans)


PA0237 HR Master Record- Infotype 0237 / View for 0052 (PSG)

PA0241 Indonesian Tax Data

PA0242 JAMSOSTEK Details, Indonesia

PA0261 Leave Accrual Australia

PA0263 HR Master Record for Infotype 0263

PA0264 HR Master Record- Infotype 0264/view for Infotype 0021

PA0265 HR Master Record- Infotype 0265 / Special Regulations (PSG)

PA0266 HR Master Record- Infotype 0266 / View 0027 (PSG)

PA0267 HR Master Record- Infotype 0267 (One time Payment off-cycle)

PA0268 HR Master Record Infortype view 0045 and 0268 (Loan JPN)

PA0269 HR Master Record- Infotype 0269 (ADP Information USA)

PA0270 HR Master Data Record- Infotype 0270 (COBRA Payments)

PA0271 HR master data infotype 0271 (Public Sector statistics)

PA0272 HR Master Record Infotype 0272 (Garnishment FR)

PA0273 HR Master Record- Infotype 0273 (Tax - SE)

PA0274 HR Master Record- Infotype 0274 (Insurance - SE)

PA0275 HR Master Record- Infotype 0275 (Garnishment - SE)

PA0276 HR Master Record- Infotype 0276 (OPIS - SE)

PA0277 HR Master Record- Infotype 0277 (Exceptions - SE)

PA0278 HR Master Record- Infotype 0278 (Basic Data PF [CH])

PA0279 HR Master Record- Infotype 0279 (Individual Values PF [CH])

PA0280 HR Master Record Infotype 0280/View for 0016

PA0281 HR Master Record Infotype 0281/View for 0045

PA0283 HR Master Record for Infotype 0283 (Archiving)

PA0288 HR CH- HR Master Record Infotype 0021 (Suppl. Switzerland)

PA0302 HR Master Record- Infotype 0302 (Additional Actions)


PA0303 HR Master Record- Infotype 303 (reductn tax/soc.ins.contrNL)

PA0304 Basic pay - additional information

PA0305 HR master record, infotype 0305 (previous employer)

PA0306 HR master record, infotype 0306 (Family data)

PA0309 IRD Number Infotype NZ

PA0310 Superannuation NZ

PA0311 Leave Adjustments - NZ

PA0312 Leave History Adjustments NZ

PA0313 Employee Taxation Detail Infotype NZ

PA0314 I0314- Days for Vacation Bonus and Sal. Deducs (DK/N)

PA0315 CATS- Sender Information

PA0317 HR Master Record- Infotype 0317 (special arrangements)

PA0318 HR Master Record- Infotype Family data for Indonesia (0318)

PA0319 Indonesia Private Insurances

PA0320 Official housing

PA0321 Employee accommodations

PA0322 HR Master Data Record Infotype 0322 (Pensions and Rel. Ben.)

PA0323 HR Master Record Infotype 0323 (Pension Plan)

PA0326 HR Master Record IT 0326 (Imputation to Pension Payments)

PA0329 HR master record infotype 0329 ( Sideline Job)

PA0330 Infotype 0330 (Non-monetary remuneration)

PA0331 HR Master Record- Infotype 0331 (Tax - PT)

PA0332 HR Master Record- Infotype 0332 (Social Security - PT)

PA0333 HR Master Record- Infotype 0333 (Disability - P)

PA0334 HR Master Record- Infotype 0334


PA0335 HR Master Data- Infotype 0335 (view of infotype 21 - PT)

PA0336 HR Master Data- Infotype 0336 (view of infotype 2 - PT)

PA0337 HR Master Record- Infotype 0337 (Prof. Classifications - PT)

PA0338 HR Master record- Infotype 0338 (Absence pay. clearing - PT)

PA0341 HR - master record infotype 341 (DUEVO start)

PA0342 HR Master Record- Infotype 0342 (HK Extension to I0002)

PA0344 HR Master Record- Infotype 0344 (Familiy members HK)

PA0345 HR Master Record- Infotype 0345 (Hong Kong Tax)

PA0346 HR Master Record- Infotype 0346 (Contribution plan)

PA0347 HR Master Record- Infotype 0347 (Entitlement plan)

PA0348 HR Master Record- Infotype 0348 (HK Appraisal and bonus)

PA0349 HR Master Record- Infotype 0349 (Eligibility grouping)

PA0351 HR Master Record- Infotype 0351 (Country Information)

PA0352 NHI for Family member (TW)

PA0353 Income Tax Taiwan

PA0354 Labor Insurance Taiwan

PA0355 National Health Insurance Taiwan

PA0356 Employment Stabilization Fund (TW)

PA0357 Saving Plan (TW)

PA0358 Employee Welfare Fund (TW)

PA0359 HR Master Record - Infotype 0359 (PRSI Ireland)

PA0360 HR Master Record - Infotype 0360 (PRSI Ireland)

PA0361 HR Master Record - Infotype 0361 (Pensions Admin. - IE)

PA0362 HR Master Record- Infotype Membership for Indonesia (0362)

PA0363 Previous employment period

PA0364 Infotype Tax TH


PA0365 Social Security TH

PA0366 Provident Fund THAILAND

PA0367 HR Master Record- Infotype 0367 (SI Notification Suppl. A)

PA0368 Rehabilitants

PA0369 Master data- Infotype 0369 (IMSS data)

PA0370 Master data- Infotype 0370 (INFONAVIT credit data)

PA0371 Master Data- Infotype 0371 (Tax on previous employment)

PA0372 Master data- Infotype 0372 (Integrated daily wage)

PA0373 HR loan repayment plan JP (for P0268)

PA0374 Infortype 0374- General Eligibility

PA0375 HR Master Data Record- Infotype 0375 (Add. Benefits Inform.)

PA0376 HR Master Data Record- Infotype 0376 (Medical Benefits Info)

PA0377 HR Master Record- Infotype 0377 (Miscellaneous Plans)

PA0378 HR Master Data Record- Infotype 0378 (Benefit Adj. Reason)

PA0379 HR Master Record- Infotype 0379 (Stock Purchase Plans)

PA0380 HR Master Data Record Infotype 0380 (Comp. Adjustment)

PA0381 HR Master Record Infotype 0381 (Comp. Plan Eligibility)

PA0382 HR Master Data Record Infotype 0382 (Stock)

PA0383 HR Master Data Record Infotype 0383 (Compensation Package)

PA0384 HR Master Data Record Infotype 0384

PA0386 HR Master Record- Infotype 0386 (VHI Scheme)

PA0387 HR Master Record - Infotype 0387 (Starter's Details)

PA0388 HR Master Record- Infotype 0388 (Union JP)

PA0389 Income Tax- General indicators

PA0390 Income Tax- Deductions


PA0391 Income Tax- Information on other employers

PA0392 Social Security- General data

PA0393 Family data- Calendar year schooling assistance

PA0394 Family data- Additional information

PA0395 HR Master Record- Infotype 0395 (External Org.Assignment)

PA0396 HR Master Record- Infotype 0396 (Expatriate Attributes)

PA0397 Infotype 0021 Family

PA0398 Infotype 0016 - Corporation and contract agreements

PA0399 HRMS-VE- Table for Income Tax Infotype (IT0399)

PA0400 HRMS-VE- Table for SSO Infotype (IT0400)

PA0401 HRMS-VE- Table for Benefits Infotype (IT401)

PA0402 HR Master Data Infotype 0402

PA0403 HR Master Record for Infotype 0403

PA0404 HR Master Record- Infotype 0404 (Military Service Taiwan)

PA0405 HR Master Record- Infotype 0405 (Absence Event)

PA0406 HR-PSG- Infotype 0406 (Pension information)

PA0407 HR master record, infotype 0407 (Abs.addit.inf.)

PA0408 HR Master Record- Infotype 0408 (CBS NL)

PA0409 HR Master Record- Infotype 0409 (External Agencies NL)

PA0410 Infotype 0410 - Transportation ticket

PA0411 Taxation Philippines - infotype

PA0412 HR Master Record- Infotype 0412 [View to I0021] (SG)

PA0415 HR Master Record- Infotype 0415

PA0416 Time Quota Compensation Infotype- Database Table

PA0419 HR Master record- Manual tax reporting information - Norway

PA0421 HR master record, infotype 0421 (spec.remuner.)


PA0422 SSS Philippines infotype

PA0423 HR Master Record- Infotype 0423

PA0424 Industrial Accident / Maternity / Sickness Statement (FR)

PA0425 Data Entry of Per Diem Sick Pay Summary

PA0426 Garnishment

PA0427 Debts by garnishment

PA0428 Beneficiary data (Additional information)

PA0433 HR Master Record Infotype 0433/View for 0009

PA0434 HR Master Record Infotype 0434/View for 0011 (GB Version)

PA0435 HR Master Record for Infotype 0435

PA0436 HR Master Record for Infotype 0436

PA0437 Multiple employment (BR)

PA0438 HR Master Record- Infotype 0438

PA0439 HR Master Record for Infotype 0439 (Data Transfer)

PA0440 HR Master Record- Infotype 0440 (Receipts)

PA0442 HR Master Record- Infotype 0442

PA0447 US Federal Tax MTD

PA0448 US Federal Tax QTD

PA0449 HR Master Record- Infotype 0449

PA0450 HR Master Record- Infotype 0450

PA0451 HR Master Record- Infotype 0451

PA0452 HR Master Record- Infotype 0452

PA0453 HR Master Record- Infotype 0453

PA0454 HR Master Record- Infotype 0454

PA0455 HR Master Record- Infotype 0455


PA0456 HR Master Record- Infotype 0456

PA0457 HR Master Record- Infotype 0457

PA0458 HR Master Record for Infotype 0458

PA0459 HR Master Record for Infotype 0459

PA0460 HR Master Record for Infotype 0460

PA0467 Personnel master data Infotype 0467 (SI addit.notif. pl.c.A)

PA0468 HR master record for infotype 0468

PA0469 HR master record for infotype 0469

PA0470 HR master record infotype 0470 (travel profiles)

PA0471 HR master record infotype 0471 (flight preferences)

PA0472 HR master record infotype 0472 (hotel preferences)

PA0473 HR master record infotype 0473 (rental car preferences)

PA0474 HR master record infotype 0474 (train preferences)

PA0475 HR master record infotype 0475 (customer programs)

PA0476 Personnel Master Record for Infotype 0476 (Garnishments)

PA0477 Personnel Master Record Infotype 0477- Debt (Garnishments)

PA0478 Personnel Master Record Infotype 0478- Adjustment (Garnish)

PA0480 HR master record for infotype 0480

PA0482 HRMS-VE- Additional Data from Family/N. of Kin Inftp(IT0021)

PA0483 Infotype 0483 - Data entry by CAAF - Italy only

PA0486 HR-SG-PS- Master Data (National Service)

PA0487 HR-SG-PS- Security / medical Clearance

PA0488 HR-SG-PS- Leave scheme

PA0489 HR-SG-PS- Voluntary Service / ECA

PA0490 HR-PS-SG- Employee Suggestion Scheme

PA0491 HR Master Record- Infotype 491


PA0493 HR-SG-PS- Extension of infotype 0022

PA0494 HR-PS-SG- Employee Suggestion Scheme - Evaluation Results

PA0495 HR-PS-SG- Pensions Scheme

PA0502 Letter of appointment

PA0503 Pensioner's Definition

PA0504 Pensioner's Advantage B

PA0505 HR Master Record- Infotype 0505

PA0506 Tip Indicators

PA0510 HR Master Record- Infotype 0510 (Tax-sheltered annuity)

PA0511 Infotype Cost-of-Living Allowance/Office (0511)

PA0512 Personnel Master Record Infotype 0512

PA0521 HR Master Record- Infotype 0521 (Semiretirement D)

PA0525 Child Care

PA0526 HR Master Data Record Infotype 0526

PA0527 HR Master Data Record Infotype 0527

PA0546 HR-SG- Master Record- Infotype 0546 [Termination Data)

PA0547 BIK Infotype for Malaysia

PA0548 Infotype 0548 - Suppl.social security funds - Italy only

PA0551 Termination of contract- General data

PA0552 HR Master Data Record for Infotype 0552

PA0553 HR Master Data Record for Infotype 0553

PA0554 HR Master Record- Infotype 0554

PA0559 HR Master Record- Infotype 0559 (Commuting allowance Info.)

PA0560 HR Master Record- Infotype 0560

PA0561 Data for tax


PA0565 HR Master Record- Infotype 0565 (Retirement Plan Val. Res.)

PA0566 HR Master Record- Infotype 0566

PA0569 HR Master Record- Infotype 0569

PA0570 HR Master Record- Infotype 0570

PA0571 HR Master Record- Infotype 0571

PA0572 HR Master Record- Infotype 0572

PA0578 HR Master Record- Infotype 0578

PA0579 HR Master Record Infotype 0579 (Ext. Salary Elements)

PA0592 HR Master Data Record Infotype 0592 (Foreign Public Sector)

PA0593 Rehabilitants

PA0595 HR Master Data Record for Infotype 0595

PA0596 PhilHealth Philippines Infotype

PA0602 HR Master Record- Infotype 0602 (Retirement Plan Cumulation)

PA0611 HR Master Record- Infotype 0611

PA0612 HR Master Record- Infotype 0612

PA0625 Infotype 0002 - Race/complexion

PA0628 HR Master Record for Infotype 0628

PA0629 HR Master Record for Infotype 0629

PA0630 HR Master Record for Infotype 0630

PA0631 HR Master Record for Infotype 0631

PA0634 Philippines Previous Employer Information Info-type

PA0645 Contract termination- General data

PA0900 HR Master Record- Infotype 0900 (Sales Data)

PA0901 HR Master Record- Infotype 0901 (Purchasing Data)


System Tables

Sr No. Table Name Description

1 ADCP Person/Address assignment (central address administration)

ADIRACCES Table to store keys for TADIR objects


2 S

3 ADR2 Telephone numbers (central address admin.)

4 ADRP Persons (central address administration)

5 APQD DATA DEFINITION Queue

6 APQI Queue info definition

7 D010SINF ABAP- Information about ABAP program source code

8 E071 Change and Transport System- Object Entries of Requests/Tasks

9 E07T Change and Transport System- Short Texts for Requests/Tasks

10 ENLFDIR Additional Attributes for Function Modules

11 INDX System table INDX

12 NAST Message Status

13 STXH STXD SAPscript text file header

14 T005 Countries

15 T005S Taxes- Region (Province) Key

16 T005U Taxes- Region Key- Texts

17 T006 Units of Measurement

18 T015M Names of the months

19 T247 Month name and short text

20 T777A Building Addresses

21 TADIR Directory of Repository Objects

22 TBTCO Job status overview table

23 TBTCP Batch job step overview

24 TFDIR Function Module

25 TFTIT Function Module Short Text


26 TSP03L Spool- Long device names

27 TSTC SAP Transaction Codes

28 TSTCT Transaction Code Texts

29 TUTYP User Types in Current Price List in SAP System

30 TUZUS Special versions

31 TVARV Table of variables in selection criteria

32 TVDIR View Directory

33 US930 Data Relevant to Measurement for User Master Record

34 USR01 User master record (runtime data)

35 USR02 Logon data

36 USR04 User master authorizations

37 USR06 Additional Data per User

37 USR14 Surchargeable Language Versions per User

38 USR21 Assign user name address key

39 ARCH_OBJ Objects for archiving and reorganization

40 BTCUED Description of user event IDs for background processing

41 BTXSUPB BSI- Upgrade-Information

42 CCCFLOW Client Copy Control Flow

43 DBSTATC DB Optimizer Control (Statistics Creation)

44 DEVACCESS Table for development users

45 DEVL OBSOLETE- Do not use (See TCETRAL)

45 E070 Change and Transport System- Header of Requests/Tasks

46 E070L CTS- Index for Assigning Numbers to Requests/Tasks

47 INSTVERS Documentation for installation Status and History

48 PAT03 Patch Directory

49 SDBAC DBA Action Table

50 T100 Messages
51 TAPLT Program Application Long Texts

52 TASYS OBSOLETE- Do not use, see TCEDELI

53 TDEVC Development Classes

54 TEMSE Temp Sequential table.

55 TLOCK Change and Transport System- Lock Table

TNAPR Processing programs for output. Can be very handy to find the print
56 program for a SAPScript.

57 TNAST Printed output control table

58 TPFET Table of profile parameters

59 TPFHT Profile header, administration data for profiles in DB

60 TPROT Table contains all DD tables to be logged

61 TRBAT Communication Table for Transport Control

62 TRDIRT Title texts for programs in TRDIR

63 TRESN Table of Naming Conventions in ABAP Workbench

64 TRJOB Job ID for Coordinating Batch-ABAP/UNIX for Transports

65 TSP03C Spool- Device Description Extension

66 TST03 TemSe data

67 TSYST OBSOLETE- Do not use (see TCESYST)

68 TWSYS OBSOLETE- Do not use (See TCETRAL)

69 USOBT Relation transaction - authorization object

70 USR03 User address data

71 USR05 User Master Parameter ID

72 USR12 User master authorization values

73 USR40 Table for illegal passwords

74 USR41 User master- Additional data

75 UST04 User masters

76 VARIT Variant texts


77 VARID Variant directory

78 D010TAB Table for Use Report---Tables

79 DD02L SAP tables

80 DD02T R/3 DD- SAP table texts

81 DD03L Table Fields

82 DD03T DD- Texts for fields (language dependent)

83 EDIDC IDOC Control Records

84 EDIDOT Short description of IDoc types

85 EDID2 IDOC segments (version 3.1)

86 EDID4 IDOC segments (version 4.6)

87 EDSEA EDI- Table of all segments of current release

88 VRSX2 Central Table for Version Management (Report Source)

TSE05 Can add parameters to the INSERT COMMAND (IC). Then, when you
insert command, your info appears in the editor. Useful for comment
89 blocks, common section of code, etc.

90 CDPOS Change document items

91 CDHDR Change document header

T529A governs the foreground sequence of infotypes the system will use to
prompt the user during online and batch processing. You will have to
code your BDC to follow that sequence of creating infotypes.
92

T588Z governs the dynamic event processing that will only take place during
online user inputs. For BDC's you will have to create separate BDC's
to handle any infotypes that are inserted dynamically by this table.
93

94 T588M Infotype Screen Control

95 NRIV Number range intervals

96 TNRO Definition of number range objects

Você também pode gostar