To manually create partner profiles

4
To manually create partner profiles 1. Enter /nWE20 transaction in the command field and click Enter. The Partner Profiles window opens. 2. Select from the Partners menu, Create or Display Change to create a new profile or to modify an existing profile. 3. Enter Outbound parameters or Inbound parameters as appropriate. In the Outbound Parameters window you can add or change the information as required. Go to WE20 Partner Profile Partner Type LS Click on Create buttonEnter partner no. BWDCLNT500 General partner profile Partner type: LS Partner number: BWDCLNT500 Post-processing: Permitted agent: Employee responsible for the workflow-based revision if an error occurs. Classification - Partner status: A In Outbound parameter tab enter message type RSRQST, (RSRQST: BIW: Data request message to OLTP) with receiver port i.e A000000036 (BWDCLNT500) In Inbound parameters From the Partner profiles: Inbound parameters window, you can add or change the a partner profile information as required.

Transcript of To manually create partner profiles

Page 1: To manually create partner profiles

To manually create partner profiles

1. Enter /nWE20 transaction in the command field and click Enter.

The Partner Profiles window opens.

2. Select from the Partners menu, Create or Display Change to create a new profile or to modify an existing profile.

3. Enter Outbound parameters or Inbound parameters as appropriate.

In the Outbound Parameters window you can add or change the information as required.

Go to WE20 Partner Profile Partner Type LS Click on Create buttonEnter partner no. BWDCLNT500

General partner profile

Partner type: LS Partner number: BWDCLNT500

Post-processing: Permitted agent: Employee responsible for the workflow-based revision if an error occurs.

Classification - Partner status: A

In Outbound parameter tab enter message type RSRQST, (RSRQST: BIW: Data request message to OLTP) with receiver port i.e A000000036 (BWDCLNT500)

In Inbound parameters

From the Partner profiles: Inbound parameters window, you can add or change the a partner profile information as required.

To change inbound parameters for the Partner Profile, choose the appropriate Message type and the corresponding Process code, which is linked to the Function Module.

In Inbound parameters tab add the

Message Type Process code

Page 2: To manually create partner profiles

RSINFO RSIN

RSSEND RSDR

RSEOUT00: Dispatch collected IDocs in a batch job. RSEOIND: Check the successful completion of the transmission of a tRFC to the

communication layer. If successfully completed, the status of the IDoc is changed.

Schedule report RSEOUT00

As SAP recommends, the program RSEOUT00 should be scheduled to send IDocs by using transactional RFCs. This sends IDoc packages in one transmission, using one logon, and may provide better performance than sending IDocs individually. Avoid sending individual IDocs because each transmission involves significant overhead such as the loading of programs, establishing the connection, and logging on.

When using RSEOUT00, note the size of the IDoc packages, which can be defined in the outbound parameters of the corresponding partner agreement. For optimization, the size of the data objects involved and the number of available processes at the transmitting and receiving ends must be considered. SAP R/3 generally recommends packing 2 to 20 IDocs per package for IDocs that have numerous segments (such as ALEUD and GLDCMT) and 20 to 2,000 IDocs per package for IDocs with a small number of segments.

Page 3: To manually create partner profiles

The use of RSEOUT00 requires one or more dialog work processes to enable parallel transmissions of IDoc packages. For SAP R/3 versions 3.1i and higher, tRFC resource management support is available. SAP R/3 advises that to avoid timeouts, the number of sender-side dialog work processes should be less than or equal to the number of available processes on the receiver. See OSS note 74141 in the SAP R/3 Documentation for details.

When sending IDoc packages in parallel using this method, the packages cannot be received in serial order. If serialization of IDoc package transmission is required, use a periodic process on the received packages. To do this, configure your partner profiles for background processing and select a processing interval sufficiently large enough to ensure all interdependent packages can be received. Based on their time stamp, the packages are then reordered before processing.

Schedule Report RBDMOIND

When outbound IDocs are passed to the communication layer successfully, they are assigned the status data passed to port OK. This does not mean that it was a successful tRFC transmission. The RBDMOIND report from SE38 should be regularly started to check whether the communication was successfully completed. If successfully completed, the status of the IDoc is changed.

The RBDMOIND report indicates whether the outbound IDocs were transmitted to the communication layer successfully and should be scheduled to run regularly.

To schedule the RBDMOIND report

1. Define variants for the job.2. Schedule the job with the report and one variant in one step.