cancel
Showing results for 
Search instead for 
Did you mean: 

RSBBS assignment fields options

Former Member
0 Kudos

Hello BW Experts,

1) RSBBS > assignement fields > type > generically what does this option mean?

2) RSBBS > assignement fields > type > parameters what does this option mean?

3) RSBBS > assignement fields > type > delete what does this option mean?

Thanks,

BWer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Generic: Selections are transferred automatically from the report/report interface to the jump target.

Delete: All selections for this characteristic are deleted and are not transferred to the jump target

edwin_harpino
Active Contributor
0 Kudos

hi BWer,

check the rri doc

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6eb89190-0201-0010-89bf-ad4...

Processing method (Type) Effect

Generic (default) Selections are automatically transferred to the jump target by the report-report interface.

V Variable Selections are transferred directly to the specified variables. The technical name of the variable has to be entered into the Field Name column. The Data Element, Domain and Parameter ID columns are automatically filled using the characteristics of the variables.

I InfoObject Selections are transferred directly to the specified characteristic. The technical name of the characteristic has to be entered into the Field Name column. The Data Element, Domain and Parameter ID columns are automatically filled using the characteristics of the variables.

3 Table field Selections are transferred directly to the specified field. This setting is only useful for non-BW jump targets. The Field Name, Data Element, and Domain must be filled correctly. Beyond that it is advisable to fill the Parameter ID column with the correct parameter ID. You can normally find the parameter ID in the ABAP Dictionary under data elements.

P URL parameters This setting is only useful for the Web Address jump target. Specifying a field name is then mandatory.

Delete X All selections for this characteristic are then deleted and are not transferred to the jump target.

hope this helps.