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

TABLES!!

Former Member
0 Likes
511

CAN ANYONE TELL ME THE TABLES USED FOR THE SALES ORDER SCRIPT??PLEASE LIST OUT ALL THE REQUIRED TABLES.........

WAITING IN ANTICIPATION.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
479

COULD U GIVE ME THOSE FUNCTION MODULE NAMES....

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
479

The data which is included in the sapscript form for sales documents comes from a few tables, the major ones listed below.

vbak

vbap

vbep

vbpa

then you have the condition tables, but a function module is used in the driver program to get this, you should check out this function module as it is easy then hitting the tables directly. Also the driver program will use function modules to get the data from the tables mentioned above.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
480

COULD U GIVE ME THOSE FUNCTION MODULE NAMES....

Read only

0 Likes
479

RV_DOCUMENT_PRINT_VIEW

RV_PRICE_PRINT_ITEM

RV_PRICE_PRINT_HEAD

Check out program RVADOR01

Regards,

RIch Heilman

Read only

Former Member
0 Likes
479

THANKS RICH.