public static class BusinessPartnerRole.BusinessPartnerRoleBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BusinessPartnerRole.BusinessPartnerRoleBuilder |
authorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
BusinessPartnerRole |
build() |
BusinessPartnerRole.BusinessPartnerRoleBuilder |
businessPartner(String businessPartner)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
BusinessPartnerRole.BusinessPartnerRoleBuilder |
businessPartnerRole(String businessPartnerRole)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
String |
toString() |
BusinessPartnerRole.BusinessPartnerRoleBuilder |
validFrom(ZonedDateTime validFrom)
Constraints: Not nullable, Precision: 0
|
BusinessPartnerRole.BusinessPartnerRoleBuilder |
validTo(ZonedDateTime validTo)
Constraints: Not nullable, Precision: 0
|
public BusinessPartnerRole.BusinessPartnerRoleBuilder businessPartner(@Nullable String businessPartner)
Original property name from the Odata EDM: BusinessPartner
public BusinessPartnerRole.BusinessPartnerRoleBuilder businessPartnerRole(@Nullable String businessPartnerRole)
Original property name from the Odata EDM: BusinessPartnerRole
You can define business partner roles along with their attributes in Customizing.You can create an alphanumeric, 6-digit key for the BP role. You can also choose a title as the short form and a description as the long form for the role text.Screen control in the dialog takes place by assigning a BP view.A program can access specific business partner roles for a business partner using thebusiness partner role category . The role categories are also in the TB003 table.
public BusinessPartnerRole.BusinessPartnerRoleBuilder validFrom(@Nullable ZonedDateTime validFrom)
Original property name from the Odata EDM: ValidFrom
public BusinessPartnerRole.BusinessPartnerRoleBuilder validTo(@Nullable ZonedDateTime validTo)
Original property name from the Odata EDM: ValidTo
public BusinessPartnerRole.BusinessPartnerRoleBuilder authorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
Use the following authorization object:'Business partners: authorization groups' (B_BUPA_GRP).The system only checks this authorization if you made an entry in the "Authorization group" field for the business partner. Otherwise, any user may process the business partner.
public BusinessPartnerRole build()
Copyright © 2019 SAP SE. All rights reserved.