cancel
Showing results for 
Search instead for 
Did you mean: 

Find the Delivery and Billing document for the sales order in Personas Flavor

Former Member
0 Kudos

I created a dashboard and want to find the delivery and billing documents numbers once I enter the sales document number.

Is this possible in Personas flavor ?

Accepted Solutions (0)

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

It sure is.

One way would be using function module SD_DOCUMENT_FLOW_GET

Former Member
0 Kudos

Thanks Tamas. I am new to scripting. So my next question is , How do I use the FM to retrieve the data and place it in the screen ? Any documentation which provides the steps.

Thanks for your help.

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

You can call function modules using RFC: https://wiki.scn.sap.com/wiki/x/qBPMFw

The article is not the latest though, it is now a lot easier to do this with the scripting engine's RFC tool. You can also refer to the corresponding unit in the latest openSAP course: https://open.sap.com/courses/sps3/items/4EP0jTTLXkkRdCXJ1jWPE8

Since the above FM is not remote-enabled, you will have to create your own wrapper and make that remote-enabled - but this is easy to do.