what are the events in Module pool Programming?

Answers were Sorted based on User's Feedback



what are the events in Module pool Programming?..

Answer / arun prasad

THERE ARE FOUR EVENTS CALLED PROCESS BEFORE OUTPUT(PBO),
PROCESS AFTER INPUT(PAI), PROCESS ON VALUE REQUEST(POV),
PROCESS ON HELP REQUEST(POH).

Is This Answer Correct ?    149 Yes 6 No

what are the events in Module pool Programming?..

Answer / sudheer

In general there are 4 events in module pool programs.Namely
1)PROCESS BEFORE OUTPUT(PBO)
2)PROCESS AFTER INPUT(PAI)
3)PROCESS ON VALUE REQUEST(POV)
4)PROCESS ON HELP REQUEST(POH).
But on 4.x versions onwards the last i.e POV & POH are not
used.

Is This Answer Correct ?    119 Yes 13 No

what are the events in Module pool Programming?..

Answer / girish r

process before output(pbo)
process after input (pai)
process on value request(pov)
process on help request(poh)

Is This Answer Correct ?    80 Yes 3 No

what are the events in Module pool Programming?..

Answer / gvghvfg

process before output(pbo)
process after input (pai)
process on value request(pov)
process on help request(poh)

Is This Answer Correct ?    40 Yes 2 No

what are the events in Module pool Programming?..

Answer / jayaram

PBO- It will trigger before displying the selection screen
PAI-It will trigger after user is giving the input values in
selectio n screen
POV
POH

Is This Answer Correct ?    40 Yes 4 No

what are the events in Module pool Programming?..

Answer / sudheer

ther r 4 events in module pool programing,
pbo, pai, pov, poh.

Is This Answer Correct ?    30 Yes 2 No

what are the events in Module pool Programming?..

Answer / madhu

There are four Events in module pool programming

1) Process Before Output (PBO).
2) Process After Input (PAI).
3) Process on Help Request (POH).
If field help is required then we will use this event
4) Process on Value Request (POV).
If input help is required then we will use this event.

Is This Answer Correct ?    31 Yes 3 No

what are the events in Module pool Programming?..

Answer / karan

There are four events in Module Pool

1:) PBO (Process Before Input)-> This event is used to do
some work before your screen displayed.For EXM , If you want
to activate any menu item on the screen etc...

2:) PAI (Process After Input)-> This event is used to do
some work after makin inputs on screen.For EXM , If user
press any button then after this what task should be done
and which screen should be called etc....

3:)POH (Process On Help Request)-> This event is used if you
want to provide any field help. This is activated on
pressing F1 button on any field on which you have provided POH.
You can Provide Help By:
PROCESS ON HELP-REQUEST.
FIELD field_name MODULE module_name.

3:)POV (Process On Value Request)-> This event is used if
you want to provide any input help. This is activated on
pressing F4 button.
You can Provide Help By:
PROCESS ON VALUE-REQUEST.
FIELD field_name MODULE module_name.

Is This Answer Correct ?    9 Yes 1 No

what are the events in Module pool Programming?..

Answer / arasu

Hi Kannan, you've asked about in which section we write our
code, first be clear with PBO and PAI events, the
declaration, initialization or the processes which are to be
done before you display your selection screen will be
written under PBO Event. The processes which you are going
to do further after getting the input from the user
(selection screen) will be written under PAI event.

Is This Answer Correct ?    7 Yes 0 No

what are the events in Module pool Programming?..

Answer / prabhu

1.process before output(pbo)- triggers before the screen is displayed.
2.process after input(pai)- triggers after clicking a function in a selection screen.
3.process on help request(poh)-triggers when user enter f1 help.
4.process on value request(pov)-triggers when user enters f4 search help

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More SAP ABAP Interview Questions

What is the use of enqueue function module? : sap abap data dictionary

0 Answers  


loop at itab. select matnr from mara into table itab upto 10 rows. endloop. will it work?

3 Answers   L&T,


What is the function module to popup contents in the internal table?

0 Answers  


How to declare select-option as a parameter?

2 Answers   IBM,


what is the full form of ECC 5.0?

4 Answers  






What is the difference between check table and check field

3 Answers   CSC, Mind Infotech,


What does the extract statement do in extract datasets? : abap modularization

0 Answers  


What is the testing tool in ale........

2 Answers   Accenture,


In Table Maintaince Generator for a table i need some fields to be filled default,like date from sy-datum.........when the displays initailly....HOw

2 Answers   HP,


Hi Experts, I faced the below questions in written exam, its simple only but i am not able to find the answer in Google also. Can any of our family ppls pls give the answer the below questions? 1.How many days once password will get expire? is it really in adminstrator hands or what? 2.SAP Logon Password length for ECC-6 and ECC-5 3.Which is the highest organizational level in SAP? Explain the various level of organizational structure in SAP? 4. You have one idoc, we need to send 3 different system. It will generate how many master idoc and how many communication idocs? 5.What is the default parameter in subroutne? call by value or call by refference? 6. Scope creep is responisible for what? 7.Who approves the project design? 8.When LUW will starts? 9.Which Website used for SAP support? 10.When a print request is not sent, which of the following is used to send the request again to the printer?..... a) print changes b) print directly c) both of the above d) none of the above 11. Its possible to transfer data into same client using ALE? 12. Customization changes are automatically stored in a Transport request or not? Explain 13 User id in SAP support system is called as what? a) Userid b). SAP userid c) S userid d) None of the above. 14. The sap for utilities is a. Program b) Function c) Approach d) Industry Solution 15.In Work flow whats the use of WF-BATCH?

2 Answers  


Explain what is the difference between sy-tabix and sy-index? Where it is used?

0 Answers  


What is off cycle payroll run

0 Answers  


Categories
  • SAP Basis Interview Questions SAP Basis (1262)
  • SAP ABAP Interview Questions SAP ABAP (3939)
  • SAPScript Interview Questions SAPScript (236)
  • SAP SD (Sales & Distribution) Interview Questions SAP SD (Sales & Distribution) (2716)
  • SAP MM (Material Management) Interview Questions SAP MM (Material Management) (911)
  • SAP QM (Quality Management) Interview Questions SAP QM (Quality Management) (99)
  • SAP PP (Production Planning) Interview Questions SAP PP (Production Planning) (523)
  • SAP PM (Plant Maintenance) Interview Questions SAP PM (Plant Maintenance) (252)
  • SAP PS (Project Systems) Interview Questions SAP PS (Project Systems) (138)
  • SAP FI-CO (Financial Accounting & Controlling) Interview Questions SAP FI-CO (Financial Accounting & Controlling) (2766)
  • SAP HR (Human Resource Management) Interview Questions SAP HR (Human Resource Management) (1180)
  • SAP CRM (Customer Relationship Management) Interview Questions SAP CRM (Customer Relationship Management) (432)
  • SAP SRM (Supplier Relationship Management) Interview Questions SAP SRM (Supplier Relationship Management) (132)
  • SAP APO (Advanced Planner Optimizer) Interview Questions SAP APO (Advanced Planner Optimizer) (92)
  • SAP BW (Business Warehouse) Interview Questions SAP BW (Business Warehouse) (896)
  • SAP Business Workflow Interview Questions SAP Business Workflow (72)
  • SAP Security Interview Questions SAP Security (597)
  • SAP Interfaces Interview Questions SAP Interfaces (74)
  • SAP Netweaver Interview Questions SAP Netweaver (282)
  • SAP ALE IDocs Interview Questions SAP ALE IDocs (163)
  • SAP Business One Interview Questions SAP Business One (110)
  • SAP BO BOBJ (Business Objects) Interview Questions SAP BO BOBJ (Business Objects) (388)
  • SAP CPS (Central Process Scheduling) Interview Questions SAP CPS (Central Process Scheduling) (14)
  • SAP GTS (Global Trade Services) Interview Questions SAP GTS (Global Trade Services) (21)
  • SAP Hybris Interview Questions SAP Hybris (132)
  • SAP HANA Interview Questions SAP HANA (700)
  • SAP PI (Process Integration) Interview Questions SAP PI (Process Integration) (113)
  • SAP PO (Process Orchestration) Interview Questions SAP PO (Process Orchestration) (25)
  • SAP BI (Business Intelligence) Interview Questions SAP BI (Business Intelligence) (174)
  • SAP BPC (Business Planning and Consolidation) Interview Questions SAP BPC (Business Planning and Consolidation) (38)
  • SAP BODS (Business Objects Data Services) Interview Questions SAP BODS (Business Objects Data Services) (49)
  • SAP BODI (Business Objects Data Integrator) Interview Questions SAP BODI (Business Objects Data Integrator) (26)
  • SAP Ariba Interview Questions SAP Ariba (9)
  • SAP Fiori Interview Questions SAP Fiori (45)
  • SAP EWM (Extended Warehouse Management) Interview Questions SAP EWM (Extended Warehouse Management) (58)
  • Sap R/3 Interview Questions Sap R/3 (150)
  • SAP FSCM Financial Supply Chain Management Interview Questions SAP FSCM Financial Supply Chain Management (101)
  • SAP WM (Warehouse Management) Interview Questions SAP WM (Warehouse Management) (31)
  • SAP GRC (Governance Risk and Compliance) Interview Questions SAP GRC (Governance Risk and Compliance) (64)
  • SAP MDM (Master Data Management) Interview Questions SAP MDM (Master Data Management) (0)
  • SAP MRS (Multi Resource Scheduling) Interview Questions SAP MRS (Multi Resource Scheduling) (0)
  • SAP ESS MSS (Employee Manager Self Service) Interview Questions SAP ESS MSS (Employee Manager Self Service) (13)
  • SAP CS (Customer Service) Interview Questions SAP CS (Customer Service) (0)
  • SAP TRM (Treasury and Risk Management) Interview Questions SAP TRM (Treasury and Risk Management) (0)
  • SAP Web Dynpro ABAP Interview Questions SAP Web Dynpro ABAP (198)
  • SAP IBP (Integrated Business Planning) Interview Questions SAP IBP (Integrated Business Planning) (0)
  • SAP OO-ABAP (Object Oriented ABAP) Interview Questions SAP OO-ABAP (Object Oriented ABAP) (70)
  • SAP S/4 HANA Finance (Simple Finance) Interview Questions SAP S/4 HANA Finance (Simple Finance) (143)
  • SAP FS-CD (Collections and Disbursements) Interview Questions SAP FS-CD (Collections and Disbursements) (0)
  • SAP PLM (Product Lifecycle Management) Interview Questions SAP PLM (Product Lifecycle Management) (0)
  • SAP SuccessFactors Interview Questions SAP SuccessFactors (33)
  • SAP Vistex Interview Questions SAP Vistex (0)
  • SAP ISR (IS Retail) Interview Questions SAP ISR (IS Retail) (28)
  • SAP IdM (Identity Management) Interview Questions SAP IdM (Identity Management) (0)
  • SAP IM (Investment Management) Interview Questions SAP IM (Investment Management) (0)
  • SAP UI5 Interview Questions SAP UI5 (59)
  • SAP SCM (Supply Chain Management) Interview Questions SAP SCM (Supply Chain Management) (51)
  • SAP XI (Exchange Infrastructure) Interview Questions SAP XI (Exchange Infrastructure) (49)
  • SAP Cloud Platform Interview Questions SAP Cloud Platform (34)
  • SAP Testing Interview Questions SAP Testing (89)
  • SAP SolMan (Solution Manager) Interview Questions SAP SolMan (Solution Manager) (63)
  • SAP MaxDB Interview Questions SAP MaxDB (116)
  • SAP GUI Interview Questions SAP GUI (15)
  • SAP AllOther Interview Questions SAP AllOther (329)