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

IDOC Field Reduction

marcela_martinez
Participant
0 Likes
1,008

Hi friends,

I have an specific problem with a field of a segment. This segment is filled with MASTERIDOC_CREATE_MATMAS standard FM, and there an specific field that is filled with a bar ("/").

Through a debug I noticed that in some step the FM reads TBD24 table and if the Message Type / Segment / Field is not in that table the FM puts a bar instead of the correct info.

Can you help me please telling me where I have to customize and add the correct Message Type / Segment / Field record so the IDOC has the correct value in the field? I will appreciate it a lot!

Thanks and kind regards,

M.

Hi friends,

I have an specific problem with a field of a segment. This segment is filled with MASTERIDOC_CREATE_MATMAS standard FM, and there an specific field that is filled with a bar ("/").

Through a debug I noticed that in some step the FM reads TBD24 table and if the Message Type / Segment / Field is not in that table the FM puts a bar instead of the correct info.

Can you help me please telling me where I have to customize and add the correct Message Type / Segment / Field record so the IDOC has the correct value in the field? I will appreciate it a lot!

Thanks and kind regards,

M.

2 REPLIES 2
Read only

former_member215575
Active Participant
0 Likes
625

Hi,

Add required field in BD52.

Regards,

Sravan Guduru.

Read only

marcela_martinez
Participant
0 Likes
625

I solved it using 'EXIT_SAPLMV01_002' exit.

Regards.