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

VBFA

0 Likes
638

Hi,

I need to integrate the Quality Notification to the Sales Document Flow.

Can you show me some ways to modify the Sales Document Flow?

thank you,

Dennis

3 REPLIES 3
Read only

reedtzj
Active Participant
0 Likes
521

Hi,

I think you might use FM RV_DOCUMENT_FLOW_UPDATE. Do a Where-Used for this FM and this will FM (amongst others) be used in include LV45UF0R. I suggest setting a break-point there and analyze what data is needed for this FM. You then use tx VA02 to make a change that affects the document flow in std. Like creating a billing document from a sales order.

This might hopefully give you necessary input how to fill the internal tables taken as arguments for this FM RV_DOCUMENT_FLOW_UPDATE.

Hope this can help.

Regards, Johan

Read only

0 Likes
521

Hi Johan,

thanks for your answer, but it´s not possible to append the quality notification to the flow because there is no sales order type for quality notifications. So it´s impossible to display the notification. An other problem is that VBELN has a length of 10 digits and the quality notification has a length of 12 digits.

Therefore we solved it on an other way.

Regards, Dennis

Read only

Former Member
0 Likes
521

Hi,

You can link through the field QMEL-VBELN field with the Sales order Number of VBAK-VBELN or VBAP-VBELN .

You can also use the View VIQMFEL for the link up between Notificationa nd sales documents.

reward if useful

regards,

Anji