gurus, i am a beginner in SAP ABAP and i have faced a problem. i am trying to update the language field for all business partners for whom it is not maintained. my problem is while trying to update the table ADRC, i am using the FM ADDR_UPDATE and subsequently ADDR_SINGLE SAVE. it's working fine and updating ADRC. however when the field ( PERS_ADDR ) OF ADRC is checked, that is when the address is of the personal type, it's throwing an error " the address is a personal address ". i tried the debugger, it's throwing a parameter error in the ADDR_UPDATE FM...PLEASE HELP!!
↧