Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

suitable segment and field

Former Member
0 Likes
1,428

Hi all,

I am developing an interface for orders. i have managed the segments and fields except for tax classification . its header data - billing (vbak-taxk1). could somebody suggest me how to populate this field please.

Thanks,

Kiran

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,267

Hi Kiran,

i am unable to figure out any segment. may be you need to extend and fill it via user exits.

Regards

vijay

Hi all,

I am developing an interface for orders. i have managed the segments and fields except for tax classification . its header data - billing (vbak-taxk1). could somebody suggest me how to populate this field please.

Thanks,

Kiran

10 REPLIES 10
Read only

Former Member
0 Likes
1,268

Hi Kiran,

i am unable to figure out any segment. may be you need to extend and fill it via user exits.

Regards

vijay

Read only

Former Member
0 Likes
1,267

Tax classification is a very SAP specific field/value that external EDI systems will not understand. That is why it is not there on the IDOC Type. Now if you are doing ALE into another SAP system, this value will be automatically determined by the system based on config values of customer and material tax classifications.

Why do you need this field on the IDOC?

Srinivas

Read only

0 Likes
1,267

Hi srinivas,

im doing interface from external system into sap.. i am not posting material tax classifications and so its not posting in alt tax calssification field in the header data ( billing). i need to post in tax classification field as well.. is there any way that i can do it..

Vijay,

ive never worked on user exits. if it have to use userexits to post that field. could u please let me know how i can do it.

thanks a lot...

Read only

0 Likes
1,267

hi kiran,

i think you are talking about ORDERS05, just confirm it.

so that we can check any exits available . and for extending you can use WE30/WE31.

and but filling the data can be done using exits only,

i will check it and let you know..

regards

vijay

Read only

0 Likes
1,267

u r right its orders05..

thanks a lot vijay

Read only

0 Likes
1,267

Hi,

in this FM <b>IDOC_INPUT_ORDERS</b> search for <b>customer-function</b>. you can find the exits related.

regards

vijay

Read only

0 Likes
1,267

i have searched for the customer functions and could find customer function 002.. couldnt come to a conclusin yet...

anyways thanks a lot vijay

Read only

0 Likes
1,267

Hi,

it can be done in two ways , one is user-exit or you can copy/create new FM and attach it to the IDOC.

where ever that taxclassification data is present you can use that exit.

Regards

vijay

Read only

0 Likes
1,267

Thanks vijay,

I have to consult my tl before getting to some decission.

he is off today . might start working on it tomorrow and might bother u once again..

thanks for the help

Read only

0 Likes
1,267

Ok, all the best.

Regards

Vijay