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

Table maintenance generator

Former Member
0 Likes
831

Hi Experts

i have a requirement that there are three fields like customer no customer name and start date ,

now if i am giving customer name and date files automatically the customer number should come.

how to archive this, please suggest

Thanks & Regards

Surges

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
809

Hi,

In the Table maintenance screen, in the men bar (Environment -> Modification -> Events ), Create a Event 21 (For filling Hidden fields ). Give a proper FORM name and press Enter. Click on the code icon( last column) which will ask for the include name. Select a include and you can wirte the code for popuating the values based on your requirement )

6 REPLIES 6
Read only

Former Member
0 Likes
809

Hi Suribabu,

SAP will create Screens/Programs generate through Table Maintainance in Customer namespace ( Zxxxx ) .You can modify screens, PAI/PBO code generated in SE51.

Hope this helps.

Regards

Srikanth M

Read only

Former Member
0 Likes
810

Hi,

In the Table maintenance screen, in the men bar (Environment -> Modification -> Events ), Create a Event 21 (For filling Hidden fields ). Give a proper FORM name and press Enter. Click on the code icon( last column) which will ask for the include name. Select a include and you can wirte the code for popuating the values based on your requirement )

Read only

Former Member
0 Likes
809

Hi,

You will achieve this through Events in table maintainance only.

Create event (menu->Attribute->Modification->Events ) according to your requirement and write a code by creating a include program in that.

Please close this thread if it is answered to you.

Regards,

Ankur.

Read only

Former Member
0 Likes
809

Use event 26 or 01 of table maintenance gernerator for this.

Regards

Vinod

Read only

Former Member
0 Likes
809

Hi,

HI if u have created a maintenence generator , u ll have screen numbers on that, if u click on that , it will navigate to a window

where u can code, PAI and PBO , please add ur Zmodule in that and code accordingly.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
809

Hi,

Customer name and date.

On what basis you will fetch the customer no. I mean how is it related to customer no and what is the logic ?

Keshav