what is the diffrence between Field String & normal Work
area?
Answers were Sorted based on User's Feedback
Answer / nagendrapk
See the correct answer
Refer URL:
http://scn.sap.com/thread/1562560
Dont post ur own answers
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
field string is also work area but we are creating it
manualy but normal work area is the one which will be
created when we define tables
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / diwakar
Both field string and normal work area have the same
meaning.
Is This Answer Correct ? | 2 Yes | 5 No |
Answer / veena
Field string is nothing but structure or record.
We create them manually. we can access them in different
programs.
Work area is automatically created in memory when we
activate those field strings. they r limited to program.
Is This Answer Correct ? | 0 Yes | 5 No |
What is function group?
Tell the Material Document, shipping, delivery, invoice tables?
what is the difference between message type and basic type
What is the meaning of table buffer? This buffer is used by which type oftable?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
How to create any functions?
if we are inserting record in BDC,if poweroff how can you know how many records inserted?(poweroff yourside)
hoe can we write the include programs in reports
how we can do transfer data from oracle/access to our sap R/3 system by using call transaction(recording) or session method. pls reply on my id: zaheer_guts@yahoo.co.in
which is procedure used for SAP Enhancement?
what is the difference between bdc and rfc ?
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?