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

Adding additional fields to std. tcode TX01 in table VTBFHA

Former Member
0 Likes
839

Hello All,

My requirement is to add additional Z fields in tcode TX01 in tab Business Place.

There was already a field BUPLA in it.

I have added my 3 new fields in the ZAVTBFHA structure in table VTBFHA and also on the screen of TX01 -> Tab Business Place.

Now, when we execute TX01 transaction it throws a dump. saying

"ABAP/4 processor: DBIF_RSQL_INVALID_REQUEST".

Please tell me what else is to be done so that the data entered in the fields is updated in VTBFHA.

It gives a dump even if I append the Z fields in the structure.

Both the ZAVTBFHA structure and table VTBFHA. are activated.

We are using ECC 6.0.

2 REPLIES 2
Read only

SujeetMishra
Active Contributor
0 Likes
532

Hello Samreen,

Use MODIFY instead using APPEND.it will work.

Have a Nice Day,

Regards,

Sujeet

Read only

Former Member
0 Likes
532

Done