cancel
Showing results for 
Search instead for 
Did you mean: 

Business Package - how to customize?

former_member190457
Contributor
0 Kudos

Hi all,

A business package has been deployed on our customer's portal, and we would like to customise application elements such as visible table columns and so on. This would require some coding (WDJ I presume).

How can I get the sources to perform this editing?

Thanks, regards

Vincenzo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vincenzo

The ability to either configure or customize the business package will depend on features of business package itself. Can you let me know business package you have deployed? If it is Employee Self service, there is standard procedure available from SAP to modify it.

Best Regards

Prabhakar

former_member190457
Contributor
0 Kudos

Hi Prabhakar

the BP is Compensation (which I believe is HCM related stuff).

Do you know if this is one of the modifiable BPs?

Thanks, regards

Vincenzo

Former Member
0 Kudos

Hi Vincenzo

As far as I know, this business package is directly based on BSP applications residing in ECC. I am not sure if the version you are using still has the same architecture.

I guess you can modify all those BSP applications in your backend if it is still supported.

Best Regards

Prabhakar

former_member190457
Contributor
0 Kudos

Hi Prabhakar,

the version I am working on is Compensation on ERP 5.0 and EP 7.0

How is this structured? Is it java or abap?

Thanks, regards

Vincenzo

Former Member
0 Kudos

Hi Vicenzo

You can check iview property to find application name and same application you can see in SICF transaction in your backend system.

Check following links:

[help|http://help.sap.com/Business_Packages/EN/7D/28543F65C83B28E10000000A114084/frameset.htm]

[BP|http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/a0307c8b-9a6d-2910-27a8-c8d2227f7761]

Hope these helps.

Best Regards

Prabhakar

Edited by: Prabhakar Lal on Feb 19, 2010 7:43 PM

Answers (3)

Answers (3)

former_member190457
Contributor
0 Kudos

unknown

p330068
Active Contributor
0 Kudos

Hi VINCENZO,

Please check for modifying bysiness package using [NWDI |https://websmp101.sap-ag.de/~sapidb/012003146900000048932007E/NWDI.zip]

Please check the note Note 872892

Thanks

Arun

Former Member
0 Kudos

Hi,

If you need to customize things like hiding fields, making a field read only, then these things dont require any code change. You can simply do a 'personalization' as an administrator which will propage to all users. This is transportable also.

http://help.sap.com/saphelp_nw70/helpdata/en/42/ed3ce7f8593eebe10000000a1553f7/frameset.htm

If you need to add some new fields then only you need to do code change. You need to install the WD components in NWDI and then go about modifying the code.

Srini

Edited by: Sinivasan Rajamani on Feb 18, 2010 5:34 PM

Former Member
0 Kudos

hi,

I have a requireemnt to hide fields in the application.

I want to see all the fields to some users and for only particular fields to some users.

can it is possible with personalization in the screen it self.

I tried the personalization in the portal content area webdynpro application but it effecting the all the users with the same role assigend to users.

can you help me.