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

Custom screen in BDC

Former Member
0 Likes
1,641

Hi all,

I have a requirement, developed a custom tabs to SAP standard by using the BADI CUSTOMER_ADD_DATA_CS.

Now, I have to make it available in BDC recording, for the customer uploads.

How can I achieve this, please do give me some suggestions?

I will appreciate your help by rewarding points.........

Thank you,

Mili.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,340

Milic

Go to SM35, single click on ur bdc. Click 'Goto' then recording. Double click your recording. You can then edit the screens and fields to be manipulated and plugged.

Warren

Hi all,

I have a requirement, developed a custom tabs to SAP standard by using the BADI CUSTOMER_ADD_DATA_CS.

Now, I have to make it available in BDC recording, for the customer uploads.

How can I achieve this, please do give me some suggestions?

I will appreciate your help by rewarding points.........

Thank you,

Mili.

9 REPLIES 9
Read only

Former Member
0 Likes
1,340

Create structure in se11,use that structure in your csutom screen

Read only

0 Likes
1,340

Hi seshureddy,

I am not asking about creating custom screens.Plese read the question again...

I want to make this screen available in BDC recording..........

Hope you got my question....

Thank you,

Mili.

Read only

0 Likes
1,340

If you want to use BDC Recording or data upload to Custom screens,

you need to create screen with reference to Data Dictionary.

Not like

data : V-char(1) type c.

should be like

mara-matnr.

Read only

0 Likes
1,340

Hi seshureddy,

Thankyou for the quick response...

You mean in the custom screen flow logic, I need to refer to data-dictionary fields?

Can you please elaborate on this...........

Thank you,

Mili.

Read only

0 Likes
1,340

See The program logic for SAP Standard :

SAPMV45A

Screen Number : 4900 and it has Table control too.

Read only

0 Likes
1,340

Please anybody give me some info on how to make my custom screen available in BDC recording?

It is very urgent........

Thankyou,

Mili.

Read only

0 Likes
1,340

Please refer Fields as Datadictionary fields ,then you are all set.

create one screen which contains one field like MARA-MATNR,

now do the recording

Read only

Former Member
0 Likes
1,341

Milic

Go to SM35, single click on ur bdc. Click 'Goto' then recording. Double click your recording. You can then edit the screens and fields to be manipulated and plugged.

Warren

Read only

Former Member
0 Likes
1,340

Hi Mili,

Your requirement is two fold.

one, to develop custom screen for Customer Creation /change/display transaction.

Check this link for this part:

Once you are done with this part, then you can record the transaction using SHDB transaction and then generate a program out of the recording.

Regards,

Ravi