cancel
Showing results for 
Search instead for 
Did you mean: 

Internet Sales 4.0 R/3 Edition -- Ordertemplate management

Private_Member_321544
Active Participant
0 Kudos

Hello Gurus,

We have the requirement to copy ordertemplates from one customer to an other customer.

Do you know any possibilities to do that?I suppose that you answer will be no.

Does anybody have implemented something like this?Or anybody knows how to develop this function?

Best regards,

Toni

Accepted Solutions (1)

Accepted Solutions (1)

nelson_raj2
Active Participant
0 Kudos

Hi,

You're right, my answer is NO, because this would be a serious privacy and security violation.

However, you could assigning both 2 different business partners to the same organization as a contact person, and then create some orders and order templates.

Try the following:

1. Now login as the organization to check if you're able to see all the orders.

2. Also, check if logging in as one contact person allows you to see orders for the other contact person, since they both have the same organization.

Thanks & Regards,

Nelson S. Raj

Answers (1)

Answers (1)

Private_Member_321544
Active Participant
0 Kudos

Hello Nelson,

Thanks for your answer.

Unfortunately my request is not to show orders from different contact persons, my request ist to copy ordertemplates from one organization to an other organization. And this is not practicable in ISA-Standard...

Therefore i've to develop a new function for this.

Best regards,

Toni

Former Member
0 Kudos

Toni,

You are right. This is nt standard ISA. However, you can save much time by leveraging this standard action -

com.sapmarkets.isa.isacore.action.CreateFromPredecessorAction 

This is essentially used when the cart is saved as a template. This internally uses the CRM COPY function.

If you are trying to do this function as a routine process through ISA, then the Java class I have told will come very handy. We have used this to do pretty fancy stuff.

But if your solution is to do a one time conversion, then an ABAP program that uses the function module


Function Modue:
CRM_ISA_BASKET_CREATE_WITH_REF

Function Group:
CRM_ISALES_ORDER

can be leveraged (with appropriate changes of course. Tip: See other useful function modules in the function group above.

Good Luck.

Easwar Ram

http://www.parxlns.com