DBPNPCOM
SPAN {
font-family: "Courier New";
font-size: 10pt;
color: #000000;
background: #FFFFFF;
}
.L1S20 {
font-style: italic;
color: #7B7BC0;
}
.L1S31 {
font-style: italic;
color: #808080;
}
.L1S32 {
color: #3399FF;
}
.L1S33 {
color: #4DA619;
}
.L1S52 {
color: #0000FF;
}
DATA: pnp_sw_skip_pernr
VALUE 'Y'.
"GG46B * = 'N' => don't skip pernrs if the user has no authorithy for one or * more infotype-records DATA: pnp-sw-found,
"used by RP-READ-INFOTYPE and pnp-sy-tabix
LIKE sy-tabix.
".... RP-PROVIDE-FROM-LAST/FRST DATA: pnp-sw-auth-skipped-record.
"used by RP-READ-INFOTYPE DATA: pnp-sw-
group-
change VALUE 'N'.
"indicates group-change by 'Y' DATA: pnp-sw-ignorelockedrecords
VALUE 'Y'.
" if sw eq 'Y', locked records will be ignored DATA: pnp-sw-enqueuepernr
VALUE 'N'.
" if sw eq 'Y', PERNR-PERNR should be enqueued DATA: pnp_no_pcr_date_check
VALUE 'N'.
"XJFK000950 " if pcr dates are distributed (ALE) SAPDBPNP makes no check " dates are supported from the using program * Read Infotypes between PNPBEGDA and PNPENDDA DATA: pnp_read_infotypes_with_time
VALUE 'N'.
"GG45B * Parameters, die frueher im DBPNPSEL waren DATA: indexnam(
20), indexnm2(
20), indextyp(
01).
DATA: pnp_rep_spec_standard_frametxt(
20).
"YFGP30K013936 * extension for planning infotypes "YCL40C DATA: pnp_sel_plan_time.
DATA: pnp_sel_plan_empty_records.
DATA: pnp_max_partition_size
TYPE i VALUE 0.
DATA:
END OF COMMON PART.
"$DBPNPCOM