Posted: Sun Nov 04, 2007 3:26 pm Post subject: Generate a worldwide unique ID
This reports does generate a worldwide unique id.
Code:
REPORT Y9030024 LINE-SIZE 35.
*
********************** HEADER **************
*
* Copyright (c) 1999 by Stefan Riedel-Seifert,
* 71034 Boeblingen
*
* You can use or modify this report for your own work as long
* as you don't try to sell or republish it.
* In no event will the author be liable for indirect, special,
* Incidental, or consequental damages (if any) arising out of
* the use of this report.
*//////////////////////////////////////////////////////////////////////*
*
* Data.
data:
lv_unique_id like sys_uid.
* Start of selection.
start-of-selection.
* Init.
clear:
lv_unique_id.
* Get id.
call function 'SYSTEM_GET_UNIQUE_ID'
importing
unique_id = lv_unique_id
exceptions
others = 1.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
All product names are trademarks of their respective companies. SAPNET.RU websites are in no way affiliated with SAP AG. SAP, SAP R/3, R/3 software, mySAP, ABAP, BAPI, xApps, SAP NetWeaver and any other are registered trademarks of SAP AG. Every effort is made to ensure content integrity. Use information on this site at your own risk.