2007 Jun 01 7:31 AM
hi guys, i have a set of questions in abap. kindly answer. looking forward for ur available guidence.
1. how to do BDC for transcation code FA00.
2.in reports selection screen, does the text elements get transported along with the program
2007 Jun 01 8:01 AM
Hi,
1. Make recordings for FA00 transaction, let the fields u do not want to change be same and fields that u want to upload be empty and generate the program, finally use data declaration statements for required fields and use upload function module to upload data and finally put loop for Bdc perform statements.
2. use text-000 text element and double click on it to add required text and finally u can transport it during change request generated.
hi guys, i have a set of questions in abap. kindly answer. looking forward for ur available guidence.
1. how to do BDC for transcation code FA00.
2.in reports selection screen, does the text elements get transported along with the program
2007 Jun 01 7:37 AM
HI,
1) Do the Recording for FA00, and generate a program for that recording and make the changes to that Program
2) The text elements created with TEXT-000 will be transported automatically with the program
Regards
Sudheer
2007 Jun 01 8:01 AM
Hi,
1. Make recordings for FA00 transaction, let the fields u do not want to change be same and fields that u want to upload be empty and generate the program, finally use data declaration statements for required fields and use upload function module to upload data and finally put loop for Bdc perform statements.
2. use text-000 text element and double click on it to add required text and finally u can transport it during change request generated.
2007 Jun 01 9:03 AM
Hi Srihari,
2. Yes, the text elements get transported with program.
Regards
Indrajit