cancel
Showing results for 
Search instead for 
Did you mean: 

XK99_accounting clerk internet address (LFB1-INTAD) greyed out

Former Member
0 Kudos

Hi Experts,

I'm using XK99 for vendor mass change, but the field "accounting clerk internet address"(LFB1-INTAD) is greyed out , and I can not make an mass change on this field. Anybody could help me out, please!

thanks a lot!

Sophia

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member183378
Active Contributor
0 Kudos

Hello Anne,

This issue can resolved like this.

Please create a custom program with this method MAINTAIN_BAPI of class VMD_EI_API. The semi-colon ‘;’ in email id’s have been replaced with space now. I have tested the program and it is working fine now. 

Note:- I have tried the same with LSMW, BDC Sessions,XK99 and MASS options also but i didnt get any fruitful results. Please try this once

Thanks & Regards,

Lakshmi S

rane_prashant
Contributor
0 Kudos

HI,

you can create LSMW and update data. Similar I did this for customer master data.

b/r

prashant rane

former_member183378
Active Contributor
0 Kudos

Hi Anne,

Pls chk this link.

http://scn.sap.com/thread/1160178

http://scn.sap.com/thread/1305052

Option -1:-Download the vendor master data and uploading the same using a FM VENDOR_GET_ADDR1_KEY and BAPI BAPI_ADDRESSORG_SAVEREPLICA or BAPI_ADDRESSORG_CHANGE

Option -2:-Also please check OSS Note- 549119 point 5 to fix the problem

SAP NOTE - 549119 ( Point-5)

To send or to archive forms using one of the methods mentioned

above, business transaction event (BTE) 2310 is available (for Rel

ease 40B and lower, the system uses a user exit TC SMOD/CMOD instead of

the BTE). Customizing and activation of the BTE in transaction

FIBF

Sample source code for the archiving: Function module

FI_OPT_ARCHIVE_CORRESPONDENCE

Sample source code for faxing or e-mailing: Function module

SAMPLE_PROCESS_00002310 with the source code from the include LXFKOF01

Balance confirmations for e-mails, faxes or optically archiving is

possible as of Release 46C by using the BTE 2410. Sample source co

de: FI_OPT_ARCHIVE_BALANCE_CONFIRM

Register both modules without country and without application indicator.

Otherwise, the module is not called.

Option -3:- SAP Note - 894143 provides correction instructions through which the fields exceeding 80 characters (IINTAD being one of them) can be made modifiable for XK99 mass transaction and OSS note 1597006 that explains as to why the IINTAD (Accounting clerk Internet address) field in XK99 is greyed out

Please let us know do you still face any issues else marked as answered.

Thanks & Regards,

Lakshmi S

Former Member
0 Kudos

thanks a lot!

Sophia

Former Member
0 Kudos

Hi Sophia,

You may also look at the OSS notes 1597006 that explains as to why the IINTAD (Accounting clerk Internet address) field in XK99 is greyed out and 894143 that provides correction instructions through which the fields exceeding 80 characters (IINTAD being one of them) can be made modifiable for XK99 mass transaction. However there is a word of caution to this note.

Regards

Ajay

former_member578974
Contributor
0 Kudos

Hi Sophia,

Field LFB1-INTAD is in the display mode since it is long on the database of 130 characters. The mass maintenance however only applies to 80 characters.

You will find the reason for this behavior in SAP note 894143.

This correction was made at Basis level. It prevent the use of mass processing where the length of the fields to be changed is over 80 characters. If needed, you might want to revert this correction.

Kind Regards,

Mateus Grings

atif_farooq
Active Contributor
0 Kudos

Hi:

You can not change it via MASS or XK99. There is a limitation within MASS on field lengths which causes an issue with the IINTAD field. Hence you will have to resort to LSMW .

Regards

Former Member
0 Kudos

Hello Sophia-

I don't think you can mass change vendors email address. You would have to create a CATT for doing that.

I have recently updated all my vendors with email addresses and had to create a CATT.

Hope this helps.

Shail