cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

fb03 net maturity date

muhsin_sahin14
Explorer
0 Likes
590

Hello

How can I see the net due date field in the FB03 screen?

Can I add without writing code?

Or can you help me with the code and where and what kind of code should I add? 

I've come this far, can you please tell me step by step how to proceed?

muhsin_sahin_0-1716363339176.png

 

Accepted Solutions (0)

Answers (1)

Answers (1)

RaymondGiuseppi
Active Contributor
0 Likes

When a field, such as FAEDT, is not available in structure BSEG_ALV, you have to

  • Enhance the stucture (with an append structure)

If the field exists, but is not filled by standard code (not in BSEG, BSEGL)

  • find suitable Enh/BAdI/BF to fill the new field(s) (e.g. FORM derived_field, implicit enh pts)
muhsin_sahin14
Explorer
0 Likes
Which exit, running behind the standard display, can be used to add a new column to the ALV?
RaymondGiuseppi
Active Contributor
0 Likes
AFAIK no exit, no BAdI, Look for some implicit Enh point (in some called form)