Application Development and Automation 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: 
Read only

function module to read data on SAP table VBBE

Former Member
0 Likes
1,528

Hi,

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

4 REPLIES 4
Read only

Former Member
0 Likes
738

Hi ,

try this..

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

RFC_GET_TABLE_ENTRIES

Prabhudas

Read only

0 Likes
738

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

Read only

Former Member
0 Likes
738

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

Rob

Read only

Former Member
0 Likes
738

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