In Dialog Prog,i have created a screen and places one
input/output box and named it was "A".In PBO i have given A=0
and In PAI A=1.when i run i program what i'll get and when i
press enter(execute) wat i'll get output?
Answer / buddula15
When you run a program A = 0 because 1st PBO triggers. After
displaying screen you if press enter, PAI triggers but A = 0
only because once PAI triggers again PBO triggers. But In
the PBO A = 0 so that it is displaying the same output.
Buddula15
Is This Answer Correct ? | 11 Yes | 0 No |
What you modified in Purchase Order?
In real time how we get the tickets? whether it is through email or any thing else.
What is meant by search help? : sap abap data dictionary
I have two applications one is 'cov letter' and Purchase order.how will you process these forms in your driver program and tell me the sequence of the FM?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
I have two structures s1 and s2 have same struture of five fields each how can u transfer data from s1 to s2
what is leave to TRANSACTION?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
What is the tcode for sapscript forms?
How debug a back ground job?
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization