cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping Cart's Related Documents

Former Member
0 Kudos

Hi Friends,

In Which table i can get the Related documents ( Rfx) information of Shopping Cart

Thanks and Regards

Sreenu

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

You can get that information in

  • Getting the Item status.

ls_object_key-h_guid = is_header-guid.

ls_object_key-i_object_type = <fs_item>-object_type.

ls_object_key-i_guid = <fs_item>-guid.

CALL FUNCTION 'BBP_PD_GETHISTORY'

EXPORTING

i_object_key = ls_object_key

IMPORTING

e_be_log_system = ev_be_log_system "Logical System

TABLES

et_history = lt_history

EXCEPTIONS

incomplete_object_information = 1

OTHERS = 2.

Regards,

Neelima

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

Are you not able to see the RFX within "Related documents" tab available at item level in shopping carts?

Regards,

Ricardo

Former Member
0 Kudos

Thanks Ricrdo for ur reply, i can see Related Documents in Shopping cart, but i want to know where this information is stored, in which table this related documents iare stored

thanks and regards

Sreenu

Former Member
0 Kudos

HI,

You can check tcode bbp_pd and access you SC to find the table details.

Regards

Sam