'컴퓨터'에 해당되는 글 34건

  1. 2008.07.21 검사로트 상태 (system statuses for an inspection lot)
  2. 2008.07.07 SAP과 프린터 드라이버
  3. 2008.06.12 MM 자재 관련 프로세스 분석
  4. 2008.05.29 작성 프로그램 리스트
  5. 2008.04.18 공개 S/W 찾기
  6. 2008.04.14 프로그램 배포 관련 트랜젝션
  7. 2008.03.31 Screen Programming 절차
  8. 2008.03.11 ALV 구현 절차
  9. 2008.03.06 Remote Function Call을 엑셀에서 사용하는 글.
  10. 2008.03.03 SAP screen painter 문제 해결

검사로트 상태 (system statuses for an inspection lot)

|
QA32에서 검사로트를 확인하다 보면 그에 대한 여러가지 상태에 대해서 표시된다.
이러한 것들에 명확한 정의가 확실하지 않아서 이를 정리해본다.

Status  Meaning
CRTD     Created
REL      Released
ICNC     Inspection completion w/o confirmation
PREQ     Plan/specification required
PASG     Plan/specification assigned
CHCR     Characteristics must be created
LTIN     Long-term inspection
CCTD     Inspection characteristics created
CALC     Sample calculated
SKIP     Skip lot
PRSI     Sample drawing instruction printed
PRII     Inspection instruction printed
INSP     Inspection active
RREC     Results confirmed
LKD      Inspection lot locked
DEF      Defects were recorded
ICST     Short-term inspection completed
ICCO     Inspection close completed
UD       Usage decision made
SPRQ     Stock posting required
SPST     Stock posting started
SPCO     Stock posting completed
STUP     Statistics updated
QLCH     Quality level changed
QLUP     Quality level updated
IRCH     Quality info-record changed
IRUP     Quality info-record updated
MCAN     Lot marked for cancellation
LTCA     Lot cancelled
BREQ     Batch assignment required
BASG     Batch assigned
CTCM     Certificate confirmation missing
CROK     Certificate receipt confirmed
BRRQ     Batch record required
MSUB     Marked for subsystem
SUB      Lot transmitted to subsystem
CLQM     Classification transferred (short-term inspection characteristics)
CLAS     Transfer completed to classification (short-term and long-term charac.)
APG      Approval granted
APGS     Single approval granted
APNG     Approval not granted
APIP     Based on approved inspection plan
LOLK     Lot locked for batch record
RO       Repairs processing
ARBL     Lot blocked for archiving
ARCH     Lot archived
RE03     Lot detail data deleted
RE02     Lot sample data deleted
RE01     Characteristics and operations deleted

And

SAP과 프린터 드라이버

|
SAP 쪽에서 이미지를 출력하는 것이 있었다. 이미지는 정상적으로 출력되지 않고 뒤집어져서(?) 출력되었다.

찾아보니 프린터 드라이버와 관련된 문제라고 나왔다.

HP의 드라이버의 종류에는 PS와 PCL가 있는데, 이는 HP 프린터에 접근하는 방식의 차이였다.

R/3의 경우는 PS방식을 이용해서 프린터에 접근하는 것이고, PCL 방식으로 드라이버를 설치하면 이미지가 반전되는 것을 볼 수 있다.


SAP이 다른 프로그램과의 연동을 종속적으로 만들어져있는 경우가 많은데 이에 대한 정리가 필요할 듯하다.

SAPGUI와 익스플로러의 관계, 워드나 엑셀로 다운할때의 방식, 프린터와의 관계등에서 문제점들이 있는데 이를 확인하고 정리해보자

덧붙임. 이와 관련된 포스팅을 참고하도록 하자
And

MM 자재 관련 프로세스 분석

|

목표 : MM 자재 관련 프로세스를 파악하자


1. ckm3 가격 계산 방법

2. mm01 자재등록

3. me11 정보레코드 등록

4. me51n 구매계획 등록

5. me21n 구매오더 등록

6. migo 입고

7. miro 송장입력

And

작성 프로그램 리스트

|

1. ZCATCLO5 결산진행레포트                                   2008.04.14
2. ZFIB0404 사용자 정보 update                               2008.04.21
3. ZMMFL132 연도별 출고누계 REPORT                           2008.04.24
4. ZFIB0404 사용자 정보 update 수정                          2008.05.09
5. ZFIB0404 사용자 정보 update 수정                          2008.05.26
6. ZFIB0405 사용자계정 이력조회 프로그램                     2008.05.28

And

공개 S/W 찾기

|
회사에서 라이센스 문제때문에 프로그램을 사용하지 못할 때가 있다. 이럴때 검색하면 도움이 될만한 사이트.

http://www.osalt.com/

오피스를 쓰면서 가장 좋았던 프로그램인 비지오를 사용하고 싶었지만, 회사에서는 그럴 수 없기때문에 검색을 해서 dia라는 프로그램을 설치했다.

아쉬운 점은 있지만 그래도 프리웨어라는 점이 마음에 든다.

조만간 사용하고 있는 프로그램 리스트와 프리웨어에 대한 점을 정리해야겠다.
And

프로그램 배포 관련 트랜젝션

|
---------------------------------------
DEV서버에서 SE09로 PRD서버로 넘김
PRD서버에서 STMS로 활성화 시킴
---------------------------------------

-> 이 순서를 잊지 말 것

---------------------------------------
DEV서버에서 PFCG에서 menu에 추가, authorizations에 추가
DEV서버에서 SE09로 PRD서버로 넘김
---------------------------------------
And

Screen Programming 절차

|
1. Program 생성
2. Screen 생성 및 Screen 속성 정의
3. Layout Designer 에서 Element List를 선택하여 화면 Layout 작업 및 해당 Element의 속성 부여 및 OK_CODE todtjd
4. GUI Status 및 GUI Title 생성
5. Flow Logic 에서 PBO, PAI, POH, POV 등에 관련된 Module Pool 사용
And

ALV 구현 절차

|
1.Type-1 Program 생성
  Write를 제외(즉, Display 구문을 제외)하고 검색 조건과 Data Loading 부분을 작성한다.

2.Field-Category 생성
   -Structure를 이용할 경우
   Result Set에 해당하는 구조체를 부여한다. Structure가 확정되어 있는 경우에는 SAP Standrd function인 REUSE_ALV_FIELDCATALOG_MERGE 또는 LVC_FIELDCAALOG_MERGE를 call한다.
  - Structure를 이용하지 않을 경우
  Display할 Field의 Layout을 결정한다.
    
3.TOP-OF-PAGE Event와 Report Title에 해당하는 내용 기술
  TOP-OF-PAGE나 Title은 해당 Report의 특성을 반영한다.

4.'REUSE_ALV_GRID_DISPLAY'나 'REUSE_ALV_LIST_DISPLAY' Function Module을 Call 하여 Result Set에 해당하는 데이터를 Display

5.USER COMMAND에 해당하는 후속 Action을 기술(만일, 추가 Command가 있다면)

And

Remote Function Call을 엑셀에서 사용하는 글.

|
And

SAP screen painter 문제 해결

|

구글링을 통해서 찾은 내용. 나도 최신 패치를 하고 실행파일을 복사해서 붙여넣는 것으로 해결 했음

패치는 SAP의 FTP 서버를 이용해서 최신 버전으로 올려 놓자. 주소는 아래와 같다

ftp://ftp.sap.com/pub/sapgui/win/640/patches/


--------------------------------------------------------------------------------

bduhaish:
FYI,
I solved the problem by installing Patch level 22.
Before it was Patch level 18.

Some Instructions for those who are installing MiniSAP Trail version 2004s
1- After Installing don't forget to register for a license key from http://www.sap.com/platform/netweaver/minisap.epx
2- Install latest patches for SAP GUI.
3- Change the transports for the client 000 to automatic recording from the Transaction Code "SCC4" because it is checked by default to no change allowed.
4- check if these files gneux.exe, eumfcdll.dll, gnetx.exe are exist in the Program Files\SAP\FrontEnd\SAPgui      ---- after installing the SAP GUI.
5- For best performance and loading faster screens go to TC-SGEN and run the job.

Thanks

And
prev | 1 | 2 | 3 | 4 | next