cancel
Showing results for 
Search instead for 
Did you mean: 

To get the guid of the current line item in report

Former Member
0 Kudos

Hi,

I am creating reporting program  for inserting new line item to a quotation.

Using header guid (Hardcoded value) i am able to insert new line item and product.

in order quantity value i need current line item guid.

How can i get current line item guid so that i can insert quantity value to current line item?

Thanks in advance

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member188346
Active Participant
0 Kudos

Hi Anil,

You can get current item guid by using FM CRM_ORDERADM_I_READ_OB, but it will of no use. If you try to do this then in this case you have to call maintain FM 2 times, which is not recommended. First you have to create item and then you have to maintain quantity. You have to do all this in one maintain call.

Regards,

Bhushan

faisal_pc
Active Contributor
0 Kudos

Hi Anil,

Please use FM CRM_ORDERADM_I_READ_DB or CRM_ORDERADM_I_READ_OW which will return you the details.

Thanks,

Faisal