How do you upload the Data?
Answer / norty_n
Data can be uploaded into the presentation server by using
the function modules UPLOAD,WS_UPLOAD or by GUI_UPLOAD.
To upload into the application server we use..
OPEN DATASET <FILE NAME> FOR INPUT IN <MODE> statement
followed by CLOSE DATASET.
Is This Answer Correct ? | 4 Yes | 0 No |
you have own g table & kna1 table how to attach the search help for g table as well as kna table?if u press f4 on selection u should display only primary key field of kna1 as well as g table fields
How 10 Digits are stored in Packed Decimal?
what will happen if called program is not executable ?
14) Purpose of the statemement TABLE in a report?
. what is badi? 10. what is the difference between user-exit & BADIs? 12. how do you get functional specs when you are assigned some object? (specs through email..??) 13. How do you write technical specs?
if multiple badi can be active at a time, how will we know which implementation will be fired first . how to know the sequence in which implementation is fired.
What is foreign key relationship?
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
Are you familiar with all steps for setting up a workflow?
could anyone tell me what r real time questions been asked in interviews?i am in urgent need..thanks in advance
Explain what is the step-by-step process to create a table in data dictionary?
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.