‎2014 Jun 26 12:18 PM
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
‎2014 Jun 26 12:40 PM
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
‎2014 Jun 30 12:52 PM
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
‎2014 Jul 03 12:38 PM
‎2014 Jul 03 12:54 PM
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
‎2014 Jul 03 1:01 PM