Hi, I just use NAST_PROTOCOL_UPDATE to output an message in processing of output type for me21n.but I can't see any info in processing log. it seems the calling of FM is successful.can anybody tell me why? thanks!
Hi, all,I'd like to read a file, but the source file maybe english/chinese/japanese,,, how can I get the codepage of the file so that I can do the correct converting.thank you!
I need to select data from table KOMU, including field wrbtr. in 'Currency/Quantity Fields' tab, it's defined to use bkpf-waers.but how can i find the corresponding record in bkpf? could anyone tell me the relation between these two table?or is there...
I have a currency field in ALV, and I set the currency key for this field, gr_fieldcat-cfieldname = 'WAERS'. gr_fieldcat-datatype = 'CURR'. gr_fieldcat-ctabname = 'ITAB_RESULT'.please see the following info:step 0, the original amount is 13.45step...
code:tables: cepc.selection-options: sele_prctr for cepc-prctr.because there is a value table defined in domain PRCTR, so I think I can only input the data that exists in table cepc.but now I can input anything into this field in selection screen.cou...
Very helpful blog, thank you!
one question: you mentioned 'An overview of released APIscan be found on the SAP API Hub in the category Developer Extensibility'. but I found 'Developer Extensibility' is located under 'SAP S/4HANA Cloud, Public Editio...
Hi Rads1234,yes, you can use BDC to implement it. besides, you can use BAPI_ALM_ORDER_MAINTAIN to do this, which is better than BDC from my point of view.