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: 

Batch Input data processed.

Former Member
0 Kudos

Hi all,

can I get information about BI session processed by user on SM35 respect to fields and their values using a my custom report?

About fields and thei values I mean for example values for vkorg, vtweg and spart using VA01 and so on.

1 REPLY 1

Former Member
0 Kudos

hi

Session Method is one way of performing BDC. In this process, the data which is coming from an external file is processed and then put into a session. To process the session, we need to use SM35 transaction code. We can from there process it in foreground or background mode.

To do BDC for a transaction, we need to perform the recording from tcode SHDB and then create a program using the recording.

During the recording, we give test values which we normally give.

For example, in va01 if we give plant as a001 during creating transaction..the same value should be given during recording.

Regards,

Vishwa.