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

partner profile

Former Member
0 Likes
816

Hi,

I want to know the importance of Port and Partner Profile.

Please explain briefly.

Hi,

I want to know the importance of Port and Partner Profile.

Please explain briefly.

4 REPLIES 4
Read only

Former Member
0 Likes
739

anil,

table maintanance Generator is used to manually

input values using transaction sm30

follow below steps to create one:

1) go to se11 check table maintanance check box under

attributes tab

2) utilities-table maintanance Generator->

create function group and assign it under

function group input box.

also assign authorization group default &NC& .

3)

select standard recording routine radio in table

table mainitainence generator to move table

contents to quality and production by assigning

it to request.

4) select maintaience type as single step.

5) maintainence screen as system generated numbers

this dialog box appears when you click on create

button

6) save and activate table

using sm30 you can create entries manually.

also check below thread to assign transaction code to

table generator

create transaction use se93

select parameter transaction and give below attributes

Transaction code ZTX1

Transaction text Maintain View ZSDCZTVIEW

Transaction SM30 Screen 0

From module pool

Name of screen field Value

VIEWNAME = ZSDCZTVIEW

UPDATE = X

IN Table view u can give ur table name and for function group give any name eg: table name itself

give default authorization object &NC&

Thanks

muralikrishna k...

Posts: 829

Questions: 0

Registered: 9/11/06

Forum points: 1,080

Re: table maintainance

Posted: Feb 14, 2007 3:48 AM in response to: samanvi Reply E-mail this post

Samanvi,

Open SAP tables for direct maintenance

1. SE11 enter table name

2. Go to Attributes tab

3. Change the delivery class to 'L'

4. Follow the path Utilities -> Table maintenance generator

5. Change the recording routine ( bottom of the screen) to NO, or user.

6. Activate the table, do NOT recreate the table maintenance routines

Create Parameter transaction for SM30

Assuming that you want the user to maintain a table or view using SM30 but you do not want them to see the initial screen of SM30. For e.g. V023 - Material Group.

Steps tested in 4.6x :-

SE93 - Type in a transaction name e.g. ZV023

Click create - choose parameter transaction

In the Create Parameter transaction screen, fill in the following fields :-

Transaction SM30

Tick Skip initial screen

Tick Inherit GUI attributes

Name of screen field Value

VIEWNAME V023

UPDATE X

Press F8 or click the Test button for testing.

Save it and with the required authorization, the user will be able to use transaction code ZV023 to maintain the material group

have a look here:

http://help.sap.com/saphelp_47x200/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ed2d446011d189700000e8322d00/content.htm

http://help.sap.com/saphelp_46c/helpdata/en/a7/5133ac407a11d1893b0000e8323c4f/frameset.htm

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20im...

/message/2831202#2831202 [original link is broken]

Don't forget ot reward if useful....

Read only

Former Member
0 Likes
739

Sorry wrong answerd

Read only

Former Member
0 Likes
739

Anil,

Ports are a logical representation of the communication channels in SAP. R/3 defines four types of ports viz. tRFC (transactional Remote Function Calls), File, R/2, and Internet. ALE can use all port types to distribute Idocs.

You use the port maintenance in the IDoc adapter to establish an RFC connection to the system that contains the metadata that the IDoc adapter requires to convert IDocs (Intermediate Documents) that have been sent to it to IDoc XML format. This system is defined by the sender port and the client in the IDoc control record. It is either the sender SAP system or an SAP reference system.

You must maintain a port in the IDoc adapter for all clients in each SAP system that you want to connect to the Integration Server using IDocs.

This is also the case for receiver systems if they are subsystems (non-SAP systems). Systems of this kind are defined using the receiver port in the respective communication channel.

For more information, please check this link.

http://help.sap.com/saphelp_nw04/helpdata/en/3b/beb13b00ae793be10000000a11402f/content.htm

Partner profile :

GO THROUGH THESE LINKS

http://www.google.co.in/url?sa=U&start=8&q=http://www.ficoexpertonline.com/downloads/QA.doc&e=14905&...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4943f2b7-0a01-0010-37af-faf...

Don't forget to reward if useful..

Read only

Former Member
0 Likes
739

hi,

In partner profile we define the system which are going to communicate between themself and send data ... here we give some logical name for the system which are going to be partners in data communication.we set it using<b> WE20</b>

Port is a medium through which we send the data it connect one system with the system in other end its unique ..depend on the scenario we use diff ports like file port(EDI) transactoional port(ALE) internet port(for internet apl) ..like this i dont remember all the name.. so according to our application type we select the ports we set port using <b>WE21</b> usally tport name start with A*** something like this. withour defining a port we cant communicate with other system its the linker b/w the 2 sys

reward if this helps u

ravi