cancel
Showing results for 
Search instead for 
Did you mean: 

bi questions

Former Member
0 Kudos

hello every one...

can some one clarify my doubts please...

1. how to debug the load process (using dtp) ?

2. what is conversion exit ?

3. what is assignment details in Report to Report interface (t code : RSBBS)

thanks in advance

charan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

1.

Use BREAK-POINT in your routine and then execute DTP in Debuggin mode( DTP-> Execute tab->Processing mode--> Select Serially in the dialog process(for debugging))

Debugging

Breakpoint can be set at data packet level at all the stages (Before Extraction, Before Data Transfer and

After Data Transfer.) whereas, breakpoint doesnu2019t exist in IP.

check this

2.

http://help.sap.com/erp2005_ehp_04/helpdata/EN/2a/fa0115493111d182b70000e829fbfe/frameset.htm

You can check this at BI side only, For this you need to go to RSA1->Modelling->Info Obj->General Tab->here you can find conversion exit option. If any thing have written over there, then checkt it once. If not may be it needs to have conversion exit.

3.

RRI (Report to Report Interface):

RRI is a technique used in SAP BW to link reports for Drill-through reporting. It calls a 2nd more detailed report (receiver query) from an initial request (sender query). It allows the drilled down from InfoCube to DSO objects for more detailed reporting

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/803cf7c5-2794-2e10-8d99-e0affb6d8...

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08ba...

Former Member
0 Kudos

Hi Charan

To debug transformation rule, first set breakpoint in generated program of transformation. Set Processing Mode - Serially in the Dialog Process ( for debugging ) and click Simulate. system should stop at breakpoint you set before and you can start debugging your code.

RRI - You use report to report interface to jump from one report to another. In RSBBS, under assignment tab, you will define how source fields values of sender report should pass to target fields of receiver report.

Thanks

Ripal Patel