Application Development 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: 

Screen Exits to add custom fields for Transaction code F-47 & F-48 ??

Former Member
0 Kudos

Hi Experts,

I want to add One custom fields on 2nd screen of T code F-47 & F-48.

is there any Screen Exit or Enhancements .

Is there any different ways to get Only screen Enhancements.

Your suggestion are always welcome..

Regards

Vivek

1 ACCEPTED SOLUTION

gokul_radhakrishnan3
Active Participant
0 Kudos

I don't think you will find any screen exits for this.

May be you can achieve it through coding block enhancement (not exactly in the second screen though). Please check the following links.

http://www.sapfans.com/forums/viewtopic.php?f=13&t=155176&start=0&st=0&sk=t&sd=a

Transaction OXK3-> Menu account assignment field-> expert mode

Again go back to the same menu. you will see the sequence of processing. It including adding fields to includes CI_COBL/CI_COBL_BI & BSEG. Don't add it in BSEG through this method (OSS note 1451330) & do a append structure for BSEG with the same field. Hope this helps you to do further analysis.

Regards,

Gokul

2 REPLIES 2

gokul_radhakrishnan3
Active Participant
0 Kudos

I don't think you will find any screen exits for this.

May be you can achieve it through coding block enhancement (not exactly in the second screen though). Please check the following links.

http://www.sapfans.com/forums/viewtopic.php?f=13&t=155176&start=0&st=0&sk=t&sd=a

Transaction OXK3-> Menu account assignment field-> expert mode

Again go back to the same menu. you will see the sequence of processing. It including adding fields to includes CI_COBL/CI_COBL_BI & BSEG. Don't add it in BSEG through this method (OSS note 1451330) & do a append structure for BSEG with the same field. Hope this helps you to do further analysis.

Regards,

Gokul

0 Kudos

Thanks for ur suggestions.

Doing with OXK3.

Got access key..

Its Closed.

Regards

Vivek