04-4. Which of the following statements about functional methods are correct?(T/F)
-- Functional methods cannot have any EXPORTING or CHANGING parameters.
-- Functional methods have exactly one RETURNING parameter.
-- You can functional methods directly in a WRITE statement.
-- You can use functional methods directly in an arithmetic expression.
이건 답이 a,b,d 라고 적혀 있는데요 ...c 도 답이 되는건가여?
09-1. Which enhancements planned by SAP are maintained in transaction CMOD(SAP Enhancements)? (M) (SAP enhancement에 해당하는 것을 물음)
-- Table appends.
-- Menu exits.
-- Function module exit.
-- User exits.
-- Screen exits.
이건 답이 b, c, e 아닌가요?
-- Functional methods cannot have any EXPORTING or CHANGING parameters.
-- Functional methods have exactly one RETURNING parameter.
-- You can functional methods directly in a WRITE statement.
-- You can use functional methods directly in an arithmetic expression.
이건 답이 a,b,d 라고 적혀 있는데요 ...c 도 답이 되는건가여?
09-1. Which enhancements planned by SAP are maintained in transaction CMOD(SAP Enhancements)? (M) (SAP enhancement에 해당하는 것을 물음)
-- Table appends.
-- Menu exits.
-- Function module exit.
-- User exits.
-- Screen exits.
이건 답이 b, c, e 아닌가요?
음 어디까지나 개인적인 소견인데
functional method는 write에 직접 사용할수없고 table append 는 답에 해당되지 않습니다.