LinkedIn
RSS

Archive for March 4th, 2009


Database view VBAK + VBUK (VBAKUK)

GA_googleFillSlot(“POSTSAP”); Sometimes there are tables with join views of two tables. These tables are called Database views. In this case the sales and distribution header document and document status view. It’s the “join” of two tables. VBAK and VBUK. Just go to SE16 insert VBAKUK and the filter by any fields. When programing you can [...]

Read More...

How to search code in abap programs RPR_ABAP_SOURCE_SCAN

Sometimes you need to search one string of code in one abap program or in a few programs. There is a standard program to do this. RPR_ABAP_SOURCE_SCAN is the solution. Go to SE38 and execute RPR_ABAP_SOURCE_SCAN. Fill program name with “Z*” to find code in all Z programs. Insert the search string and execute. This [...]

Read More...