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

bdc

Former Member
0 Likes
585

In session method total sessions can be stored in bdcdata table

am i right? and one more thing is can anybody explain the purpose of RLGRAP

1 ACCEPTED SOLUTION
Read only

prasanth_kasturi
Active Contributor
0 Likes
564

hi,

yes ur right the sessions are stored ib bdcdata table and are updated when you process the session in SM35

RLGRAP-FILENAME is a file format which is supported by the function module ALSM_EXCEL_TO_INTERNAL_TABLE . its used when you update data from a excel file to your internal table

if you pass any other type it cannot handle

RLGRAP is a structure which is used to upload and download the file into the system in a defined format.

reward if helpful

5 REPLIES 5
Read only

prasanth_kasturi
Active Contributor
0 Likes
565

hi,

yes ur right the sessions are stored ib bdcdata table and are updated when you process the session in SM35

RLGRAP-FILENAME is a file format which is supported by the function module ALSM_EXCEL_TO_INTERNAL_TABLE . its used when you update data from a excel file to your internal table

if you pass any other type it cannot handle

RLGRAP is a structure which is used to upload and download the file into the system in a defined format.

reward if helpful

Read only

Former Member
0 Likes
564

Hi,

Yes,

In session method total sessions can be stored in bdcdata table

RLGRAP is a structure which is used to upload and download the file into the system in a defined format.

Regards,

Jagadish

Read only

Former Member
0 Likes
564

Hi Ali

RLGRAP-FILENAME is a file format which is supported by the function module ALSM_EXCEL_TO_INTERNAL_TABLE

instead of this format if u pass any other type it goes to dump.

Rewards if helpful,

ganesh.

Read only

Former Member
0 Likes
564

hi,

Using RLGRAP we can dynamicaly select the flatfile which is on presentation server.Normaly some times we hard code the path to acess the flat file but if we use rlgrap the we will be displayed with popup screen through which we can select our flatfile.

Read only

Former Member
0 Likes
564

Hi Ali!!

U r rite,sessions get stored in bdctable.

RLGRAP is a structure which is used to upload and download the file into the system in a defined format. It is used when we use FM like ALSM_EXCEL_TO_INTERNAL_TABLE its used when you update data from a excel file to your internal table.

Reward if useful.