Once the recording is done in BDC and LSMW...if we are asked
to add an additional field later...then how do we add the
field to the existing one...?
Answers were Sorted based on User's Feedback
Answer / mohit bhardwaj
In LSMW its not possible but in BDC you can do this by recording the transaction for that screen or complete once again and then check your code and include the missing part in the right place.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / abdul
gvk reddy if u don't know u don't give the answers,pls for
god, don't divert others, and don't play with others career.
Is This Answer Correct ? | 8 Yes | 8 No |
Answer / naveen
First get the screen field name of the additional field. You can get it by doing F1 on the field.
Then check this field is coming after which field for which the recording is done and in the BDC prgoram,
add line PERFORM bdc_field USING 'New field' it-newfield after the previous field.
Suppose the additional field which is required is in a new screen i.e. for none of the fields of this screen
recording is done,then you you need to add
PERFORM bdc_dynpro USING 'PROGRAM NAME' 'SCRENN NO'.
PERFORM bdc_field USING 'BDC_CURSOR' 'New field'
PERFORM bdc_field USING 'BDC_OKCODE' '/00'.
PERFORM bdc_field USING 'New field'.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / gvkreddy
once the recording is completed by using TxCode SHDB
if we want to add one more field again we have to repate the
same procedure in BDC.
where as in LSMW we go for maintain the fixed fields step
and add the fields to existing one.
Is This Answer Correct ? | 4 Yes | 15 No |
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 happens when you post goods issue after delivery? How does the inventory get reduced after the delivery?
You have 5lakh records to transfer to sap from flat file.which method of bdc you wiil choose and why?
WHAT IS DATA CLUSTER? HOW DO YOU ESTIMATE THE TIME TO FINISH A PARTICULAR OBJECT?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Hi, How to do sub totals in classical reports?
Can we use Session method & Call transaction both in one BDC if yes please give me example and scenario where we use this ?
I have two applications one is 'cov letter' and Purchase order.how will you process these forms in your driver program and tell me the sequence of the FM?
what is the difference between user-exit & customer-exit?
What is syntax to upload a logo in script ?
4 Answers Accenture, Harjai Computers,
By default SAP provides locking mechanism if db is being used by a user ,then what is the use of writing enque method in your code?
Do you know how to create secondary index?