cancel
Showing results for 
Search instead for 
Did you mean: 

Creating URL to the BP

0 Kudos

Hi all,

I hope you are doing fine,I have a requirement in which I have to create URL to the BP ,Worked on Bol query like querying  CMBODocumentRefRel,

&

tried classe cl_crm_bsp_cm_control->create_document,

But unable to create URL as attachment for an BP.

But the file is not being attached.Could any body please help me

Regards

Acharya

Accepted Solutions (1)

Accepted Solutions (1)

ceedee666
Active Contributor
0 Kudos

Hi Acharya,

I'm not sure I understand what you are trying to do. Are you trying to directly navigate to a BP using a URL? If yes, the following blog should help you to set this up:

Christian

0 Kudos

Hi Christian,

Thanks For replay,Actually my requirement is to create URL in attachment View not navigating to component using URL.

any way I achieved the functionality using

CALL METHOD cl_crm_documents=>create_url

  EXPORTING

    url             =

  IMPORTING

    loio            =

    phio            =

    error           =

CALL METHOD cl_crm_documents=>rename_object

  EXPORTING

    is_io   =

    iv_name =

CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'

  EXPORTING

    wait = 'X'.

Answers (0)