ABAP DUMP ERROR 24시

bit cockpit 과 abap system 연결하기(Terminal code + sicf) 본문

[SAP]ABAP/ABAP 강의 SYNC

bit cockpit 과 abap system 연결하기(Terminal code + sicf)

이운형 2022. 8. 26. 09:46
반응형

- Terminal Code

 

user: zse0711_real $ npm install -g yo 
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142

added 760 packages in 55s

58 packages are looking for funding
  run `npm fund` for details
npm notice 
npm notice New minor version of npm available! 8.5.5 -> 8.18.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.18.0
npm notice Run npm install -g npm@8.18.0 to update!
npm notice 
user: zse0711_real $ npx fiori add deploy-config
Adding deploy-config to the project.
info Add:Deploy-config Using: @sap/fiori:deploy-config
? Please choose the target ABAP
? Destination sync - http://210.16.199.141:8001
? Username:  kd-e-07
⠋ Password:  *******Correct credentials.
? Password:  *******
? SAPUI5 ABAP Repository ZSE0711_REAL
? Deployment Description test00
? Package $tmp
? Transport Request 

No change to package.json was detected. No package manager install will be executed.

added 6 packages in 3s

14 packages are looking for funding
  run `npm fund` for details
user: zse0711_real $ npm run deploy

 

username : ********

password : ********

 

 

Y

user: zse0711_real $ npm run deploy

Y

 

 

BSP Application 에서 위에서 만들었던 zse0711_real 을 입력한다.

 

tcode=> /nsicf

 

아래 zse0711_real 을 클릭한다.
결과창
deactive Service 클릭
yes

 

반응형

'[SAP]ABAP > ABAP 강의 SYNC' 카테고리의 다른 글

sap ui5 popup, FragMent  (0) 2022.08.23
web dynpro (update)  (0) 2022.08.16
abap screen.  (0) 2022.08.04
abap module에 변수를 선언하지 말것  (0) 2022.08.03
alv change( event )  (0) 2022.08.01
Comments