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: 

special character for empty field

germain_azambou2
Explorer
0 Kudos
294

Dear SDN community members,

I'm using function module IDOC_INPUT_DEBITOR to post debtor masterdata from external system to SAP.

Everything works, but i receive a InfoType I pop up with following message

"special character for empty field"

After Button ENTER Debtor Masterdata is created

anyone how i can suppres this pop up ? everything should work automatically.

Thanks in advance

GSPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; }

3 REPLIES 3

germain_azambou2
Explorer
0 Kudos
216

special character for empty field: '/'

Sandra_Rossi
Active Contributor
216

One solution is to call the function module with EXCEPTIONS ERROR_MESSAGE = any integer, that will deactivate the information popups.

germain_azambou2
Explorer
0 Kudos
216

Hi Sandra,

Thank you it works. 🙂