HELP_VALUES_GET_NO_DD_NAME 을 이용해서 SEARCH HELP를
띄웠는데요 수량타입이면 덤프 뜨구요.
그래서 C타입에 넣어주면 막 데이타가 엉켜서 나오고.
어떤 방법을 사용해서 해결할수 있는지?
휴~ 하루종일 이것땜에
부탁드립니다. 제발...
* e-abap님에 의해서 게시물 이동되었습니다 (2010-07-07 23:42)
댓글 2
-
진현태
2010.07.03 02:44
-
맑은하늘
2010.07.05 18:53
Function 모듈 HELP_VALUES_GET_NO_DD_NAME을(를) 폐기합니다 - 사용하지 마십시오
메시지 번호 FL138
Diagnosis
The developer or person responsible for a function group declared the function module to be obsolete.
System Response
Do not use the function module any longer. You can delete it in a later release.
Procedure
Read the short text or the module documentation for further information or contact the person responsible for the function group.
진현태님 말씀처럼 펑션을 바꿔보세요. ^^
CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
EXPORTING
RETFIELD = 'IDENT'
DYNPPROG = DYNAME
DYNPNR = DYNUM
DYNPROFIELD = 'DMC_FIELD-IDENT'
* window_title = text-apr
TABLES
VALUE_TAB = VALUE_TAB
FIELD_TAB = FIELD_TAB.
이 펑션으로 써보세요~