cancel
Showing results for 
Search instead for 
Did you mean: 

Mass change of Vendor Line Items Payment Terms

Former Member
0 Kudos

Hi all

We are trying to make a mass change of payment terms for vendor line items. We have implemented the change required as per SAP note 640908. However when we try to do this not all payment terms are changed.

The log gives us the following error - 'Field BSEG-ZTERM. does not exist in the screen SAPMF05L 1302'.

Please how can we solve this error.

Many thanks

PRG

Accepted Solutions (1)

Accepted Solutions (1)

sameer_gemini
Explorer
0 Kudos

This problem has a simple solution,, the code which is used for BSEG-ZTERM has to have fnam & fval , look for the similar code for other fields and match it with the field you have added.

(Provided If you have used this Note 640908 - Line item: Mass change of additional fields, as a reference.)

The problem will not come again.

Edited by: Sameer Gemini on Apr 29, 2010 7:19 AM

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear!

I would like add the new sap standard field BSEG-XREF1 (Reference key 1) to G/L account items fast entry (t-code O7E6).

Kinldy help to provide to some advice for this, Thanks.

irena

Edited by: Irena Seni269ar on Feb 18, 2011 8:28 AM

Former Member
0 Kudos

Deae Peter!

If you coour status from error 'Field BSEG-ZTERM. does not exist in the screen SAPMF05L 1302' to end??

I have a same situacin

Regars

Lili

gladys_xing
Active Contributor
0 Kudos

Hi,

According to note 640908:

" Notes on error handling:

If the mass change does not occur as required even though you

changed and activated all program parts, note that the error log

for the mass change (Environment -> Mass change -> Error log of

line item list) may contain useful information for error

handling."

" Note: SAP cannot guarantee that the modified mass change will work

correctly even if you carry out all of the steps as described in the

manual tasks."

It is not planned to enter the payment terms by using of

the field payment term ZTERM but by using of the fields ZBD1T/ZBD1P and

ZBD2T/ZBD2P and ZBD3T.

With Best Regards,

Gladys Xing

Renan_Correa
Active Contributor
0 Kudos

Hello,

These type of errors are common for programs processes in background or batch-inputs. It happens when the system generated a pop-up during these teype of processes or when you try to fill some field that does not exist in the selection screen.

Please, check your coding in order to find if one of the problems above occur.

Regards,

Renan