A code snippet which creates DDIC structure during runtime using RTTI. This structure can then be used to created table type and also be used in ALV grids.
Continue reading create a Data dictionary structure using RTTI
Tag: ABAP
All things ABAP.
Korrespondenzart anlegen
Anlegen einer Kunden eignen Korrespondenzart.
standard status management in custom development
http://scn.sap.com/community/abap/blog/2014/04/06/using-the-standard-status-management-in-custom-developments
send an email
How to send an email using the BCS framework.
new features in ABAP 7.40
A list of links to blog posts from Horst Keller about the new features in ABAP 7.40.
determine inserted, updated and deleted rows of an internal table
To determine which records in an internal table have to be inserted, updated or deleted you can use the following function module.
The tables need to be sorted by the database key before calling the function module.
Continue reading determine inserted, updated and deleted rows of an internal table
sorting individuals bills in a collective bill
Sometimes for whatever reason the default sort order of individual bills in a collective bill is not what the customer wants.
Continue reading sorting individuals bills in a collective bill
an assorted list of database tables in an IS-U system
determine budget biling plan for a printdoc
A short code snippet which determines the budget billing for a print doc.
Continue reading determine budget biling plan for a printdoc
display a help value and return selected value(s)
Display a help value using function modules on an F4 event.
Continue reading display a help value and return selected value(s)