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

BTE for company code level

Former Member
0 Likes
940

Hi SAP Guru's,

I have a requirement, To add anew field in FBL5N t-code.

I have added successfully by using BTE SAMPLE_INTERFACE_00001650.

But they are asking the new field/column would be visible/come in output for only one company code.

How can we achieve this. Please suggest me.

Thank you in advance.

BR,

Shabs

5 REPLIES 5
Read only

Former Member
0 Likes
788

Hi ,

Please set  condition   inside your BTE  like RFPOS-BUKRS = 'XXXX'.

and check then  this will be working for only one company code.

Regards,

Prasenjit

Read only

0 Likes
788

Dear Prasenjit,

If I will provide like above, then the value will not populate in that particular column but the empty column would be display in output right?

Regards,

Shabareesh

Read only

0 Likes
788

Hi,


Could any onee help on this.

Thanks,

Shabareesh

Read only

Former Member
0 Likes
788

Hi,

I am afraid that is not possible using the BTE and that is because the structure used in FBL5N is modified for this BTE which is Global for the whole system. No matter what the processing is the structure will stay the same which will be used to display data.

So, any changes to the structure will reflect everywhere it is used irrelevant to what the code or configuration is.

What you can do here is use Layout variant and hide that column.


Regards,

Ashish

Read only

0 Likes
788

Thnk u Ashish.