Application Development 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: 

session method ?

Former Member
0 Kudos

in session method property is that, it can handle large amount of data?large amount of data means in records tell me plzzz ?how many records ?

5 REPLIES 5

Former Member
0 Kudos

Hi,

Yes, large amount of data means huge number of records.There is not limit for the number of records.

Hope this helps.

Please reward if useful.

Thanks,

Srinivasa

Former Member
0 Kudos
"Session method.

1) synchronous processing.

2) can tranfer large amount of data.

3) processing is slower.

4) error log is created

5) data is not updated until session is processed.

"Batch Input Session:

- It is a sequence of transactions, which is generated when user run a particular program.

- It contains the accounting documents that are to be created. The SAP system stores these transactions until you decide to process them online.

- It does not update transaction figures until the session has been processed. Using this technique, you can transfer large amounts of data to the SAP system in a short time.

"So there  is  no  limitaition of the records in size  ...  only it  create's the
" session  

reward points if it is usefull...

Girish

Former Member
0 Kudos

no limitaition of the records in size .

paruchuri_nagesh
Active Contributor
0 Kudos

used for large amount of data. there is no limitation on data .by default it can have log file. no need to handle error records manually we can submitt in background

session method doesnt up date dtabase until it gets process by using tcode sm35.

Former Member
0 Kudos

Hi.........

In session method large amount of data means if you have to upload more than 9000 rows then you can use session method. But in session method your data must be parfect and errorless. But it is not mandatary to have large amount of data in session method.

Regards,

Pradip Pawar.

        • Plz do not forgot to give points if answer is valuable

Message was edited by:

PRADIP PAWAR