python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UPDATE only specific fields of database table from internal table
I need to update two fields called F1 and F2 within database table called ANLZ.
Table ANLA has a field called ACTIVE that states, whether the fields in ANLZ can be updated.
Key for connecting both tab...
smoothlikebutter
Votes: 0
Answers: 2
Converting TZNTSTMPL long timestamp to TZNTSTMPS short timestamp?
In my CDS view, I'm required to Convert the Long timestamp (TZNTSTMPL) field to the Short timestamp(TZNTSTMPS).
This conversion will help in Filtering the data using date and time.
If we have Milli/Na...
BalajiB
Votes: 0
Answers: 1
ST05 shows FLAG=N"X" in S/4HANA system. Why?
We are comparing performance between a classic R/3 and a S/4 system, and simple selects from standard function modules ( e.g. selecting records from an IDoc table ) look different in S/4.
The most int...
icbytes
Votes: 0
Answers: 1
Select from where in ( ) table?
I want a select with dynamic where conditions in ABAP Syntax.
An SQL Statement would look like this:
SELECT * FROM MCH1 WHERE MATNR IN (...) AND CHARG IN (...)
My approach was to add 2 structures ZMA...
user9597084
Votes: 0
Answers: 1