cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Flags

Former Member
0 Kudos

How to handle flags in Xi while uploading the data into DB

what is the main purpose of flag

What are the fields F and S

F if transcation failed

S if transcation Successful

Please let me know ASAP

Help me out in this regard.

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

what is the main purpose of flag

Flag is not a standard term. For you case it would mean the way to distinguish the records in the database. This may help you to pick up certain records and change the status of this Flag so that the same message is not read again by XI.

Regards,

Prateek

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

SQL statement for query: SELECT * FROM table WHERE processed = 0;

SQL statement for update: UPDATE table SET processed = 1 WHERE processed = 0;

processed is the indicator in the database.

Please refer here...

http://help.sap.com/saphelp_nw04/helpdata/en/7e/5df96381ec72468a00815dd80f8b63/frameset.htm

Cheers

Sunil.