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: 

Idoc - change the length

former_member672218
Participant
0 Kudos

Hi,

Is it possible to change the field length of an idoc using conversion rule? My requirement is to change to warehouse number 'F02' as a text 'Warehouse-F02'. The field length for warehouse (LGNUM) is just 3 characters . Is there any way to accomplish this?

This is a standard segment and hence i cannot change the field length.

Thanks,

Venkat

1 ACCEPTED SOLUTION

former_member404244
Active Contributor
0 Kudos

Hi,

I don't think it is a good idea to change standard field length.You can go for extension of idoc and have a new segment with your own field with the length you want and populate it.

Regards,

Nagaraj

6 REPLIES 6

former_member404244
Active Contributor
0 Kudos

Hi,

I don't think it is a good idea to change standard field length.You can go for extension of idoc and have a new segment with your own field with the length you want and populate it.

Regards,

Nagaraj

0 Kudos

Yeah. I know it is not a good method but that is what the client wants.

Regards,

Venkat

0 Kudos

Please create an extension as suggested above and add the desire field.

Nabheet

0 Kudos

You're the technical Abap professional, you have also to persuade the client that extension is the best way to do the right things and you will avoid problems and concerns in an upgrade phase.

0 Kudos

Thanks.

Former Member
0 Kudos

Hi,

for that reason, extensions were invented. It's simpliest and you won't have to request an object key to SAP.

Regards.