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

how to get data from other programs output?

Former Member
0 Likes
853

Hi gurus,

I have told to do the following can you please help me out.

In SM35 created many batch no. The user would like to know automatically when the session is not ok (error status).

In return of the first program RSBDCBTC_SUB we will get the queues ie QID and QSTATE.

I have told to create new Z-prog.

In that Z-prog how can i get list of QID from the result (Output) of the first prog(RSBDCBTC_SUB )?

How i get that particular QIDs in my Z-prog?

Thanks in advanced.

Hi gurus,

I have told to do the following can you please help me out.

In SM35 created many batch no. The user would like to know automatically when the session is not ok (error status).

In return of the first program RSBDCBTC_SUB we will get the queues ie QID and QSTATE.

I have told to create new Z-prog.

In that Z-prog how can i get list of QID from the result (Output) of the first prog(RSBDCBTC_SUB )?

How i get that particular QIDs in my Z-prog?

Thanks in advanced.

6 REPLIES 6
Read only

Former Member
0 Likes
794

Hi,

I hope you can try

Set paramater ID

get parameter id concept

Regards.

Read only

Former Member
0 Likes
794

Hi snehal

Use Get Parameter ID

It will help u ..

Regards

Nishit

Read only

0 Likes
794

Thanks for your replay.....

can you please explain in detail with example how to set or get parameter ID?

Edited by: snehal patil on Nov 28, 2008 4:54 AM

Read only

0 Likes
794

Hi

Senthis,

You can use IMPORT and EXPORT or SET and GET

IF you take the F1 help on these KEY words it will take you to the KEY word documentation where you can find an example

of Go to TCode ABAPDOCU

where you can find an example for the same

Regards

Ramchander Rao.K

Read only

0 Likes
794

Snehal,

U can get the parameter IDs from the table.

DATA ELEMENT -> further characteristics tab...

Then use it in your program with GET parameter ID .

Ur prog will receive the values.

Thanks

Mohan

Read only

Former Member
0 Likes
794

Thanks