What sysoption determines where the macro facility searches a
specific catalog for complied macro?
No Answer is Posted For this Question
Be the First to Post Answer
what is radio button? Plz show code this! how will select radio buttons to go next window Forms? Supose o radio button1 o radio button2 o radio button3 o radio button4 how will coding this? Plz explain this!
we create a pf with 3 fields.2 is defined as keyfields.we lock it with alcobj command.how we find out whether the file is locked or not?is it dspfd??/
which one is the best practice using synchronization method or synchronization block
Write a program to swap the content of two variables without using a third variable.
About CLR, reflection and assemblies?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
plz send me NIC Scientific Officer /Engineer-SB(Programmer) previous question paper or syllabus
Any real time example of O2C process from taking order till creating invoice.
Plz sent me in .net 2.0 interview Question & answers?
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
can we retrieve only integer/String type columns from a table,if yes how?
7.x=10; y=20; x<<2=? x<<1=? y>>2=?