cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to find the Tax Code in the PO Item level.

Former Member
0 Kudos

Hi All.

I have requirement If the Tax Indicator Flag (Custom field at the PO Item level ) in line item of PO is checked, then Tax code at line item level should be marked as I1 else, tax code should be marked as I0.

I am trying to implement this one in BBP_DOC_CHANGE_BADI (BBP_PO_CHANGE).

But couldnu2019t find the TAX_CODE field in the PO Item level in ET_ITEM

Any pointer for this issue?

Canu2019t we change the Tax Code in the PO?

Thank you,

Bharathi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

For your purpose, I think you should better use BBP_DET_TAXCODE_BADI

I hope this helps you

Jorge

Former Member
0 Kudos

Hi Jorge,

Thanks for your reply.

But here I am not getting the custom fieldsu2019 tax indicator which i have added in the item level PO,

Based up on the tax indicator (custom field) only I would like to change the Tax code.

Thank you

Former Member
0 Kudos

Hi,

Your customer field is not in this structures?

IS_HEADER

IS_ITEM

do you have the number or GUID of PO in these structures and you can use a standard function module (BBP_PD_PO_GETDETAIL) for accesing to the custom values

I hope this helps

Former Member
0 Kudos

Hi Jorge ,

No , i didnt find the custom fields in IS_ITEM which i have added in the PO item level .

i have added the custom field in this include INCL_EEW_PD_ITEM_CSF_PO .

More over this include wont included in the IS_ITEM structure .

Thank you,

Former Member
0 Kudos

Hi,

Along with including your customer filed in the include structure INCL_EEW_PD_ITEM_CSF_PO,

you also need to add your customer field in the include structure INCL_EEW_PD_ITEM_CSF.

Then it will come in the IS_ITEM structure.

Regards,

kalandi