文章分类 -  AbAP SAP

摘要:ABAP cheat sheets . https://github.com/SAP-samples/abap-cheat-sheets Concatenating Strings "&& and string template DATA(s1) = `AB` && `AP`. "ABAP DATA 阅读全文
posted @ 2023-05-19 20:46 donkey8 阅读(29) 评论(0) 推荐(0)
摘要:*& * *& Report zabap07 *& * *& *& * REPORT zabap07. types : begin of ty_main. include structure sflight . types : carrname like scarr-carrname, countr 阅读全文
posted @ 2023-05-17 20:26 donkey8 阅读(51) 评论(0) 推荐(0)
摘要:*& * *& Report zabap10 parameter *& * *& *& * REPORT zabap10. data: result type i, oprt(1) type c. selection-screen begin of block b1 with frame title 阅读全文
posted @ 2023-05-17 20:25 donkey8 阅读(41) 评论(0) 推荐(0)