如何解决创建Account时的error message BP category 2 does not fit the data in category 1
生活随笔
收集整理的這篇文章主要介紹了
如何解决创建Account时的error message BP category 2 does not fit the data in category 1
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Created by Jerry Wang on Mar 04, 2014
當試圖創建一個Corporate Account時,遇到如下error message:
?
?
?
通過debug發現從UI上輸入的參數傳到Genil layer如下:
?
?
?
?
?
?
我們在ui上輸入的firstname 傳到形參is_data_person中去:
?
?
?
因為is_data_person不為空,所以會進入783行的check function module,這里會把當前待創建的Account當成person看待(iv_data_category被hard code呈gc_type_person ).
?
?
?
因此會在此處拋出error message:
?
?
?
將ui上的First Name輸入刪除之后問題即可解決。
總結
以上是生活随笔為你收集整理的如何解决创建Account时的error message BP category 2 does not fit the data in category 1的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 如何解决SAP Structure CM
- 下一篇: 怎样将employee 加到Territ