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: 

How to fill table T185V

Former Member
0 Kudos

Hi,

I made an enhancement in Include MV45AF0F_FCODE_BEARBEITEN in Form FCODE_BEARBEITEN.

I used one of standard keys with its original function code to process some changes in the sales order using BAPI_SALESORDER_CREATEFROMDAT2

After executing this code I get this error message

Flow control: Entry SAPMV45B, U0, * is missing in T185V

Although the BAPI is executed successfully with no errors.

I think we need to fill table T185V with values.

Unfortunately, I don’t know how to fill it.

Please Help!

1 REPLY 1

mmcisme1
Active Contributor
0 Kudos

The transaction to change the screen flow is VFBS. However, I wouldn't change it unless it was critical. There are just too many variables. The sales order screen code is used in many different places. If you are going to make the change - I'd advise you to search for VFBS and/or changing screen control.

I did this once. I will do just about anything to avoid making a screen flow change.

Good luck!

Michelle