SAP System Fields

xiaoxiao2021-03-06  119

SY-BATCH

X if the abap program is Running in the background, OtherWise Space

Batch Input

Sy-binpt

..........................

OR ATHE The BDC DATA. OPTION STATEMENT CALT SE-BINPTOTIONS.

SY-BINPT IS Always Space During a catt procedure

SY-TABIX

.

Append sets sy-tabix to the index of the last line of the table, this os, it Contains The Overall Number of Entries in The Table.

Collect set sy-tabix to the index of the existing or inserted line in the table. If the table has the Type Hashed Table, Sy-Tabix Is Set to 0.

Loop at sets sy-tabix to the index of the current line at the beginning of the loop, sy-tabix is ​​reset to the value thing it had before entering the loop. It is set to 0 if The Table Has The Type Hashed Table.

Read Table Sets Sy-Tabix To The Index of The Table Line Read. If You Use A Binary Search, And The System Does Not Find A Line, Sy-Tabix Contains The Total Number of Lines, or One More More Than Total Number of Lines . SY-INDEX IS undefined if a linear search fails to return an entry.

Search for sets Sy-Tabix To The Index of The Table Line in Which The Search String is found.

SY-TFILL

After The Statements Describe Table, Loop At, And Read Table, SY-TFILL Contains The Number of Lines in The Relevant Internal Table.

Sy-tleng

After The Statements Describe Table, Loop At, And Read Table, Sy-Tleng Contains The Length of The Lines in The Relevant Internal Table.sy-Toccu

After the Statements Describe Table, Loop At, And Read Table, Sy-Tleng Contains The Initial Amount of Memory Allocated to The Relevant Internal Table.

The Following System Fields Are Always Set AutomaticLy.

The GET TIME statement synchronizes the time on the application server with the time on the database server and writes it to the field SY-UZEIT. SY-DATUM and the system fields for the local timezone (SY-TIMLO, SY-DATLO, and SY -Zonlo) area.

SY-DATLO

User's Local Date, for Examples 19981129, 19990628, ...

SY-DATUM

Current Application Server Date, For Examples 19981130, 19990627, ...

Sy-dayst

X During Summertime, OtherWise Space.

Sy-fdayw

Factory Calendar Day of the Week: Monday = 1 ... Friday = 5.

SY-TIMLO

User's Local Time, for Examples 154353, 225312, ...

SY-TZONE

Time Difference In Seconds Between Local Time and Greenwich Mean Time (UTC), For Example, 360, 10800.

SY-UZEIT

Current Application Server Time. For Examples 164353, 215312, ...

Sy-Zonlo

User's Time Zone, For Example, EST, UTC, ...

转载请注明原文地址:https://www.9cbs.com/read-102329.html

New Post(0)