Application Development 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: 

Display the added field only in tcode VA03(item details of Additional dataB

Former Member
0 Kudos

Hi All,

My requirement is to add a field 'xxxx' in the sales order header (Additional tab B) and sales order item details(Additional tab B).

Should I use screen no: 8309 for sales order header(Additional tab B) and screen number 4462 for sales order item(Additional tab B).

Please suggest the above screen numbers are correct? and also the new field should be in disable mode for TCODE 'VA03' and enable mode for Tcode 'VA01' & 'VA02'.Please suggest how this can be done.

Thanks in Advance,

Narasimha

6 REPLIES 6

kamesh_g
Contributor
0 Kudos

HI

USe the following code in the PBO of corresponding screen

if sy-tcode = 'VA03' .

screen-input = '0'

endif.

it definite ly works i have worked on this .

Former Member
0 Kudos

Hi Kamesh,

I have used the same code but not able to disable the field in the tcode "VA03'.

May be i should have choosen wrong screen number for item details additional data B.

Iam confusion could you please confirm the screen number for this requirement.

Regards,

Narasimha

Former Member
0 Kudos

HI Kamesh,

Yes now its working fine.

The screen number for sales order item details additional data tab B page is 8459.

In PBO i have used the above code..

Thanks,

Nagendra

Former Member
0 Kudos

Thanks Kamesh my issue was resolved.

Regards,

Narasimha

sankar_roy
Participant
0 Kudos

Hi avvaru,

My Requirement is same..I have written the same code in PBO of Screen No 8309, Additional Tab....But still in VF03 the field is coming in change mode.

Can u please help me?

sankar_roy
Participant
0 Kudos

Hi Avvaru,

Its working now....actually its was not activated.