Application Development 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: 

BSP Table Update

Former Member
0 Kudos

Dear Friends

I am very new to BSP, i have developing a simple application with New, View, Edit & Delete buttons. these actions must work with ztable

by my self i have done view function

  1. after enter po number and click on the view button, relevant data come to screen

    1. New - Need to give data entering option in page and by save button, data must save in table

    2. Edit - when click on the edit button, relevant data need to come to page and also data entering option must be there, then click on the update button data must save

    3. Delete - Relevant data record in the ztable need to deleete.

so please give some simple sample, its very useful for me

are there any forums against BSP

Thanks in Advance

Nelson Rodrigo

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Nelson;

I made a step-by-step tutorial on creating, deleting and updating entries in a Z-table using BSP application; in case you got to update standard table or got to make entries for standard table or delete from standard table; you can better use BAPIs or its associated function modules.

But the steps shown in the tutorial remain the same;

saptechnical[.]com[/]Tutorials[/]BSP[/]DatabaseEntries[/]Modify[.]htm

Let me know if you have got any further issues.

Thanks,

Zahack

3 REPLIES 3

Sm1tje
Active Contributor
0 Kudos

There is loads and loads of info on BSP on SCN. All you have to do is search for it:

[BSP Forum|;

[BSP WiKi|https://wiki.sdn.sap.com/wiki/display/BSP]

and that's just the beginning. A lot of tutorials (Thomas Jung / Brian McKellar amongst others), etc. etc.

Former Member
0 Kudos

Hi Nelson;

I made a step-by-step tutorial on creating, deleting and updating entries in a Z-table using BSP application; in case you got to update standard table or got to make entries for standard table or delete from standard table; you can better use BAPIs or its associated function modules.

But the steps shown in the tutorial remain the same;

saptechnical[.]com[/]Tutorials[/]BSP[/]DatabaseEntries[/]Modify[.]htm

Let me know if you have got any further issues.

Thanks,

Zahack

0 Kudos

dear Zahack

Thanks for the post, its very good but bit difficult to understand,

according to my requirement

in initial screen i have one input box and Fore buttons (View, New, Edit,Delete)

i want to do the rest against input box value (PO Number)

so please let me know

how can i handle button events in event handler and layout

Thanks in Advance

Nelson Rodrigo