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

Function module for EDM profile upload

Former Member
0 Likes
779

Hi All,

I have a text file containing profile values in the application server.I need to read from this file and upload EDM profiles.My objective is to develope a pogram to upload profile in mass instead of doing it manually through transaction EEDM01.Can any 1 suggest me the right kind of function module to be used in my program.

Presently my text file contains fields such as profile number,PROF_DATE(Day of profile values),PROF_TIME(Interval time) and PROF_VALUE(Profile value at application level).

pratibha.

1 REPLY 1
Read only

former_member778253
Active Participant
0 Likes
411

Hi

Try these function modules:

1. BAPI_ISUPROFILE_IMPORT

2. BAPI_ISUPROFILE_UPLOAD

Hope this helps.....