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

SHDB giving problems

Former Member
0 Likes
600

Hi All,

I have Appended the SAP Table KNA1 with 4 new fields and also added a Custom Screen(Tab) to the SAP Transaction XD01.The new screen works fine, the values in the new screen is also getting updated in the database.

My problem is when I doing a recording in SHDB transaction of XD01 transaction, I am not able to see my new screen which I had created.

Can someone please help me in this issue.

Thanks in advance.

Johann

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
519

Sometimes, SAP has built in screens which are to be thrown when doing records and the BDC instead of the normal one that you see when running the transaction online. This may be what you are seeing. Not sure how to get around it.

Regards,

RIch Heilman

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
519

I'll hate to tell you to do a direct db update for your custom fields immediatly following the BDC transaction. Again, not sure.

REgards,

RIch Heilman

Read only

Former Member
0 Likes
519

Hi,

Once you finish your BDC recording, go into your recording and manually insert the BDC sequence for populating field to your screen. Let's say when you execture the transaction you enter the data in screen1 then to your custom screen and then to screen. In BDC you have to add the BDC code sequesnce for your screen between screen1 and screen2 BDC sequence

For that you need to know the program name and scree number of your screen, ok code to get to your screen, name of the fields etc.

You can take a referece of any standard screen BDC sequence and write your custom screen BDC sequence accordingly.

Regards,

RS

Read only

Former Member
0 Likes
519

Hi All,

Can someone please help me with this.

THanks & Regards

Johann