peter_peng
Advisor
Advisor
Member since ‎2005 Sep 07

User Statistics

  • 45 Posts
  • 3 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

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...