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

vcard api ?

Former Member
0 Likes
403

Hi,

Is there a standard SAP API (or function module/class) to create XML vcards ?

Sincerely,

Olivier Matt

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
326

i have searched a while ago and didnt find any FM/method to do this. ended up creating manualy.

BEGIN:VCARD
VERSION:2.1
N:xxx
FN:xxxxx
ORG:mycompany
TEL;WORK;VOICE:1234567
TEL;HOME;VOICE:3456788
TEL;CELL;VOICE:6789077
TEL;WORK;FAX:45678900
ADR;WORK:;;P. O. BOX 342 DHAHRAN 31311;DHAHRAN;;;Saudi Arabia
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:P. O. BOX 342 DHAHRAN 31311=0D=0ADHAHRAN=0D=0ASaudi Arabia
EMAIL;PREF;INTERNET:asdd@mycompany.com
REV:20060826T083644Z
END:VCARD

Regards

Raja