Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the main use of package(in user exits ,in SMOD user
can provide the package name for the purpose of to find out
all user-exits,that package use iam asking)?

Answer Posted / kala

package is a container which contains group of related exits

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a projection view? : abap data dictionary

1124


What is the master data necessary before you can start posting in MM?

1322


what next in SAP-ABAP/4 is it going to be change?

2184


Can you delete data element, which is being used by table fields?

1400


How will you insert record in a sorted table

1368


How do you find out whether a file exits on the presentation server?

1045


How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?

1062


How many types of views are there? : abap data dictionary

1105


What are the types of table fields in the sap abap?

1204


What is Field group?

1160


Name some data dictionary objects?

1063


Explain the different types of mode (run code) in call transaction method?

1142


Difference between user exit and badis?

1253


What are the attributes of the data? : abap data dictionary

1126


I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

2367