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

create new vendor record

Former Member
0 Likes
406

hi,

I am tring to create new vendor record in transactin FK01,

I need to make some checks during the creation and one of them is on field -

ADDR1_DATA-STR_SUPPL1 in the first screen in tab 'Street Address',

you can see the field after opening the tab (the + butten - more fields).

In the user exit - SAPMF02K - 'Vendor Master Data User Exit'

and in the BADI - VENDOR_ADD_DATA I can't find a structure that contains this field.

I tried also to find the value of the field by using the function - 'DYNP_VALUES_READ' but it only return the value from the last screen befors 'SAVE'.

Thanks,

Alex.

hi,

I am tring to create new vendor record in transactin FK01,

I need to make some checks during the creation and one of them is on field -

ADDR1_DATA-STR_SUPPL1 in the first screen in tab 'Street Address',

you can see the field after opening the tab (the + butten - more fields).

In the user exit - SAPMF02K - 'Vendor Master Data User Exit'

and in the BADI - VENDOR_ADD_DATA I can't find a structure that contains this field.

I tried also to find the value of the field by using the function - 'DYNP_VALUES_READ' but it only return the value from the last screen befors 'SAVE'.

Thanks,

Alex.

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
366

hi,

try fm ADDR_GET_COMPLETE

it's in export-tab SZADR_ADDR1_COMPLETE

A.

Read only

0 Likes
366

Thanks,

But I want to check this field before saving the vendor,

so the data does not exits yet in SAP tables.