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 vedor, xk01

Former Member
0 Likes
1,049

Hi all,

I have a problem while creating vendor via batch input map. I want to ask if it is possible, or better, how it is possible to create vendor and add more email addresses to it.

I know the address is saved centrally in tables ADDR*, but I am not able to record transaction with adding more email addresses. Maybe I am missing something, but I have no idea what.

Could you please give me some idea how to add more email addresses to the batch input map?

Thank you very much

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
954

If you want to continue with batch input, make sure that the 'use central address management' checkbox is ticked on the first screen.

Rob

Hi all,

I have a problem while creating vendor via batch input map. I want to ask if it is possible, or better, how it is possible to create vendor and add more email addresses to it.

I know the address is saved centrally in tables ADDR*, but I am not able to record transaction with adding more email addresses. Maybe I am missing something, but I have no idea what.

Could you please give me some idea how to add more email addresses to the batch input map?

Thank you very much

4 REPLIES 4
Read only

Former Member
0 Likes
954

Hi

You should use the BAPI BAPI_ADDRESSORG_SAVEREPLICA

Max

Read only

Former Member
0 Likes
954

Hi all,

>

> I have a problem while creating vendor via batch input map. I want to ask if it is possible, or better, how it is possible to create vendor and add more email addresses to it.

> I know the address is saved centrally in tables ADDR*, but I am not able to record transaction with adding more email addresses. Maybe I am missing something, but I have no idea what.

> Could you please give me some idea how to add more email addresses to the batch input map?

>

> Thank you very much

Hi,

how many email addresses you see as input while recording. if it is one then its not possible to record more then 1. in that case you need to use a BAPI or a function module. you can serach for the BAPI in system.

Read only

Former Member
0 Likes
955

If you want to continue with batch input, make sure that the 'use central address management' checkbox is ticked on the first screen.

Rob

Read only

Former Member
0 Likes
954

Thanks to all of you for your advice,

I was able to get to the multiple email address by writing the BI map by hand (not recording via shdb). But I have got to another problem, so far I can open the screen to enter multiple addresses but there is only one active line, you have to add new line by pressing new line button. I have found that the button have code NEWL (in GUI status for the window). Now I have added it to the BI map as a OK_CODE, but it seems to ignore the ok_code while processing the screen, it will either say that the field is not input field (name of the field with index in () ) or it will rewrite the first line.

The screen is in program SAPLSZA6 screen number 600.

Is it possible to somehow trigger the NEWL function to add new input / editable line to the screen in batch input processing??

I have tried it in more orders, but it still seems to ignore the NEWL.

Now I am not even sure if it is correct ok code, but it reacts to the CONT ok code for continue as it should.

Many thanks for every advice