Tags
Abap Adressbook Adressbuch Aktien Auto Börse BI Bilder Canon Code ebay Euro Finanzen Finanzkrise Fritz.box FritzBox Gedicht GPS howto iphone Kamera Kein Netz Kurse Mac Mac osx Navigation News Nikon OS X perl PHP Politik Prognose python Reim ruby SAP T-Mobil t-mobile Tech Technik Test US-Wirtschaft Web wordpress-
letzte links
Archiv
Kategorien
- Allgemein (209)
- Deep Thoughts (4)
- Joe Writes (7)
- Joes Daylies (59)
- Joes Tests (74)
- Just Thoughts (33)
- Thoughts about News (58)
SAP-BI: Delete Transformation on productive system
Belongs to the category: Good 2 know Class CL_RSTRAN_STAT Method DELETE_VERSION_FROM_DB Parameters: I_TRANID: "techn. name of tranformation" I_OBJVERS: ‘A’ for active; ‘M’ for inactive transformations
SAP-BI: Starting Process-Chain via Programm RSPC_API_CHAIN_START and wait for result
Sometimes you want to start a Processchain via programm and wait for it to end. This is a bit tricky as a Processchain starts normaly in Background and doesn’t give you a result if it is ended correctly. SAP provides … Continue reading
Posted in Allgemein, Joes Daylies, Joes Tests
Tagged Abap, BI, Process Chain, SAP, synchronous
Leave a comment
SAP BI: Read Masterdata with compounded keys / RSAU_READ_MASTER_DATA
Hi SAP-BI-Folks, this little template gives you the possibility to read on InfoObjects with compounded keys : I am normaly more a friend of my own Masterdata-Read-Routines – but i think it’s usefull to know: released as usual under BSD-Licence: … Continue reading
Posted in Allgemein, Joes Daylies, Joes Tests
Tagged Abap, BI, Netweaver, RSAU_READ_MASTER_DATA, SAP
Leave a comment
Read on SAP BI InfoCubes or InfoProvider via RSDRI_INFOPROV_READ
As you SAP Gurus out there knew, it is quite hard to read directly from InfoProviders. One of the reasons why you create DatastorageObjects is to have the possibility to read on it via SELECT. Thus, my dear friends, has … Continue reading
Posted in Allgemein, Joes Daylies, Joes Tests
Tagged Abap, InfoCube, InfoProvider, Read, RSDRI_INFOPROV_READ, SAP
13 Comments
ABAP: Conversion INPUT / OUTPUT like ALPHA, etc.
In ABAP you can have types which requires a conversion because the Database wants all numbers filled with zeros. Therefore exists Functions to convert the data the required way. One example is the function CONVERSION_EXIT_ALPHA_INPUT and CONVERSION_EXIT_ALPHA_OUTPUT . This Functions … Continue reading
ABAP — : Using Regex / Regular Expressions in a Pre-Netweaver Release
Actually the new SAP Releases (starting with Basis Release 6.40) support regexs in ABAP in REPLACE and SEARCH directives. But as there are so many Pre-Netweaver Releases as <= 6.20 you may want to use a regular expression or you … Continue reading