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

change in table vbap

Former Member
0 Likes
1,127

Hello All ,

My client required arktx field of 400 length , it is of 40 now in standard.

Can it is possible by enhancement or badi.

Please Reply.

Regards,

Shrikant.

Hello All ,

My client required arktx field of 400 length , it is of 40 now in standard.

Can it is possible by enhancement or badi.

Please Reply.

Regards,

Shrikant.

4 REPLIES 4
Read only

Former Member
0 Likes
1,048

Hi,

No Its not possible with enhancement.

Instead you can create a Zfield with 400 length in append structure for VBAP .

Regards,

Ashok.

Read only

MaryM
Participant
0 Likes
1,048

Hi Shrikant.,

yes, you should create zarktx char(400) and populate it in the exit: MV45AFZZ USEREXIT_MOVE_FIELD_TO_VBAP.

regards,

MaryM

Read only

Former Member
0 Likes
1,048

Issue Solved.

Read only

0 Likes
1,048

How did you do?

Could you share a solution?