thitima's blog
Create Dynamic Select in ABAP/4
How to get status by ABAP
- Add new comment
- Read more
- 4103 reads
How to change user status by ABAP
- Add new comment
- Read more
- 4437 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
- 3000 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 by apply this function using PHP.
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
- 5563 reads
Recent comments
3 years 35 weeks ago
3 years 40 weeks ago
3 years 40 weeks ago
3 years 41 weeks ago
3 years 41 weeks ago
3 years 43 weeks ago
3 years 43 weeks ago
3 years 44 weeks ago
3 years 44 weeks ago
3 years 44 weeks ago