2008 Oct 26 5:23 PM
i want to give to steps as to how how we need to configure ale/idocs plz correct them if i am wrong.
FOR OUTBOUND
goto sale
1. define logical systems
2. assign client to logical systems
3. create rfc destination
4. port details
5. partner details -> message type
6. customer distribution model
7. generate partner profiles
8. distribute model
9. create a customer program to populate idoc
10. populate control records
11 call fm master idoc distribute
or
11. for change pointers
call fm change pointers read
2008 Oct 26 5:43 PM
i want to give to steps as to how how we need to configure ale/idocs plz correct them if i am wrong.
FOR OUTBOUND
goto sale
1. define logical systems
2. assign client to logical systems
3. create rfc destination
4. port details
5. partner details -> message type
6. customer distribution model
7. generate partner profiles
8. distribute model
9. create a customer program to populate idoc
10. populate control records
11 call fm master idoc distribute
or
11. for change pointers
call fm change pointers read
2008 Oct 26 5:43 PM
2008 Oct 26 5:54 PM
2008 Oct 26 5:59 PM
Why dont you start configuring somehting and then come back here if you get stuck somewhere
2008 Oct 26 6:09 PM
i download abap trail version i created seperate clients for it using scc4. i created employee idoc type .i followed threads but i dont know why in every single i am stucking if you are open for discussion if you have time i will start again doing every and ask you
but first is it possible with abap trail version if not we have to start general discussion
2008 Oct 26 6:11 PM
2008 Oct 26 6:14 PM
they are not related to any of the modules which we have they are related to some authorizations and bapi related bank creations
thats why i created a user defined idoc consisting of ssn fname lname
Edited by: v k on Oct 26, 2008 7:14 PM
2008 Oct 26 6:24 PM
2008 Oct 26 6:26 PM
i created client using scc4 but when i try to use it while defining logical system its saying its not in this landscape.
there is only one client 000 which is for training purpose but i created client 100 which is for demo
Edited by: v k on Oct 26, 2008 7:27 PM
2008 Oct 26 6:30 PM
leave client for now.
Define a logical system
Define the Distrcibution model
create a PORT as tRFC
create an RFC destination in SM59, give soem dummy name there
see when you run your code if it createsthe IDOC atleast, once it creates we can look for the inbound portion
2008 Oct 26 6:35 PM
i will explain clearly
Define a logical system
000 as sender where i created zemp as idoc
Define the Distrcibution model
i used bd64 but create model view is disabled here?
create a PORT as tRFC
port name as zemp
rfc destination as localhost
create an RFC destination in SM59, give soem dummy name there
given localhost as dummy name
2008 Oct 26 6:39 PM
how are you creating the IDOC? using MASTER_IDOC_DISTRIBUTE
your steps seem fine, Distribution Model is the thiong you should be looking at. Once you have that you would be able togenerate IDOC, even if it stays in error
2008 Oct 26 6:45 PM
In BD64, you have click on change button, only then create model wil be enabled.
CHEERS!
2008 Oct 26 6:46 PM
i am creating data elements through se11 and then creating segments with tcode we31 and then idoc with we30
2008 Oct 26 6:48 PM
i tried hundreds of times tried to doing it but its never enabled
in addition to that its saying logical system not defined.
which i defined both logical systems 000 and 100 as a first step
Edited by: v k on Oct 26, 2008 7:48 PM
2008 Oct 26 6:49 PM
then you may not be able to try it on trial version.
To create a model you must have atleast 2 clients ifnot two servers.
Have you got two clients!!
2008 Oct 26 6:56 PM
Hi MXG,
Can you clarify some things as i am thinking its not possible to carry out every thing here.
1. how we must build custom outbound program in steps
2. how we must build custom inbound program.
Thanks for showing patience
2008 Oct 26 7:07 PM
Normally we trigger IDOCs in transactions itself, there we use Process codes in the partner profiles, and those process codes are linked to a FM. You can check the interface of Inbound and Outbound FMs in any if the standard SAP modules. Look at IDOC_INPUT* or IDOC_OUTPUT*
for your case, as you dont have any transaction there, you need to write a program, in the program you would fill the different IDOC segments for your IDOC, and then call MASTER_IDOC_DISTRIBUTE to create an Outbound IDOC.
for Inbound you need to create a FM, assign a Process code to that, and enter that process code in the partner profile. Once the IDOC is created for inbound, it iwll use the process code to call that FM, and post the data
2008 Oct 26 7:12 PM
2008 Oct 26 7:13 PM
Hi
that is outbound proccess and inbound proccess right.
Regrds
swamy
2008 Oct 26 7:16 PM
yes friend this is for outbound process not big difference for inbound process will be the same
my questionnaire ends can continue discussions but i wont take part i would like to try
Edited by: v k on Oct 26, 2008 8:16 PM
2008 Oct 26 7:23 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |