cancel
Showing results for 
Search instead for 
Did you mean: 

Questions on SAP Biller Direct Java Customization

Former Member
0 Kudos

Hi,

I am working on SAP Biller Direct java customizations. Can anyone help me find answers to these questions.

-- I have created local DC from the Biller direct track in NWDI. I would like to change the User registration page in Biller Direct.

Can any one let me know the JSP page name for that and where can i find it in the components.

--- Also all this development do i have to do it in J2EE perspective and checkin my changes?

Also i would like to know if anyone can send some documents on devlopment part of Biller direct.

Thanks

Edited by: Aparna on Aug 20, 2009 12:33 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Aparna,

Hope below link helps you -

[https://websmp210.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000693682&]

Goto Documentation - Modification BD FIAR ENGLISH

With Regards

Former Member
0 Kudos

HI Vasu,

Thanks for the URL however i have gone through that and it is document for BD 3.0 but i need it for BD 6.04. Apart from that i need to know the development from NWDS based.

Can you let me know for more information.

Thanks

Aparna

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Aparna,

I need help in configuring biller direct portal in NWDS, Do you have any detailed document related to configurations or did you get a chance to post any blog on this. Please share if u have any documents which would help. My email Id: naveenraju.kothapalli@gmail.com. Thank you

Naveen

Former Member
0 Kudos

Aparna,

Did you write the blog explaining the process of deploying Biller Direct with NWDI? If so, can you post the link here?

Thanks,

James

Former Member
0 Kudos

Hi James,

No i still did not document any of that. However in the mean while please go ahead and post your question here. Ill help you out with solution from my end.

Thanks

Former Member
0 Kudos

I have the same problem - there is seemingly no SAP documentation on how to do java development for biller direct. I have setup an NWDI track for BD development with the BD software component and imported it to NWDS. I can't figure out how to view the biller direct code and modify it.

I have seem some documentation from a previous project where they manually unzipped the SCAs for BD source code and copied and pasted the code into NWDS DCs.

I would like to get some assurance from SAP on the proper way to customize BD.

Former Member
0 Kudos

Hi Michelle,

Once you have imported the BD configuration to NWDS you would see FSCM_BD DC. Create Project for all the required DC's.

In this four DCs are required for any customizations.

-- DC with fscmbdwebsharedsap.com this has all the jsp pages and also the xml files to know the different screens in the Biller Direct application. webbase-config.xml has all the jsp names and their action class name.

-- DC with fscmbdebpp~sap.com has all the java files, model, Manager classes

-- DC with fscmbdwebbd and DC with fscmbdsap.com these two should be built in order to generate a new EAR file with your changes. You can find the EAR file in fscmbd~sap.com.

In few days i will write a blog that will explain the process to customize the Biller Direct application and to deploy successfully through NWDI.

Let me know if you have any more questions. If this information is helpful to you please award some points.

Thanks

Former Member
0 Kudos

Hello Aparna,

I am trying to enhance BD application. I am new to Java Netweaver development.

Can you help me how can I import BD configuration into NWDS.

Is JNDI necessary, if I want to develop and deploy java applications locally.

Thanks for the help.

Former Member
0 Kudos

Hi Vasu,

For any Java development for SAP Portal you need NWDS editor to code the changes and NWDI to deploy them back to the track created for each component. JNDI version for SAP is NWDI. For BD application there must have been a track created with all the required DC's and SC's.

Check this link for developing approach through DC' :

http://help.sap.com/saphelp_nw70/helpdata/en/c3/e3a43f4aa1330ee10000000a114084/frameset.htm

http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417300%29ID1482955550DB0064250238664939320...

Revert back with any questions you have.

Thanks

Aparna

Former Member
0 Kudos

thanks Aparna,

I would like to award points, but I don't see how to do it. I think you can only do it if you make the orignal thread. Let me know if there is a way.

Former Member
0 Kudos

Hi Aparna,

I have a couple quick questions about BD development and would really appreciate it if you could provide some advice since we are starting our build soon.

In my NWDI track, I have component FSCMBD and several other of the required SAP components. I did not create a new product or component, just followed the procedure in this thread: https://forums.sdn.sap.com/thread.jspa?threadID=1331894. Is that the method you recommend?

I am concerned about doing development directly on the FSCMBD component. How do I prevent my developers from modifying BD source code? Is the idea that they will create independent DCs in NWDS (as you described) and only modify those? I just want to make sure that we are doing development in a way that is supported and will not cause issues when applying SPs or upgrades to FSCMBD.

I also want to confirm that this "create project" activity is not something that I need to do as an Administrator in the NWDI track; this is something my java developers will need to do in NWDS at the beginning of the build.

Thanks Aparna!

- Michelle

Former Member
0 Kudos

Hi Aparna,

I am happy that you worked on the same requirements i am working on.I am supposed to do the UI customization of Biller Direct Applications in SAP EP.I am working on these biller direct applications for the 1st time.My requirement is changing the SAP Logo in the Logon screen <.......>public/frameset_top_html.jsp

I am in a situation there is a Track which is already there in NWDI with details Biller Direct track for Modifications.

When i imported that track in NWDS, i see SCs

sap.com_CUSTCRMPRJ_1

sap.com_SAP-CRMWEB_1

sap.com_SAP-CRMAPP_1

sap.com_SAP-SHRAPP_1

sap.com_SAP-SHRWEB_1

Question1) Does the Imported track has all the needed BD data for customizations?

If not,please tell me what are all the other SCA files needed for this track.posting Relevent notes/pdf is appreciated.

Question2) What is the relevent DC corresponding to java customizations

in perticular <.......>public/frameset_top_html.jsp the logon page

Thanks for the help.

Venkat.

esameer
Participant
0 Kudos

Hi Venkat,

I am not sure if you have solved this one. But just for an update that the change in logon page is possible through UME settings in the Visual Admin of the J2EE server.

http://wiki.sdn.sap.com/wiki/display/EP/ModifyingtheLogon+Page

Please check the URL above.

Regards,

Samir

Former Member
0 Kudos

Hi venkat:

I have also got the same requirement so could u guide me or just elaborate the steps what u have done for doing the customization of Biller Direct Log on page.

Regards

Aravitnh.