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

Create New Entry Date

ratana_pouy
Participant
0 Likes
342

Dear Experts,

I am junior ABAP code and smartforms in SAP, i want to add new field for entry date of each delvery & invoice.

So, how do i do?

Could anyone recommand or give me any suggestion?

Thank,

Ratana

Moderator message : Search for available information, discussion  locked.

Message was edited by: Vinod Kumar

1 REPLY 1
Read only

Former Member
0 Likes
300

Hi Ratana,

check if new fields are already part of existing structures in form,

if yes, yust place them on layout.

if not

extend the form interface by the new fields you require to print.

place the new fields on exiting layout

regenerate the function module of smartform

see where this function module is called and add code to fill these new fileds in function module's interface (e.g. a select to read additional data)

if you can't chance code outsinde smartform, you may not extend the interface and define local "global data" per form and implement the SELECT inside the form itself (which is not the preffered way but it works)

Hope this helps you along ...

Regards,

Matthias