cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Transaction for standard SC screen - FPM is not configured

Former Member
0 Kudos

Hi All,

Iam trying to create Transaction for Shopping Cart(7.02 EHP2) , where i need to call in ECC. When i try to exeucte the Transaction,iam getting below error message.

FPM application /SAPSRM/WDA_L_FPM_GAF was started without configuration.

Please any one can let me know,what might be the problem.

Thanks,

Sriram

Accepted Solutions (1)

Accepted Solutions (1)

konstantin_anikeev
Active Contributor
0 Kudos

Hi Sriram,

you are not able to start single WDA for SC creation.

These applications work only in a context of portal or NWBC.

Anyway - here is a configuration:

Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

I know about  the Configuration.

My Question here is, how can i call SC creation screen to IW51 through (Action Button ).

Users want to create SC from ECC i.e., from the Service notification.

My Idea here was to create Transaction for SC and call in ECC.So it doesn't work.So what would be the other approach for acheving this.

Your help in this is appreciated.

Thanks,

Sriram


wendy_xu
Active Participant
0 Kudos

Hi Sriram,

By saying "create SC from ECC", may I know you want to create SRM SC in ECC, or create ERP SC in ERP itself?

As far as I know, as of EHP 6 of ERP 6.0, Self-Service Procurement is available in MM to create ERP Shopping Cart. You may take a  look at this on line help:https://help.sap.com/erp2005_ehp_06/helpdata/en/de/7657fbb8444476ac605da0aa043d14/frameset.htm

Hope I didn't misunderstand your question.

Regards,

Wendy

konstantin_anikeev
Active Contributor
0 Kudos

Hi Sriram,

how is your SRM configured: portal or NWBC?

As far as I understood you not just need to create a shopping cart but also copy positions from your document. For that purpose I would perform following.

* Create RFC function module on SRM side. Use standard functions or classes to create and save shopping cart (not order).

* Create shopping carts via this module

* Start browser navigation to this shopping cart just the same way, as it works by offline approval

Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

We are using NWBC.

Can you clarrify the below points:

* Create RFC function module on SRM side. Use standard functions or classes to create and save shopping cart (not order).

     Sriram      ~  So you want me to create RFC to catpture all the details from ECC and save the SC.

* Start browser navigation to this shopping cart just the same way, as it works by offline approval

Sriram ~ how do i do this.Please can you throw more light on this.

Thanks,

Sriram

konstantin_anikeev
Active Contributor
0 Kudos

Hi,


So you want me to create RFC to catpture all the details from ECC and save the SC.

only if you need it


how do i do this.Please can you throw more light on this.

should be something like...

https://<<YOUR_SERVER>>/sap/bc/nwbc/srm/~canvas;window=app/obn/sc.detailprof/?sap-client=<<YOUR_CLIENT>>&SAPSRM_BOID=<<HEADER_GUID_OF_SHOPPING_CART>>

or try followig for empty sc creation.

https://<<YOUR_SERVER>>/sap/bc/nwbc/srm/~canvas;window=app/obn/sc.create/?sap-client=<<YOUR_CLIENT>>

You can open browser from R3 with the method call

call method cl_gui_frontend_services=>execute

  exporting

    document = '<<YOUR URL>>'

  exceptions

    others   = 1.

Regards

Konstantin

Former Member
0 Kudos

Hi Konstantin,

https://<<YOUR_SERVER>>/sap/bc/nwbc/srm/~canvas;window=app/obn/sc.detailprof/?sap-client=<<YOUR_CLIENT>>&SAPSRM_BOID=<<HEADER_GUID_OF_SHOPPING>>.

What is the use of RED marked text.  What should i pass...

Thanks,

Sriram

Former Member
0 Kudos

Hi Konstantine,

Thankyou very much for your input.

I have solved my problem with your solution.

Thanks,

Sriram

Former Member
0 Kudos

Hi Konstantine,

Iam able to call Change and Display screen.Please can you let me know create screen as well.

Thanks,

Sriram

konstantin_anikeev
Active Contributor
0 Kudos

Hi,

it should be https://<<YOUR_SERVER>>/sap/bc/nwbc/srm/~canvas;window=app/obn/sc.create/?sap-client=<<YOUR_CLIENT>>

or

https://<<YOUR_SERVER>>/sap/bc/nwbc/srm/~canvas;window=app/obn/sc.shop/?sap-client=<<YOUR_CLIENT>>

Regards

Konstantin

Answers (0)