BC ABAP Programming PHẦN 8

điểm trung bình các thông số là giá trị mà hệ thống lưu trữ trong bộ nhớ, toàn cầu SAP userspecific. SAP bộ nhớ cho phép bạn vượt qua giá trị giữa các chương trình. Một người sử dụng có thể truy cập các giá trị được lưu trữ trong bộ nhớ SAP trong một thiết bị đầu cuối phiên cho tất cả các phiên song song. | BC - ABAP Programming HF SAP AG Filling an Initial Screen using SPA GPA Parameters Filling an Initial Screen using SPA GPA Parameters To fill the input fields of a called transaction with data from the calling program you can use the SPA GPA technique. SPA GPA parameters are values that the system stores in the global userspecific SAP memory. SAP memory allows you to pass values between programs. A user can access the values stored in the SAP memory during one terminal session for all parallel sessions. Each SPA GPA parameter is identified by a 20-character code. You can maintain them in the Repository Browser in the ABAP Workbench. The values in SPA GPA parameters are user-specific. ABAP programs can access the parameters using the SET PARAMETER and GET PARAMETER statements. To fill one use SET PARAMETER ID pid FIELD f . This statement saves the contents of field f under the ID pid in the SAP memory. The code pid can be up to 20 characters long. If there was already a value stored under pid this statement overwrites it. If the ID pid does not exist double-click pid in the ABAP Editor to create a new parameter object. To read an SPA GPA parameter use GET PARAMETER ID pid FIELD f . This statement fills the value stored under the ID pid into the variable f . If the system does not find a value for pid in the SAP memory it sets SY-SUBRC to 4 otherwise to 0. To fill the initial screen of a program using SPA GPA parameters you normally only need the SET PARAMETER statement. The relevant fields must each be linked to an SPA GPA parameter. On a selection screen you link fields to parameters using the MEMORY ID addition in the PARAMETERS or SELECT-OPTIONS statement. If you specify an SPA GPA parameter ID when you declare a parameter or selection option the corresponding input field is linked to that input field. On a screen you link fields to parameters in the Screen Painter. When you define the field attributes of an input field you can enter the name of an SPA GPA .

Không thể tạo bản xem trước, hãy bấm tải xuống
TÀI LIỆU MỚI ĐĂNG
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.