Hello Everyone,
During the DTP execution i get the following errors
* Record filtered in advanced as rerris records with the same key exist (message RSM2722)
* Data Package / Status " Processed with erros" (message RSBK257)
After analysis we come to know that we are getting 2 material number with the same codeLike : PMK001 created by rishi and PMK001 created by harsh. the difference being there are 2 spaces atthe end of second material code. Thus till PSA level it comes fine but after executing the DTP it throws an error.
Now in the field routine I can manage like this
RESULT = SOURCE_FIELDS-MATERIAL.
CONDENSE RESULT NO-GAPS.
This will remove the blank spaces from the end of the material. Kindly rectify me if I am wrong with the coding. Help me with proper code if there is any mistake.
Now inorder to add a character after PMK001 created by harsh what do I have to do if in coding then can anyone help me with fullcode.Also can we do anything applying the Formula field. Thanks in advance.
Regards