cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_CUST

Former Member
0 Kudos

Hi All,

has anyone got a definitive list of all the possible ID's that can be used as standard for table BBP_CUST?

I've come accross a few mentioned in various SAP notes such as

SHOW_COSTL_FIELDS

BBP_COM_TYPE

Cheers

Chris

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

As far as table definitive values are concerned, in our SRM System, the following entries are maintained for the Table - BBP_CUST, using SM30 Transaction.

ID                                          	PATH   
                            
SEPARATOR_CSV_FILE   		,      
SHOW_COSTL_FIELDS 		YES
BBP_COM_TYPE			YES
EBP_USER_SEL_TYPE		NAME

Here are the details from other SAP OSS notes as well.

( Refer OSS Note - 402592 )Use Transaction "SM30" to enter a line with the "EBP_CUA_SCENARIO" key and the "ACTIVE" value in the "BBP_CUST" table. By setting this switch, you activate the Web Services for user administration in EBP when CUA is active. In addition, it causes personal data in the CUA central system and in the connected child systems to be overwritten by the EBP personal data as soon as personal data is indicated as "Global" in Transaction SCUM. If you want to prevent this overwriting in the CUA central system, indicate all personal data as "Proposal" in Transaction SCUM.

(Refer OSS note - 871216) Table BBP_CUST is updated with the entry 'SHOW_COSTL_FIELDS' 'YES' 

(Refer OSS Note - 645245) Maintain table BBP_CUST
Use Transaction SM30, maintain the key BBP_COM_TYPE with the value INT in table BBP_CUST.


(Refer OSS Note - 493071 ) Implement the attached correction. After the correction has been implemented, you must also enter a line with the key "EBP_USER_SEL_TYPE" and the value "NAME" in table "BBP_CUST". By doing this, a selection mechanism is activated for users that ensures the first name, last name and the user ID are taken into account when searching.
If you delete the above-mentioned line with the key "EBP_USER_SEL_TYPE" again from table "BBP_CUST", the way the search algorithm works in the Internet service BBPUSERMAINT is restored to how it was previously and the search only takes into account the field with the user ID.


(Refer OSS Note - 419619 ) In table "BBP_CUST" (maintenance in Transaction SM30) enter an entry with key ENQUEUE_NR_LOCK and value YES. This changes the lock behavior of Transaction USERS_GEN.


(Refer OSS Note - 385335 )In EBP Release 3.0A and higher Releases you can set a Customizing flag to list all customer roles.For this purpose you call Transaction SM30 and enter two lines in table "BBP_CUST":A line with the key "EBP_ROLE_CUSTOMIZE" and the value "YES" and a line with the key "EBP_ALL_NONSAP_ROLES" and the value "YES".


(Refer OSS Note - 309056) Specify the default role for managers by making an entry in table BBP_CUST (maintenance using transaction SM30) with the key "DEF_MANAGER_ROLE", and as the value, the name of the desired role. Enter the default role for all remaining users by making an entry in the same table with the key "DEF_EMPLOYEE_ROLE" and, as the value, the name of the desired role. Note that the values entered in the table are only taken into account if the corresponding role actually exists in transaction PFCG. If the specified role does not exist, the normal default role is used, i.e. again the role "SAP_BBP_STAL_MANAGER" for managers and the role "SAP_BBP_STAL_EMPLOYEE" for all other users.


(Refer OSS Note - 548324 ) In table BBP_CUST, the following keys can be used to control the proposed roles':

No key maintained.
The following roles are proposed in BBPUSERMAINT:
SAP ..., Z ..., Y ..., / ... (these roles are always proposed)

Keys EBP_ROLE_CUSTOMIZE = YES and EBP_ALL_NONSAP_ROLES = YES.
All roles are proposed, also SAP ..., Z ..., Y ... and / ...

Keys EBP_ROLE_CUSTOMIZE = YES and EBP_CUSTOMER_NAME = A.
All roles that start with A are proposed and in addition also SAP ..., Z ..., Y ... and / ...

Keys EBP_ROLE_CUSTOMIZE = YES and EBP_ROLES_YZ = NO.
All roles that start with Y or Z are not proposed.

Keys EBP_ROLE_CUSTOMIZE = YES and EBP_ROLES_NAMERANGE = NO.
All roles that start with / are not proposed.

It is not possible to suppress the proposal of the roles SAP ... .
They are always displayed.

Regards

- Atul