‎2010 Apr 04 8:16 AM
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
‎2010 Apr 04 1:31 PM
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 )
‎2010 Apr 04 8:49 AM
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
‎2010 Apr 04 1:31 PM
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 )
‎2010 Apr 04 1:46 PM
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.
‎2010 Apr 05 6:35 AM
Use event 26 or 01 of table maintenance gernerator for this.
Regards
Vinod
‎2010 Apr 05 1:02 PM
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.
‎2010 Apr 05 9:25 PM
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