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

problem in SAP standard code modification for FB03

Former Member
0 Likes
687

Hi Experts,

I am adding 4custom fields in FB03 tcode by doing a SAP standard code modification in SE51.

The program name is SAPMF05L and screen no. is 302(In some SAP verion, it is 304). This is the screen for document line item of an invoice.

My problem is:

When I add the fields in the screen, in which module will I put logic in the PBO and PAI as I am unable to figure out the German comments and the program structuring.

Also, if anybody can tell me what to write as I am little bit confused about the logic of populating my fields with the values.

FB03 is a display transaction so I have to keep my custom screen fields disabled.

Regards,

Sangeeta.

1 ACCEPTED SOLUTION
Read only

jagesh_lakdawala
Active Participant
0 Likes
538

Hi Sangeeta,

For enhancing the screen of this Tcode, first of all search is there any Screen enhancement is provided by SAP or not and in case if it is provided then use that only.

Regards

Jagesh Lakdawala

2 REPLIES 2
Read only

jagesh_lakdawala
Active Participant
0 Likes
539

Hi Sangeeta,

For enhancing the screen of this Tcode, first of all search is there any Screen enhancement is provided by SAP or not and in case if it is provided then use that only.

Regards

Jagesh Lakdawala

Read only

Former Member
0 Likes
538

solved myself