InterviewSolution
| 1. |
Does Anyone Know How I Might Display The Customer Data Conditionally Only For A Certain But000-type. (values: 1 = Person, 2 = Organization, 3 = Group)? |
|
Answer» You can use TRANSACTION CODE: BUPT. Create a new Data Set and assign the View that got created via EEWB. Now ADD this Data Set to your desired BP role. This way, your new file will be only visible to that particular role, and not on any other screens. Just remember when using the EEWB that if you replicate your objects it will revert all other object BACK to standard. Thus you will and can lose other objects created within the EEWB. So as a final setup you should copy or replicate your programs into the ther standard SAP DEVELOPMENT tools, such as a standard BADI as an example. You can use TRANSACTION CODE: BUPT. Create a new Data Set and assign the View that got created via EEWB. Now add this Data Set to your desired BP role. This way, your new file will be only visible to that particular role, and not on any other screens. Just remember when using the EEWB that if you replicate your objects it will revert all other object back to standard. Thus you will and can lose other objects created within the EEWB. So as a final setup you should copy or replicate your programs into the ther standard SAP development tools, such as a standard BADI as an example. |
|