tcodesabap

Upload: srilakshmi

Post on 08-Mar-2016

5 views

Category:

Documents


0 download

DESCRIPTION

tcodes

TRANSCRIPT

ABCDEConstant: Alphabet (A,B,C,)

APPLISAP applications

BATCHBackground active (X)IF SY-BATCH EQ SPACE.WRITE: / Report was started on-line.WRITE: / Using variant:,SY-SLSET.ELSE.WRITE: / Report was started in background.ENDIF.

BATZDBackground SUBMIT: Daily

BATZMBackground SUBMIT: Monthly

BATZOBackground SUBMIT: Once

BATZSBackground SUBMIT: Immediately

BATZWBackground SUBMIT: Weekly

BINPTBatch input active (X)This field indicates if the transaction wascalled in a Batch Input session or by an online user. To test it, a batchinput session must be created. From Release 3.1g the next procedure can beused.Create a report which displays this system fieldCreate a Transaction code for this reportUse transaction SHDB to record a the previous transactionPress the Overview button andchoose the generate program function.Running the previously generated program it will create a Batch Input sessionNow call transaction SM35 and process the created Batch Input in foreground. It should display an X for system field SY-BINPT.

BREP4Background SUBMIT: Root name of request report

BSPLDBackground SUBMIT: List output to spool

CALLDCALL mode active (X)This field indicates if the transaction was called from another transaction.Create a report which displays this system fieldCreate a Transaction code for this reportCreate a new report containing the next ABAP command: CALL TRANSACTION tcode. Where tcode is the Transaction code you created. When you run this report, it should display an X forsystem field SY-CALLD.

CALLRPrint: ID for print dialog function

CCURSRate specification/result field (CURRENCY CONVERT)

CCURTTable rate from currency conversion

CDATEDate of rate from currency conversion

COLNOCurrent column during list creationWRITE:SY-COLNO, ,,SY-LINNO, Cursor position (column, row)..

CPAGECurrent page numberWRITE: / SY-CPAGE:,SY-CPAGE LEFT-JUSTIFIED.

CPROGRuntime: Main programWRITE: /5 Main program: RIGHT-JUSTIFIED, 40SY-CPROG.

CTABLExchange rate table from currency conversion

CTYPEExchange rate type M,B,G from CURRENCY CONVERSION

CUCOLCursor position (column)WRITE: / SY-CUCOL:,SY-CUCOL LEFT-JUSTIFIED.

CUROWCursor position (line)WRITE: / SY-CUROW:,SY-CUROW LEFT-JUSTIFIED.

DATARFlag: Data receivedIn transaction programming this fieldindicates the change of data on the screen. In the PBO part you may setdefault values of the input fields of the dynpro. In the PAI part you cancheck if they were changed. If SY-DATAR is set, then the user has modifiedor entered new data on the screen.

DATLOThis SAP system field will displayLocal date for user

DATUMSystem: Date

DATUTGlobal date related to UTC (GMT)

DAYSTSummertime active ? (daylight saving time)

DBCNTNumber of elements in edited dataset with DB operationsWRITE: /12 Number of selected records:,SY-DBCNT CENTERED.

DBNAMLogical database for ABAP/4 program

DBSYSSystem: Database system

DCSYSSystem: Dialog system

DSNAMRuntime: Name of dataset for spool output

DYNGRThis SAP system field will displayScreen group of current screen

DYNNRNumber of current screen

FDAYWFactory calendar weekday

FDPOSLocation of a stringSEARCH T FOR re.READ TABLE T INDEXSY-TABIX.WRITE: / SY-TABIX, T-FIELD.SKIP.WRITE: /9 At the example of sy-tabix, Row, (3)SY-TABIX, , ,keyword re found at off-set position:, (3)SY-FDPOS.

FMKEYCurrent function code menu

HOSTHost

INDEXNumber of loop passesDO 5 TIMES.WRITE:SY-INDEX.ENDDO.

LANGUSAP logon language key

LDBPGProgram: ABAP/4 database program for SY-DBNAM

LILLINumber of current list lineAT LINE-SELECTION.DETAIL.SY-LSIND is the index of the current listSY-LISTI is the index of the previous listSY-LILLI is the number of the selected line in the absolute list

LINCTNumber of list linesWRITE: /SY-LINCT, lineand, (3) SY-LINSZ, column is a page.

LINNOCurrent line for list creationWRITE:SY-COLNO, ,,SY-LINNO, Cursor position (column, row)..

LINSZLine size of listWRITE:SY-COLNO, ,,SY-LINNO, Cursor position (column, row)..

LISELInteract.: Selected line* contents of the selected lineWRITE: / SY-LISEL:,SY-LISEL.

LISTINumber of current list line* SY-LISTI is the index of theprevious listWRITE: / SY-LISTI:,SY-LISTI LEFT-JUSTIFIED.

LOCDBLocal database exists

LOCOPLocal database operation

LOOPCNumber of LOOP lines at screen step loop

LSINDNumber of secondary list* SY-LSIND is the index of thecurrent listWRITE: / SY-LSIND:,SY-LSIND LEFT-JUSTIFIED.

LSTATInteract.: Status information for each list level

MACDBProgram: Name of file for matchcode access

MACOLNumber of columns from SET MARGIN

MANDTClient number from SAP logon

MARKYCurrent line character for MARK

MAROWNo. of lines from SET MARGIN statement

MODNONumber of alternative modi

MSGIDMessage ID

MSGLIInteract.: Message line (line 23)

MSGNOMessage number

MSGTYMessage type (E,I.W,)

MSGV1Message variable

MSGV2Message variable

MSGV3Message variable

MSGV4Message variable

OPSYSThis SAP system field will displaySystem: Operating system

PAARTPrint: Format

PAGCTPage size of list from REPORT statement

PAGNORuntime: Current page in list

PDESTPrint: Output device

PEXPIPrint: Spool retention period

PFKEYRuntime: Current F key status

PLISTPrint: Name of spool request (list name)

PRABTPrint: Department on cover sheet

PRBIGPrint: Selection cover sheet

PRCOPPrint: Number of copies

PRDSNPrint: Name of spool dataset

PREFXABAP/4 prefix for background jobs

PRIMMPrint: Print immediately

PRNEWPrint: New spool request (list)

PRRECPrint: Recipient

PRRELPrint: Delete after printing

PRTXTPrint: Text for cover sheet

REPIDProgram: Name of ABAP/4 program

RTITLPrint: Report title of program to be printed

SAPRLSystem: SAP Release

SCOLSColumns on screen

SLSETName of selection set

SPONORuntime: Spool number for list output

SPONRRuntime: Spool number from TRANSFER statement

SROWSLines on screen

STACOInteract.: List displayed from column

STAROInteract.: Page displayed from line

STEPLNumber of LOOP line at screen step

SUBRCReturn value after specific ABAP/4 statements

SUBTYABAP/4: Call type for SUBMIT

SYSIDSystem: SAP System ID

TABIXRuntime: Current line of an internal tableSEARCH T FOR re.READ TABLE T INDEXSY-TABIX.

TCODESession: Current transaction code

TFDSNRuntime: Dataset for data extracts

TFILLCurrent number of entries in internal table

TIMLOLocal time for user

TIMUTGlobal time related to UTC (GMT)

TITLETitle of ABAP/4 program

TLENGLine width of an internal table

TMAXLMaximum number of entries in internal table (?)

TNAMEName of internal table after an access (?)

TOCCUOCCURS parameter with internal tables

TPAGIFlag indicating roll-out of internal table to pagingarea (?)

TSTLOTimestamp (date and time) for user

TSTUTTimestamp (date and time) related to UTC (GMT)

TTABCNumber of line last read in an internal table (?)

TTABIOffset of internal table in roll area (?)

TVAR0Runtime: Text variable for ABAP/4 text elements

TVAR1Runtime: Text variable for ABAP/4 text elements

TVAR2Runtime: Text variable for ABAP/4 text elements

TVAR3Runtime: Text variable for ABAP/4 text elements

TVAR4Runtime: Text variable for ABAP/4 text elements

TVAR5Runtime: Text variable for ABAP/4 text elements

TVAR6Runtime: Text variable for ABAP/4 text elements

TVAR7Runtime: Text variable for ABAP/4 text elements

TVAR8Runtime: Text variable for ABAP/4 text elements

TVAR9Runtime: Text variable for ABAP/4 text elements

TZONETime difference from Greenwich Mean Time (UTC) inseconds

UCOMMInteract.: Command field function entry

ULINEConstant: Underline ()

UNAMESession: SAP user from SAP logon

UZEITSystem: Time

VLINEConstant: Vertical bar

WAERST001: Company code currency after reading B segment

WILLINumber of current window line

WINCOCursor position in window (column)

WINDIIndex of current window line

WINROCursor position in window (line)

WINSLInteract.: Selected window line

WINX1Window coordinate (column left)

WINX2Window coordinate (column right)

WINY1Window coordinate (line left)

WINY2Window coordinate (line right)

WTITLStandard page header indicator

XCODEExtended command field

ZONLOTime zone of user