‎2008 May 29 12:06 PM
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
‎2008 May 29 12:08 PM
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
‎2008 May 29 12:08 PM
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
‎2008 May 29 12:09 PM
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
‎2008 May 29 12:10 PM
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.
‎2008 May 29 12:13 PM
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.
‎2008 May 29 12:17 PM
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.