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

Contract number in FB60 header data

atif_farooq
Active Contributor
0 Likes
2,022

Hi:

I have a requirement....For only one of vendor with whom our leasing arrangement are done...we want to to enter all invoices against it using contract that are created in MM side. Contract number will be entered in header data FB60 along with contract type...Requirement is to make contract field mandatory as soon a specific vendor number is entered.. E.g if we enter vendor 500001 contract number and contract type filed should get mandatory. We tried with field exit but field exit does not let us to go in the tab where contract number is to be given..I am an FI guy...could someone guide please how to cater this requirement.

Regards

Hi:

I have a requirement....For only one of vendor with whom our leasing arrangement are done...we want to to enter all invoices against it using contract that are created in MM side. Contract number will be entered in header data FB60 along with contract type...Requirement is to make contract field mandatory as soon a specific vendor number is entered.. E.g if we enter vendor 500001 contract number and contract type filed should get mandatory. We tried with field exit but field exit does not let us to go in the tab where contract number is to be given..I am an FI guy...could someone guide please how to cater this requirement.

Regards

7 REPLIES 7
Read only

Former Member
0 Likes
1,545

hi

can you check this link may help

Read only

Former Member
0 Likes
1,545

or it can be done through BTEs (Business transaction events)...I am trying to find the right one for this. as soon as I get it

i will post.meanwhile please ask any ABAP development team to check on the BTEs......we can see the list of BTEs in tcode

BERE and BERP...check BTE 1120

Read only

Former Member
0 Likes
1,545

Hi Atif ,

why dont you make use of FI Validations thru Tcode GGB0.

regards

Prabhu

Read only

0 Likes
1,545

Hi:

The field Contract VERTN and vendor number are not available in BKPF table. This validation is to be defined on header level (as contract is in Details tab) not on line item level. Validation are not going to help me. Any other workaround will be appreciated..

Regards

Edited by: Atif Farooq on Oct 10, 2011 8:35 PM

Read only

0 Likes
1,545

Hi

in which table is VERTN? ok.....sorry I see it in BSEG

Max

Read only

0 Likes
1,545

Hi All:

Thanks for support , i managed to resolve the issue using validations...Actually the field VERTN is called at BSEG and i though it will not work but it did for me and i wrote a validation in GGB0 for the same and managed to resolve the issue. No system is giving error message when i enter a specific vendor number in FB60, system prompts the user using error message assigned in GGB0..

Regards

Edited by: Atif Farooq on Oct 15, 2011 12:18 PM

Read only

eduardo_hinojosa
Active Contributor
0 Likes
1,545

Hi

Check BTE 00001011, but I think that it's for items.

Regards

Eduardo