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

BDC recording

Former Member
0 Likes
598

Hai,

How can i make to display all screen fields when recording a transaction.

The problem i am facing is when i create recording for xd01 transaction, some additional fields are not comming in screen.But i need to add values into that field.

when we run the xd01 transaction, we need to click on a button to display those fields. But this button is not displaying in screen when i do recording.

pls help me.

it is an urgent work.

With regs

Thomas

Hai,

How can i make to display all screen fields when recording a transaction.

The problem i am facing is when i create recording for xd01 transaction, some additional fields are not comming in screen.But i need to add values into that field.

when we run the xd01 transaction, we need to click on a button to display those fields. But this button is not displaying in screen when i do recording.

pls help me.

it is an urgent work.

With regs

Thomas

4 REPLIES 4
Read only

Former Member
0 Likes
559

Hi,

BDC recording screens are often different from normal transaction screen..but definetly you would have those details in the screen..look for check boxes instead of buttons...n what button are u exactly refering in XD01..

santhosh

Read only

Former Member
0 Likes
559

Hi

Yes, sometimes we face this problem.Take the Technical properties of those fields like screen/subscreen no program, field name etc which are not appearing on screen and manually add them into the code in the right sequence.

Reward points if useful

Regards

Anji

Read only

former_member673464
Active Contributor
0 Likes
559

hii..

You will have different parameters displyed depending on the account group and customer .Those settings will be performed in spro transaction .In this transaction you can make changes to properties of the fields.

regards,

veeresh

Read only

Former Member
0 Likes
559

Hi Thomas,

If you are writing a BDC, i don;t think so that the fields will behave the same way as they look when you run the transaction alone. But if you want the values to be changed in any of the field which comes when you do the recording for the transaction then you can pass the internal tables value(which can have the same value as the previous one or different value) and then can save the screen field value. after than it will be reflected in the tables ... for the fields which you have changed,,,, please pass all the value to the screen fields for the screen for which you are doing recording ..otherwise blank record will be inserted if you don;t pas the values thru your internal table ... no matter you want to change the field value or not...you have to pass it which doing a BDC...

Regards,

Jayant Sahu