2011 Jun 14 3:29 AM
Hi ,
I am trying to change connection object details and using the ISU_S_CONNOBJ_CHANGE function module
it is not updating the values .Kindly suggest!!!!1
Thanks,
Pradeep.
2011 Jun 14 7:09 AM
Hi,
Please call function module ISU_S_CONNOBJ_PROVIDE to populate Y_OBJ and Y_AUTO.
You would first need to populate the fields which need to be updated in X_AUTO fields and have the OK CODE as 'SAVE'. Then update Y_OBJ parameters as per requirement and pass the values to function module ISU_S_CONNOBJ_CHANGE.
Alternatively, I suggest to use Master Data Template. Please visit Master Data Template in ISU for more details.
You can use Master Data Category CONNOBJ for creating Master Data Template. (Transaction code to access it is EPRODCUST). After creation, test your Master Data Template. Then you need to call ISU_PRODUCT_IMPLEMENT with your template.
Please let me know if this was useful.
Regards,
Avinash
2011 Jun 15 6:08 AM
Hi Avinash,
Your answer was helpful and we tried the same method.The value is being taken until screen field but when i save it it says changed but when i go and see in dispaly mode i dont see the changed value.
Please suggest.
Thanks,
Pradeep.
2011 Jun 15 7:49 AM
Hi Pradeep,
Have you passed "SAVE" in X_AUTO in OK code? I think it should work.
Regards,
Avinash
2011 Jun 16 10:53 AM
Yes I passed okcode. Did u work on this function module before.incase koncham code pampistava.urgent deliverable undhi.
2011 Jun 16 1:43 PM
Hi,
Have you tried pass 'X' to X_UPD_ONLINE parameter?
Regards,
Avinash
2011 Jun 22 3:06 AM
Hi Pradeep
The value you want to change, is it a standard SAP, for example an address field, or a customer field?
Do you use any enhancements with the Connection Object (transaction SMOD/CMOD enhancement ES550001)?
It would be helpful if you could provide some sample values you're providing the function ISU_S_CONNOBJ_CHANGE with.
Cheers
Jürgen
2011 Jun 22 7:50 PM
Hi Avinash/sattlerj,
The code given by SAP works for Foreground method an we need to write our own code for background .
If we check the code condition "SAP did not code " with in that condition .We did write our own code and
problem has been resolved.
Thanks for both of you for offering the answers which gave me some hints to get closer to solution.
Thanks,
Pradeep.
2011 Jun 23 6:12 PM
Solved by coding seperately by myself since SAP has not written any code for that.
2016 May 23 10:44 AM
Hi Pradeep,
Can you please let me know, how you have achieved the solution to update connection object in background.
Regards
Suresh M
2016 Sep 09 7:35 PM