how to placed drop down arrow in the input field of module
pool table control/ steploop
Answer Posted / lokeswara reddy
The drop down arrow in the field of module pool
Through VRM_SETVALUES Function Module
In this you can give importing parameters key values of the
field
I think so, when i was faced this drop down arrow in input
field I have given this function module
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is transparent table?
How can we use multiple transactions by using bdc_insert? : abap bdc
What is difference between dialog program and a report?
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What are the types of the programming language used in the sap abap software?
What is the use of dequeue function module? : sap abap data dictionary
What is the difference between sum and collect?
Have you worked with support? How ticket comes to you? What were the timings for resolving tickets types of severity?
When will the current screen processing terminates?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
Can you assign a matchcode object to a parameter? If so how?
Hi, I have a requirement for locking the fax field in user master records. As you know user can edit the details using the System>profile>own data (SU3), it is causing some security threat to our model. What i want is users should not be able to change the fax field under communications when they get into su3.I have heard of user Exist functionality but don't know how to implement it. Can you suggest something, it will be greatly appreciated.
A function module can be called from a transaction screen outside an abap/4 program. State true or false. : abap modularization