Application Development 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: 

FM to create external document(URL) in IE02

Former Member
0 Kudos

Hi,

I need to create external document(URL) for equipment master.

We can create manually it is done by clicking a button Services for Object and then selecting option (Create External Document URL).

I refered many links but failed to create the url in IE02.Please help me with the example.

Regards,

1 REPLY 1

Former Member
0 Kudos

Hi,

You will need to use function BINARY_RELATION_CREATE for this.

Check how is it handled in function SGOS_URL_CREATE_DIALOG. Also check code in PAI of screen 2400 (subroutine create_url_doc). You will need to use that code.

Sridhar