Author |
Message
|
SKK |
Posted: Thu May 02, 2013 10:51 am Post subject: SAP Wrapper - Top Level Business object |
|
|
 Acolyte
Joined: 09 May 2005 Posts: 67
|
Hi
We are facing strange problem, we are using WMB 8 and have requirement to make BAPI RFC call to SAP.
Earlier, In meta data, we had wrapper as top level business object
for eg : SapRetreiveCustomerWrapper
But now when we make new adapter connection to same BAPI, we are not getting this Wrapper as top level business object and BAPI business object is top level business object.
eg: SapCustomerRequest
earlier it was
<SapRetreiveCustomerWrapper>
<SapCustomerRequest>
now it is and hence request are failing.
<SapCustomerRequest>
There are no changes in SAP end. _________________ Regards,
SKK |
|
Back to top |
|
 |
mqsiuser |
Posted: Thu May 02, 2013 11:11 am Post subject: Re: SAP Wrapper - Top Level Business object |
|
|
 Yatiri
Joined: 15 Apr 2008 Posts: 637 Location: Germany
|
Adjust your (ESQL) code, so that is can handle both.
That is quicker than trying to find out what happend/changed. _________________ Just use REFERENCEs |
|
Back to top |
|
 |
SKK |
Posted: Thu May 02, 2013 11:53 am Post subject: |
|
|
 Acolyte
Joined: 09 May 2005 Posts: 67
|
We are doing that only, changing ESQL to handle it
but want to know the reason and also checking if there were any changes to BAPI which might have caused this. _________________ Regards,
SKK |
|
Back to top |
|
 |
mapa |
Posted: Thu May 02, 2013 11:55 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
Are you sure you checked the checkbox for using a Business Object Wrapper when creating the new adapter?
I get a wrapper element if I check it and no wrapper if I don't in 8.0.0.2. |
|
Back to top |
|
 |
SKK |
Posted: Fri May 03, 2013 1:03 am Post subject: |
|
|
 Acolyte
Joined: 09 May 2005 Posts: 67
|
But, we never used that Generate Wrapper option in first place
SAP confirmed there is no changes on their side.
We are checking, if this has to do with a Websphere Adapter FP, we installed recently. _________________ Regards,
SKK |
|
Back to top |
|
 |
mapa |
Posted: Fri May 03, 2013 1:18 am Post subject: |
|
|
 Master
Joined: 09 Aug 2001 Posts: 257 Location: Malmö, Sweden
|
It might be that the default option for generate wrapper has changed between V7 and V8. The option is there in both versions, that I am sure of.
Update: The above is not true, you have to actively check that you want a wrapper in V7 (FP3) |
|
Back to top |
|
 |
sandeep9678 |
Posted: Mon May 06, 2013 1:13 pm Post subject: |
|
|
 Apprentice
Joined: 04 Aug 2008 Posts: 41 Location: India
|
You need to select the checkbox. This is not SAP side change. It is WMB side. So just try with the checkbox selected. _________________ Cheers,
Sandeep |
|
Back to top |
|
 |
|