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

reports thro BDC

0 Likes
873

Hi,

My task is to create reports (se38) using given text file through BDC.

After adding all program lines, when I tried to apply check and activate thro BDC , it is not get activate.

any clue to solve this.

I applied recording technique to find all process.

Balamurugan.R

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
845

hi,

You have to call SE38 fro the Second time and you need not go to Text Editor but from SE38 fill the name of the Report and Then Record the CHECK AND ACTIVATE process.

All the Proces in One Recording is not Possible.

Regards

Sumit Agarwal

7 REPLIES 7
Read only

Former Member
0 Likes
846

hi,

You have to call SE38 fro the Second time and you need not go to Text Editor but from SE38 fill the name of the Report and Then Record the CHECK AND ACTIVATE process.

All the Proces in One Recording is not Possible.

Regards

Sumit Agarwal

Read only

0 Likes
845

Hi Sumith,

Thanks for your reply . If I calle se38 again means , what is to ok_code for check and activate. If I use =WB_CHECK and =WB_ACTIVATE , there is no action.

Where to find the ok_code for that.

Thanks

Balamurugan

Read only

0 Likes
845

Hi

Do one thing do the recording again in SHDB now do the recording for check and activate ity will take the OK_code of both the events .

Might be it solves your problem .

Regards

Hitesh

Read only

0 Likes
845

Hi Hitesh,

You are right. I got ok_code for check and activate.

If I use it in BDC , after activate a screen is coming with continue option.

I have to code this screen also in BDC , then only without any use interaction it will create report.

Help me to find the program name , screen number and ok_code for continue.

with this my task will be over.

Thanks

Read only

0 Likes
845

Hi Bala

I have searched it out and FCODE for continue is PACO .

Regards

Hitesh

Read only

0 Likes
845

Hi Hitesh,

Thanks for your reply.

I found the program name , screen number and okcode .

after pressing activate button a pop up like screen will come.

Screen :

Program name : SAPLSEWORKINGAREA

Screen number : ' '0200'.

ok code : '=WEIT'.

Which solved my problem.

Thanks Hitesh

Thanks Sumit.

Read only

0 Likes
845

Hi,

When I tried to add more lines in tdline & tdfirst , it showing error "screen 0000 is too large for internal batch input area".

How to number tdline and tdfirst.

Explain the use of tdline and tdfirst.

Thanks

Balamurugan