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

Document flow correction program

Former Member
0 Likes
2,313

Hi,

Does anybody know of a standard SAP correction program for the document flow table VBFA.

We have a delivery in doc. flow that does not exist otherwise in the system and would like to correct this.

Thanks,

Peter

4 REPLIES 4
Read only

Former Member
0 Likes
1,134

Hi,

You can do it indirectly in SAP using '/h' debugging.

1)Go to Se11

2) Go and view the entries for the recoed that you wnat to change.

3) In the display screen OK code box thpe '/h' and press enter.

4) In the Debugging screen You check / see the value for the variable "CODE". It will be "SHOW".

Change the variable value to "EDIT" and save that variabe value.

5) Then the entries will be changed as Editable in the screen fields. You can change the values.

NOTE : This is not advisible to change any foreign key related table. We can use it for emergency purposes.

I will let you know the correction program if I finds.

Thanks,

Greetson

Read only

0 Likes
1,134

We don't change standard SAP table contents in a production system without SAP's blessing. That's why I asked if anybody knows a SAP provided fix program. Note 74513 provides one, but it's not valid in a ECC60 release - only to 4.7.

Read only

0 Likes
1,134

Hi,

Check the below link document:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/25c1f5d1-0901-0010-d495-e96d02a0...

See page no 45 "You can also set it later with the help of a correction program (see SAP Note 104475)"

Hope this will fix your problem.

thanks,

Greetson

Read only

Former Member
0 Likes
1,134

OSS corrected