Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

hi guys

Former Member
0 Likes
612

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
593

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

3 REPLIES 3
Read only

Former Member
0 Likes
593

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

Read only

Former Member
0 Likes
594

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.

Read only

Former Member
0 Likes
593

Hi Srihari,

2. Yes, the text elements get transported with program.

Regards

Indrajit