Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function module to read data on SAP table VBBE

Former Member
0 Kudos

Hi,

Anybody know of a function module or BAPI that will read data on SAP table VBBE? Thanks!

4 REPLIES 4

Former Member
0 Kudos

Hi ,

try this..

Use the below function module and pass table name VBBE..

RFC_GET_TABLE_ENTRIES

Prabhudas

0 Kudos

For various reasons, we would not like to use RFC_GET_TABLE_ENTRIES or RFC_READ_TABLE.

Former Member
0 Kudos

Can you not write a simple SELECT to do this??

Rob

Former Member
0 Kudos

Hi,

Use this function module to get VBBe Entries

SD_RQR_DOC_SELECT_CALCULATE

Pass VBELN we will get VBBE entries in CH_VBBE

Regards

Krishna