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

Function module to retrieve Routing header details

Former Member
0 Likes
2,611

Hello All,

I need a standard function module to retrieve routing header details.Kindly let me know if such function module exists.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,463

Hi,

Try with FM 'CM_PLKO_READ'.

Also please check the below links. Might be useful.

http://scn.sap.com/thread/1511405

http://www.se80.co.uk/sapfms/c/cm_p/cm_plko_read.htm

6 REPLIES 6
Read only

Former Member
0 Likes
1,464

Hi,

Try with FM 'CM_PLKO_READ'.

Also please check the below links. Might be useful.

http://scn.sap.com/thread/1511405

http://www.se80.co.uk/sapfms/c/cm_p/cm_plko_read.htm

Read only

0 Likes
1,463

That's a mere select to plko with not business logic or whatsoever, unfortunately

Read only

Former Member
0 Likes
1,463

Hi,

Best way to determine FM is, go to SE37 -> enter *Routing* and press F4. -> Open Individual FMs and read their documentation and see which satisfies your requirement.

Screenshot is,

Thanks,

Ankit

Read only

kiran_k8
Active Contributor
0 Likes
1,463

Elakkiya,

Downhere is the wiki link from the Code Gallery which I had developed for fetching Routing Long Text in PP a few years back.Hope this will give you some lead.

http://wiki.sdn.sap.com/wiki/display/Snippets/A+Program+for+downloading+Routing+Operation+Long+text

K.Kiran.

Read only

former_member196490
Active Participant
0 Likes
1,463

try using FM 'CM_PLKO_READ'

Read only

Former Member
0 Likes
1,463

Hi all,

Thanx for ur replies.We have implemented using this function module CZ_DB_MAPL_READ_BY_MAT_EXT_ECN.