cancel
Showing results for 
Search instead for 
Did you mean: 

How to exclude a field from FB60 screen under tab "Details"

Former Member
0 Kudos

There is a field XREF3 under "Details" tab. I want to make it invisible or display only under this tab and add it to the main FB60 screen. There is a BADI that allows me to add this field to the main sceeen. Is there a configuration transaction that I can use?

Thanks in advance.

Vijay

Accepted Solutions (1)

Accepted Solutions (1)

anand_raichura
Contributor
0 Kudos

Hi Vijay,

Kindly use transaction code SHD0 for Hiding field or making it as display field only.

Regards,

Anand

Answers (2)

Answers (2)

suma_mani
Active Contributor
0 Kudos

Hi Vijay,

You can able to control these settings through fields status groups which is assigned to Recon GL accounts,which same are assigned in Vendor master data.

Steps :- Go to transaction code :- OBC4

Create one Z variant like Z001 ( Copied from G067 field status varaint) & suppress the XREF3 field from general data tab of Z001 FSG >

Assign same FSG as Z001 in to all accounts payable recon accounts and check in FB60 whether those fields are suppress mode or not.

Regards

Mani Kumar

Former Member
0 Kudos

Thanks all of your for the replies. If I use OBC4 transaction it will supress the field XREF3 for all the screens. That is not what I want, I want to suppress that field only in particular screen in FB60 transaction. I actually want to use this field in the other screen. In FB60 the BASIC  folder does  not have the XREF3 field so I want to add that field on that screen. There is another tab "DETAILS", on this screen I want to suppress this field. I think I need to use SHD0 transaction but I was not able to make it work. Any suggestions are welcome.

Thanks,

Vijay

narasimhulu_konnipati
Active Contributor
0 Kudos

Hello Vijay,

The best solution as already pointed by other experts is that creating a screen variant through SHD0 and assigning that to respective users.

Process is:

SHD0

Input the T-code FB60

Click on tab 3 "Screen variant"

Input the T-code as "ZFB60"

Program: SAPLFDCB

Screen number : 50

Click on create

Then system takes you to the FB60 screen to input mandatory fields in initial screen. After that, click on details tab. Here, put the cursor on Ref key 1 / Ref key 2 / Ref key 3 which ever you wants to hide/display/required (for your requirement, it is "Invisible') and then press Enter.

Now you see the field status screen opens with different options. Select them as you want and save it.

While saving, system asks you "Package". Do not give any package but select the 'Local object" option from bottom of the window.

Now, create an entry in tab 2 in SHD0 "Transaction variants" with screen variant ZFB60. Click on change button and then click on insert row + button. Then give ZFB60 and save it. Then,

Activate it in first tab "Standard variant"

You can now see the change in FB60. I just created for you and it is working fine for me. Ref key 1 is invisible at FB60.

Let me know if you are still not able to make out

Thanks

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

You can use Field Status variant of the Vendor Recon Account for some of the fields. Additionally, you can also use SHD0 for the same.

Refer the link below for SHD0 usage

http://scn.sap.com/docs/DOC-29078

Regards


Sanil Bhandari

Former Member
0 Kudos

How do you know which variant is active? There are more than one variant available for FB60 on the system but there is no way to know which one is active. I made the changes to make the field display only using SHD0, created a screen variant and added the screen variant to the standard transaction variant where is list all the screen variants. The filed is still visible.

Thanks,

Vijay

Former Member
0 Kudos

Hi Vijay,

Contact your basis team to assign certain variant for certain user. It is user specific.

Regards,

G.Sethuraman

Former Member
0 Kudos

Hi vijay,

the best way to activate/deactivate the fields is: change the Field Status group fields (G067), copy the standard FSG from OBC4 and make Z067, change the required fields to display/hide.

These are client level settings which will effect to all other company codes. If you have multiple company codes in your client, it is best way to activate new fields through FSG.