cancel
Showing results for 
Search instead for 
Did you mean: 

PR05 - Get Texts for Mobile WF

Former Member
0 Kudos

Hi experts,

I need to build a Mobile WF to approve Travel Documents, but I can't reach Text TabStrip.

I'd used FM BAPI_TRIP_GET_DETAILS and HRTRV_IF_GET_TRIP, but they didn't works well.

Are there any workarround to get that TEXT ???

e.g.: this text goes to WF TASK, and MBO read this. The Trip Text needs to be bind in BO (SWO1).

Thanks for any help.

Rui Keiti Kikumatsu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I'd success using PLC1 and Macro to read that Text inside PR05.

I'd created a Virtual Attribute inside BOR BUS2089, and fill with this code (this attr was configured inside WF Text Task), and will be read by MBO.

Thanks for all,

DEFINE rp-imp-c1-te.

   import zweck from database pcl1(te) id te-key.

   if sy-subrc ne 0.

     clear: zweck.

     refresh: zweck.

     sy-subrc = 4.

   endif.

END-OF-DEFINITION.

midhun_vp
Active Contributor
0 Kudos

Can you give more information. Is your requirement is to send a document from mobile to SAP or to show the document in mobile app taken from SAP?

- Midhun VP