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

Pls help me

Former Member
0 Likes
1,060

Hi Friends,

All the newly created service orders or changed service orders (using transaction IW31 and IW32) are fetched from aufk table .

This is already done in the Z-Program ZSERVICEORDERINTERFACE) .These delta service orders (aufk-aufnr) are passed to IW3M transaction . In IW3m , there are 3 mandatory fields.

service order No

Posting Date last program run date to current date

Plant

After passing these values , the output of IW3M is captured and sent across to non sap sytem through RFC Function module .

Have anybody got any idea of how shud i start..

and how to move about.

Kindly help me

Hi Friends,

All the newly created service orders or changed service orders (using transaction IW31 and IW32) are fetched from aufk table .

This is already done in the Z-Program ZSERVICEORDERINTERFACE) .These delta service orders (aufk-aufnr) are passed to IW3M transaction . In IW3m , there are 3 mandatory fields.

service order No

Posting Date last program run date to current date

Plant

After passing these values , the output of IW3M is captured and sent across to non sap sytem through RFC Function module .

Have anybody got any idea of how shud i start..

and how to move about.

Kindly help me

6 REPLIES 6
Read only

Former Member
0 Likes
968

Hi,

You can pass aufk-aufnr using set parameter id and use call transaction IW3M and skip first screen.

Reward.

Read only

0 Likes
968

Hi Kamala,

Can u be clear... with what i told..

I m just new to this type of..work..

can u pls guide me..

i m in one month contract..

kindly pls help me

'

will reward u..

if u have any gmail account kindly give me..so i can ask u doubt then nad there

pls

Sincerely

Jaya

Read only

0 Likes
968

whts d status of the development.....

frm d beginning or half way down the lane?

Read only

0 Likes
968

Hi,

From the begining

Read only

0 Likes
968

Hi Naveen,

Can u please give me ur gmail account if u have...

So that i can ask u questions then and there

Jaya

Read only

Sm1tje
Active Contributor
0 Likes
968

The output from this report, does this comply to your requirements. In other words, when submitting this report, can you use the output for your RFC?

I so, you can SUBMIT ZSERVICEORDERINTERFACE.

Then retrieve the output (FM like LISTOUTPUT*) and pass it on to the RFC in remote system.

However, it would probably be better if you reuse part of the coding in this report for retrieving the data in your own function module yourself. After this call the RFC in the other system and pass the data to the other system.

Steps:

1. Create function module (plus function group) in which data is retrieved.

2. Retrieve data in internal table.

3. Call RFC in other system and pass the internal table to it.

Alternative: Extend the report ZSERVICEORDERINTERFACE, and at the end (after retrieving all the relevant data into internal table), call RFC in remote system.