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

Session method

Former Member
0 Likes
328

Hi,

In SESSION method, how to execute the session created automatically, via a report

and

How to pass DATE format

2 REPLIES 2
Read only

Former Member
0 Likes
301

u can do it 4rm standard report RSBDCSUB ...

reward points if helpul

thanking you

rohit gupta

Read only

Former Member
0 Likes
301

SUBMIT RSBDCSUB TO SAP-SPOOL WITHOUT SPOOL DYNPRO

WITH IMMEDIATELY = SPACE

WITH MAPPE = G_SESS " Session Name

WITH VON = SY-DATUM

WITH BIS = SY-DATUM

WITH Z_VERARB = 'X'

WITH FEHLER = SPACE

AND RETURN.

Kind Regards

Eswar

Note: Reward for helpful answers.