Hello Folks,I am facing an issue due to which I need to make an improvisation on the below SELECT statement:
SELECT objectclas objectid changenr tabname tabkey
fname chngind value_new value_old
FROM cdpos INTO TABLE lt_cha...
Hello Folks,
We are using the following statement
OPEN DATASET l_file
FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
As per SAP F1 help the if the file does not exist it'll create one, This is happening intermittently sometimes a retry will sol...
Hello Folks,
There is a requirement received to update lock relevant fields in Material master through ABAP report.
The fields are kept lock relevant so that users are not allowed to manually change these fields.
Is there any way to achieve thi...
We are using a Custom program to update the document version from BOM Document in to the Material Document by using a common linkage document.
What we have observed is that this FM: BAPI_MATERIAL_SAVEDATA is not updating the field ZEIVR (Document v...
We have a requirement wherein we need to log the Workflow at runtime with all possible messages and node numbers (steps) which will be mailed to respective users making it easier to diagnose in case its stuck or failed. I am trying to find a way to g...
thorstenhoefer lt_chglog_rules gets filed from rules defined in BRF+.We are coming up with something like below to solve the dump issue.LOOP AT lt_changenr INTO lwa_changenr.
LOOP AT lt_chglog_rules INTO lwa_chglog_rules.
MOVE-CORRESPONDIN...
thorstenhoefer frdric.girod The netweaver version for the system is 7.0.So I think the SELECT ...JOIN on internal table will not be supported.Do we have an alternative here?Thanks.
thorstenhoefer Thanks for your valuable suggestion.In my case th range table lt_r_changenr has close to 200,000 records which leads to the RSQL dump mentioned. Will this SELECT query suggested by you take care of the dump then?
frdric.girod The second option sounds better as we are trying to do minimal changes as this report runs as a job and has dependencies associated.Do we have any FM or method that can help to convert the ranges to minimize the size?