on 2009 Jun 26 10:09 AM
Hello Friends,
We have created the inbound proxy via SPROXY and we have implemented the class ZACCL_MI_VENDOR_MASTER_PROXY_I for the same. Now In the structure tab of ABAP Proxy I can see the following structure of the INPUT.
INPUT-MT_VENDOR_MASTER_PROXY -VENDOR -VENDOR_DETAIL -RECORD_TYPE.
Now in the record_type we are passing a single parameters C or N. i.e if i is N then new and if it C then change.
In my class implementation i am doing the followin check.
CASE input--MT_VENDOR_MASTER_PROXY -VENDOR -VENDOR_DETAIL -RECORD_TYPE. WHEN 'N'.
CALL METHOD me->create_vendor
EXPORTING
input = input
IMPORTING
title = title
it_recp = it_recp
it_contenttext = content_text.
WHEN 'C.
CALL METHOD me->change_vendor
EXPORTING
input = input
IMPORTING
title = title
it_recp = it_recp
it_contenttext = content_text.
but I am getting following error message.
input-MT_VENDOR_MASTER_PROXY-VENDOR-VENDOR_DETAIL-RECORD_TYPE is unknown.
Could you please help me on this issue.
Thanks & Regards,
Nagaraj
Request clarification before answering.
Sorry Guys..I solved the issue but forgot to close the thread.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.