cancel
Showing results for 
Search instead for 
Did you mean: 

Any BAPI for Shipment Data Read ?

Former Member
0 Kudos

Hello All Sales Guru's.

Can any one tell me any SAP standard BAPI for shipment data read.

I have this FM RV_SHIPMENT_READ but it is not remote enabled.

Thanks

John

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello John,

I don't even have this FM in our CRM system. Is it in ECC? If I have a non-RFC enabled FM then I build a Z-FM around it which calls it and then I am fine.

Otherwise please specify which shipment data in which system you want to read. Order shipment data? Customer shipment data?

Best regards,

Thomas Wagner

Former Member
0 Kudos

Hi Thomas,

Thanks for reply, yes its ECC 6.0 system.

Yes that's the ultimate solution to create a wrapper arround, but I was looking for some standard if we have.

I want to read order shipment data.

Thanks,

Gejo john

former_member193634
Active Participant
0 Kudos

Hello,

If you are looking for a way to read order data in SAP CRM, you may want to check standard function module CRM_ORDER_READ. You may want to test it by using standard program CRM_ORDER_READ (same name as the FM), with a given order number.

You will find there all information regarding your order.

If you are looking for a way to read data in SAP ECC, then you are in the wrong section of the forum

Best regards,

Sylvain AGUETTAZ

Former Member
0 Kudos

I think he wants to read ECC information and I fully agree with you.

Thomas

Former Member
0 Kudos

Hello Gejo,

Maybe one other remark: If you know in which database tables your information is stored then the gerneric function module RFC_READ_TABLE is helpful.

Best regards,

Thomas