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 which uploads DB13

Former Member
0 Likes
1,133

I have a data in internal table. Is there any FM in which by passing this internal table , data will upload in DB13?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,051

Check the below FMs

ADD_DBA_PLANNING

ADD_DBA_PLANNING_ALL

7 REPLIES 7
Read only

Former Member
0 Likes
1,052

Check the below FMs

ADD_DBA_PLANNING

ADD_DBA_PLANNING_ALL

Read only

0 Likes
1,051

Thanks alot,

tell me one more thing...all my data is in I_final. so what to pass where?

Read only

0 Likes
1,051

Hi.

Thanks alot.

I have cleared the data from SDBAP and SDBAR.

I have uploaded the data in Internal table I_FINAL.

after doin this, am callin FM :

CALL FUNCTION 'ADD_DBA_PLANNING_ALL'

EXPORTING

PLANNING_DESC = PLANNING_DESC

PLANNING_STRUCT = PLANNING_STRUCT

START_IMMED = START_IMMED

  • TASK_STR =

  • TASK_NAME =

  • IMPORTING

  • PLANNING_RC =

TABLES

RESOURCE_TABLE = I_FINAL

  • EXCEPTIONS

  • PROBLEMS = 1

  • OTHERS = 2

.

IF SY-SUBRC <> 0.

  • MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

  • WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

but the database is still empty.

Please help me out.

Is this FM is right?

Read only

Former Member
0 Likes
1,051

Hi,

Check GUI_UPLOAD.

It will upload a file into sap database from desktop.

Hope this will work.

Regards:

Alok

Read only

Former Member
0 Likes
1,051

Hi,

Please check the Below Function Module 'ALSM_EXCEL_TO_INTERNAL_TABLE'

Hope this is Helpful to you,

Thanks

Kalyan B

Read only

viquar_iqbal
Active Contributor
0 Likes
1,051

Hi

You can try to use this FM CNV_UPLOAD_TABLES

Thanks

Viquar Iqbal

Read only

0 Likes
1,051

there is nothing like this FM in sap