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: 

Material Code Space

0 Kudos

Hello Expert,

Please help me Find LEADING and TRAILING space in MATERIAL CODE while save MM01.

Pradip Patel.

3 REPLIES 3

SURYA_ABAP
Participant
0 Kudos

Hi pradipmca,

If you are writing custom code, perform

  1. strlen (String length) - Material code - store in variable 1
  2. apply condense
  3. Again - strlen (String length) - Material code - store in variable 2.
  4. Diff of varaible 1 & 2 - can found leading spaces.

0 Kudos

Hi,

I had already try this way but CONDENSE statment remove gap between word but in Material Code traling space was not remove.

Pradip Patel

FredericGirod
Active Contributor
0 Kudos

Do you have example of material code having issu ?