2008 Apr 12 11:27 AM
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
2008 Apr 12 11:33 AM
Hi,
You can pass aufk-aufnr using set parameter id and use call transaction IW3M and skip first screen.
Reward.
2008 Apr 12 11:40 AM
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
2008 Apr 12 1:03 PM
whts d status of the development.....
frm d beginning or half way down the lane?
2008 Apr 12 2:02 PM
2008 Apr 12 2:04 PM
Hi Naveen,
Can u please give me ur gmail account if u have...
So that i can ask u questions then and there
Jaya
2008 Apr 12 2:22 PM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |