Hi Experts ,
i had a scenario of file to idoc. here we are having the Process Orchestration environment which is a single stack environment. if it is idoc to file we have to configure the following
- 1. Configurations in Netweaver Administrator.
- 1. Settings in Application Resources i.e. inbounRA ( inbound Resource Adapter) Properties such as max thread count ,modifying the Local property value as true
2. Create a JCO RFC provider Destination
2. Configurations at sender system(ECC)
- 1. Create a logical system
- 2. Create a Rfc destination of type T by using transaction code (SM59)
- 3. Create a port by using the transaction code (we21)
- 4. Create a Partner profile of type outbound by using the transaction code (we20)
- 5. If it is master data then create the distribution model by using the transaction code (bd64)
Here we are not importing the metadata in pi because we creating the sender communication channel which runs on java stack.
So in case of file to idoc what are the Pre requisites i need to do ?
If there is any mistakes in my under standing please correct me