how you identify errors in call tr?
Answers were Sorted based on User's Feedback
Answer / lohith
With Call Transaction statement we can give the addition as
MESSAGES INTO <internal table> which is of type BDCMSGCOLL
which will contain all the messages.then loop through this
table to analyse the messages.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / bikas
We can execute the call transaction in error mode ie, Mode
E the transaction will popup when error is found we can
handel that manually.
For log we can handel message table and display the log.
Is This Answer Correct ? | 0 Yes | 0 No |
Normally how many and what files get created when a transaction program is written?
What are the different types of locks? : abap data dictionary
How can you Logon your client?
how many types of table types ?
CAN WE DEBUG A MACROS ? HOW DO TO MATHEMATICAL ON TWO NUMBERS ?
what are obsolete function modules FROM version 4.5b to ECC 6.
What is logo in sap script?
What are the differences between a database index and a match code?
What are the exact sequences in which the reporting events trigger.I mean starting from 1st to last.And how many times we can use At-Selection screen or Start-of-selection in a report??
hoe can we write the include programs in reports
my questions are (1) how to transport a table along with its data from dev to prod/qa server? pls reply elaborately. if possible with screen shots. (2) i want to display like this :- * ** *** ****
what are the Joins used for internal Table?