cancel
Showing results for 
Search instead for 
Did you mean: 

Suggestions required from expers

Former Member
0 Kudos

Hi,

Can somebody please suggest me on how to get expertise on ESS/Web Dynpro using FPM. I am little bit concern on the .<b>coding</b> part. Are there any guides/procedures explaining this. Please send me some useful links.

Thanks,

Sunita.

Points will be definetly rewarded.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sunita

I have extensively worked on FPM of ESS/Webdynpro.Please go thru my earlier posts.For your convenience I am pasting it here.

===========================================

For enhancing ESS with Webdynpro you have to follow a framework called FPM (Floor Plan Manager) which SAP itself uses to create the standard Webdynpro of ESS/MSS package.The only online available is http://help.sap.com/saphelp_erp2005/helpdata/en/b4/139525380149a49c8402e22700e4ba/frameset.htm

You have to go through the tutorial completely and then analyses the existing SAP created ESS Webdynpro.A good starting point is ess~skl (Skills Application).All development standard/ naming convention you will get from there.

============================================

My suggestion is first go thru SAP help in the above link, then follow these links for general idea about ESS in Webdynpro.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4598a190-0201-0010-a59f-820...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e534c990-0201-0010-a6b3-ce6...

Please post on any issues in FPM.

Hope this helps

Regards

Ananda

Former Member
0 Kudos

Hi anand,

Thanks for your help. Could you please send me that tutorial you mentioned for FPM?.

Thanks, I will be greatful for your help.

Sunita.

Former Member
0 Kudos

Hi Sunita

The tutorial is the SAP help itself in this link

http://help.sap.com/saphelp_erp2005/helpdata/en/b4/139525380149a49c8402e22700e4ba/frameset.htm

Please go thru it completely then try to built a small application using roadmaps( which all FPM application uses) with 3 steps a)Enter Name b) Enter Company c)Completed step , which will display user entered information and asks to either exit appplication OR goto step a.

Simultaneously go thru the existing SAP created webdynpro's . ess~skl is a good starting point although it's quite complicated.

Please post if you need help while developing

Regards

Ananda

Former Member
0 Kudos

Hi Anand,

Thanks-a-lot for your help. I appreciate it. Now, I am going through the Help, its really good, though little bit complicate.

If I have any questions, I will post here.

Thanks,

Sunita.

former_member182161
Participant
0 Kudos

Hi,

In the document

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/e534c990-0201-0010-a6b3-ce6...

page 37 of 41 says

<b>"Customer adds new fields in the data base and enhances the ESS BAPIs accordingly"</b>

<b>The RFC layer in the Web Dynpro runtime automatically adapts to the changed BAPI</b>

<b>The frontend automatically displays the new fields in

designated extension areas</b>

Isnt this a mod to SAP Delivered function module/Tables?? Should we not save them under Z namespace? If so should we not update the models in Web Dynpros? If so should we not change all the code in Web Dynpro??

Or is there any trick??

thanks for help...

Answers (2)

Answers (2)

Former Member
0 Kudos
Former Member
0 Kudos

Hi ,

Thanks samta and abhishek. I would like to hear more on how to improve the coding capability using FPM. Could somebody please throw some light on that.

Thanks,

Sunita.

Former Member
0 Kudos