thitima's blog
Create Dynamic Select in ABAP/4
How to get status by ABAP
- Add new comment
- Read more
- 3769 reads

How to change user status by ABAP
- Add new comment
- Read more
- 4094 reads

How to retreive data from transaction STAT
The STAT transaction is transaction for analyze the statistics by users or programs. These data is kept in the server as file. If we want to retreive these data, we should apply function 'SAPWL_STATREC_READ_FILE'. this function will return the raw data. you can take these data to analyze or verify depend on your requirement.
Example
- Add new comment
- Read more
- 2684 reads

How to apply BAPI_GOODSMVT_CREATE by PHP
If we want to create material document in SAP R/3 from external system, we can apply BAPI function BAPI_GOODSMVT_CREATE for this action. After we already call this function, we shoud call function BAPI_TRANSACTION_COMMIT or BAPI_TRANSACTION_ROLLBACK to commit or rollback our processes. In the example , i will create issue material doc
How to create queries for ABAP/4 query
Step for create queries is a necessary process for create ABAP/4 query.
- Go to transaction SQ01

- Input query name that want to create and click
.
- Select infoSet that you want to create ABAP/4 query.

- Add new comment
- Read more
- 5161 reads

Recent comments
3 years 15 weeks ago
3 years 20 weeks ago
3 years 21 weeks ago
3 years 21 weeks ago
3 years 22 weeks ago
3 years 24 weeks ago
3 years 24 weeks ago
3 years 24 weeks ago
3 years 24 weeks ago
3 years 25 weeks ago