Submit program RFBIBL00 and display protocol from your ABAP
If you are going to develop automatic FI posting, it’s quite nice to use RFBIBL00 program. Using it you are […]
Submit program RFBIBL00 and display protocol from your ABAP Read Post »
If you are going to develop automatic FI posting, it’s quite nice to use RFBIBL00 program. Using it you are […]
Submit program RFBIBL00 and display protocol from your ABAP Read Post »
I like the style of protocols produced by transport tools, for example export/import protocols of transactions STMS, SE10, etc. Such
Create and display protocol in style of transport tools Read Post »
This program shows how to open the project of solution manager (transaction SOLAR02) and navigate on start to particular document.
Solution Manager – open project transaction SOLAR02 for logical document Read Post »
I like SQL joins because of their compact form, which improves readability of code and makes it safe. Sometimes I
SQL inner join vs. join of internal tables Read Post »
Sometimes it’s useful to avoid displaying zero in ALV data cells, the easiest way is to use set_zero method of
How to avoid displaying zero in data cells in ALV Read Post »
Have you activated New General Ledger (New GL) and are you missing ledger-specific documents in the reports, which select data
New General Ledger documents in logical database BRF Read Post »
Sometimes it’s useful to save and restore the selection of user’s parameters, after the program was started newly. For many
Saving and restoring selected radio buttons on selection screen Read Post »
Solution Manager stores its data about projects, solutions, test cases etc. in the hierarchies. It is a bit complicated to
Solution Manager – hierarchies and data model Read Post »
Sometimes it’s important to ensure, that particular background job is processed only once and to avoid parallel, concurent starts. There
Background job – ensure sequential processing Read Post »
There aren’t any classic user exits or BAdI’s for transaction PFCG (role maintenance and profile generator), but there is a
User exits in the transaction PFCG Read Post »