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

hi all session method

Former Member
0 Likes
511

hi

While using session method, how is it possible to upload data by asynchornous processing i.e. if any error record comes, the updation of correct records should not stop i.e. updation of records coming after error records. normally if error records comes then entire process of session method is stopped, but i want to process it in asynchronous processing.

what to do in session method to achieve this??????

urgent pl.

thanx

rocky

3 REPLIES 3
Read only

former_member404244
Active Contributor
0 Likes
493

Hi,

Once session is created in SM35..U can process it..If there are any error records then they will be dispkayed in the log,it won't stop creating success records.U can have both success and failed records in the log.

Regards,

Nagaraj

Read only

harimanjesh_an
Active Participant
0 Likes
493

hi rocky,

yes. u can process ur session in SM35 TCODE. All the error records will be displayed in Log.

check this link,

http://help.sap.com/saphelp_nw04/helpdata/en/69/c2501a4ba111d189750000e8322d00/frameset.htm

Reward me if useful........

Harimanjesh AN

Read only

Former Member
0 Likes
493

Hi Rocky,

Your problem can be solved if you use the CALL TRANSACTION method with mode 'A'.

Reward if useful.

Regards,

Shilpi