2007 Apr 30 11:17 AM
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
2007 Apr 30 11:20 AM
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
2007 Apr 30 11:24 AM
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
2007 Apr 30 11:25 AM
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
2007 Apr 30 11:28 AM
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