cancel
Showing results for 
Search instead for 
Did you mean: 

Master & Sub Opportunity link in BW

nick_mualim
Explorer
0 Kudos

Hi gurus,

I am trying to link master and sub opportunity in BW for reporting.

CRM team suggested using doc flow :

using Function Module CRM_DOC_FLOW_READ_DB.

ROLETYPE = VORGAENGER means u2018NEXT DOCUMENTu2019

ROLETYPE = NACHFOLGER means u2018PRECEDING DOCUMENTu2019.

And OBJTYPE = u2018BUS2000111u2019 means Opportunity.

So, while reading the doc flow table we have to make sure that objtype_a and objtype_b are both u2018BUS2000111u2019.

Does anyone know if there is a standard way of linking the two in BW? I found an old SAP document that talks about special fields in the item and header extractor that gets filled.

http://help.sap.com/saphelp_bw32/helpdata/en/37/ab9a3e9aa69b01e10000000a114084/Release-Infos_e.pdf

None of these fields is currently being populated in our system.

Thanks for your help,

Nick

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, the same thing happened in my case as well. I`m trying to get the preceeding link for activity that can capture the linkage information from opportunity to activity.

Did you solve the problem, kindly provide the solution to me, many thanks to u!

nick_mualim
Explorer
0 Kudos

Hi there,

I was able to figure it out with some help from our CRM team. The extractor for opp header and Item has a field for preceding opp.

When we select the business transaction type as a sub the only preceding oppt would be a master! we are using the attribute of the oppt GUID as a selection in our query.

Let me know if you have any questions.

Nick