cancel
Showing results for 
Search instead for 
Did you mean: 

FMs Related to Transactions Item and Header

Former Member
0 Kudos

Hi All,

I need the FMs related to Transaction, especially how can I read Item of a transaction document ?.. I know for header we can use CRM_ORDER_READ.

Can Anyone Help ??..

Thanks in Advance, Sudeep..

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sudeep,

Even the item Details of a transaction can be read using the FM CRM_ORDER_READ. It is used to read the complete transaction details.

Regards,

Shalini Chauhan

Answers (1)

Answers (1)

former_member184067
Active Contributor
0 Kudos

hi Sudeep,

like Shalini said, the function module CRM_ORDER_READ is used to get all information about the order document including the item of a transaction.

if you trace / read the program in function module CRM_ORDER_READ, it will called other function modules which specific to certain information and will combine it to return paramters of the function module CRM_ORDER_READ.

in order to know items of a transaction via FM CRM_ORDER_READ, you can get the information via parameters which ended with '_I '

hopes it helps

cheers