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

BW & ABAP

Former Member
0 Likes
387

Hi Guys,

I got one requirement .

Actually I am ABAPER .

But my requirement is writing the code in BW.

It is samme as ABAP .

i have one problem that is

i want to retrieve data from R3 TO BW.

i want retrieve VBEP (Confirmed Qty) data from R#.

How can i do that?

plz write some code.

Regards,Hakeem

Hi Guys,

I got one requirement .

Actually I am ABAPER .

But my requirement is writing the code in BW.

It is samme as ABAP .

i have one problem that is

i want to retrieve data from R3 TO BW.

i want retrieve VBEP (Confirmed Qty) data from R#.

How can i do that?

plz write some code.

Regards,Hakeem

2 REPLIES 2
Read only

Former Member
0 Likes
364

Hi

where do u want to write code in BW

do u want to write in update rule r transfer rule or start routine r reports in BW?

Read only

Former Member
0 Likes
364

Reporting in BW is different from Reporting in ABAP. The BEx tool should be used for BW reporting.

To retrieve data, first is the ALE configuration has to be done to link BW and R3 systems. Assuming that the DATA SOURCES, INFO CUBES, etc, have been defined, EXTRACTORS have to be invoked to transfer the data.

Naveen