Application Development 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: 

ABAP Dictionary

Former Member
0 Kudos
146

hello friends..

I have confusion with search help parameters....

Can any one please explain 1. What is use of Import?.

2. What is use of Export?.

Regards,

Prabu.M

Moderator message - Please search before asking - post locked

Edited by: Rob Burbank on May 26, 2009 9:49 AM

9 REPLIES 9

Former Member
0 Kudos
105

Hello,

From the import parameters, you get the input to this search help exit.

With the export parameters, the data is outputted from the search help exit.

Former Member
0 Kudos
105

Hi,

[Search |http://help.sap.com/saphelp_nw70/helpdata/EN/cf/21ee52446011d189700000e8322d00/frameset.htm]the SCN & Goole before posting the question..you can find the answer

Former Member
0 Kudos
105

Hi Prabu,

When an input help is called, few entries are there in the input template, from which the help was called, now

Import Parameters: Parameters with which the information on the input template taken to the help

process.

Export Parameters: These are the Parameters which take the value from the hit list (which is the output

of help) to the input template

Do tell if you want further clarification.

Regards,

Sana.

Former Member
0 Kudos
105

Hi;

Have a look

[Search Help|http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm]

Regards

Shashi

Former Member
0 Kudos
105

Dear,

This is a very commn thread which you are raising you better can search the SDN before posting it , however for your reference iam giving a very good link related to your confusion

http://help.sap.com/saphelp_47x200/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm.

Cheers

fareed

Former Member
0 Kudos
105

Hi,

In simple terms,

Import - Whatever possible values for the particular field is fetched and is made ready for display.

Export- Whenever the help button is pressed, the possible values will be exported to the pop up window.

Hope this clarifies you.

Regards

Ramesh Sundaram

Former Member
0 Kudos
105

Dear M Prabu,

can you close the thread if your question got answered .

Cheers

fareed

Former Member
0 Kudos
105

Hi Prabu,

if the parameter is an export parameter, Values can be returned from the hit list to the screen.

The fields of the screen in which the contents of the export parameter are returned are defined by the search help attachment.

if the parameter is an import parameter,Context information from the screen can be copied to the help process with this parameter. Where an import parameter gets its values from is defined when the search help is attached to the corresponding field of the screen.

Regards,

subhashini.

Former Member
0 Kudos
105

Hi Prabhu,

When you define a parameter of a search help, you must also define whether it should be used to copy data to the Input help( Import Parameter) or whether to return data from the Input help(Export Parameter).