Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

upgrade problem

Former Member
0 Likes
722

Hi friends,

I am working in upgrade from SAP version 4.7 to ECC 6.

I have to relace the FM " GRAPH_SET_CUA_STATUS",which is obsoleted in ECC 6.

to replace this FM which FM will be used?

Thanks in advance,

satya.

6 REPLIES 6
Read only

Former Member
0 Likes
661

Hi Satya

Try to search by using GRAPHSET* or CUASTATUS* in se 37 .

Hope you will find any relevant function module.

Regards

Neha

Read only

Former Member
0 Likes
661

Hi Satya,

In ECC6 the GRAPH_SET_CUA_STATUS funtion module is not Obsolete.

Check the below link which as Obsolete in ECC6.

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/new%252bfm%252bin%252bplace%252bof%252bobsol...

Regards,

Anki Reddy

Read only

Former Member
0 Likes
661

Hi Satya,

Go to old system SE37, enter this function module name, check WHERE USED LIST. Find the Standard program which uses this fm. Login to new system, go to the program's source code, check how it is replaced. You can use the same in your program.

Also check,

http://help.sap.com/printdocu/core/print46c/en/data/pdf/BCFESGRA2/BCFESGRA2.pdf

Hope this helps.

Pritha.

Read only

Former Member
0 Likes
661

Dear,

Try with this FM "GRAPH_CUA_SEND".

Regards

Arani Bhaskar

Read only

Former Member
0 Likes
661
Read only

Former Member
0 Likes
661

Thanks