cancel
Showing results for 
Search instead for 
Did you mean: 

delimiting the record

Former Member
0 Kudos

Hi,

could you please help me with a code for delimiting the record in SAP, we are using a certain bapi for deleting or amending the back end record when user makes change in data at the UI

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I didn't get your requirement completely but if you want to delimit your string in webdynpro then you can use StringTokenizer class.

Regards,

Murtuza

Former Member
0 Kudos

my requirement is once user changes a data fiels at UI, i should change record at the back with say date changed or other field change,

Former Member
0 Kudos

Hi,

You need a BAPI to update the fields in backend. Call this BAPI upon a button click (eg. UPDATE) which would do the needful.

Regards,

Murtuza

Answers (0)