cancel
Showing results for 
Search instead for 
Did you mean: 

Uploading

Former Member
0 Kudos

can XI does BDC work?

If i want to upload any transaction,say ME21..can we do thru XI..

Any ideas or exapmple please?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member206604
Active Contributor
0 Kudos

Hi,

Yes you can... do all the BDC processing in a RFC and call the RFC using RFC receiver adapter from XI. Its done.

But XI cannot do a BDC directly, the BDC code should be wrapped inside a RFC.

You can use PO create BAPI to achieve the same. Which is same as BDC to ME21.

Regards,

Prakash

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

Technically you can transfer data Through RFC/BAPI/IDOC and instead of your BDC code they will take care of creating application document.

But this approach is only recommended for transaction data.

For master data upload use BDC or LSMW.

Thanks,

Tuhin

agasthuri_doss
Active Contributor
0 Kudos

Hi,

>>can XI does BDC work?

We cannot do like that ..as work around we can do it as prakash mentioned.

Regards

Agasthuri Doss

moorthy
Active Contributor
0 Kudos

Hi,

Just to add on -

generally BDC functionality is captured in the RFC/BAPI and you can trigger this from XI. Or even idoc you can use.

So using XI , you can eliminate BDC processes with RFC/Idocs etc,.

You can not call BDC directly from XI,. In many real time implementations BDCs are replaced by Idocs/RFC/BAPIs

Regards,

moorthy