cancel
Showing results for 
Search instead for 
Did you mean: 

Payment Term not appearing in GGB0

Former Member
0 Kudos

Hi All,

we have the requirement if we post Credit memo in MIRO screen Payment term should be "00". Currently system is pulling what Payment term was there in Purchase order.

  So I am trying to create validation in GGB0 if Document type is xx take the Payment term "00" but this Payment term is not available. Pl suggest how to make this available in GGB0 Tcode.

Regards,

Spandana.

Accepted Solutions (0)

Answers (2)

Answers (2)

ajaycwa1981
Active Contributor
0 Kudos

Hi

Why you require a substitution for that??

In vendor master there is field called "Credit memo terms of payment"... May be your screen layout has suppressed it as of now

This field is exactly meant for your purpose...

br, Ajay M

Former Member
0 Kudos

Hi Ajay,

Thanks for your quick response. I have changed the screen layout and entered creditmemo payment terms in Vendor master and now i am trying to post credit memo in MIRO but still its taking Purchase order Payment term only not one which i have given in vendor master.

Pl suggest how to proceed.

Thanks & Regards,

Spandana.

ajaycwa1981
Active Contributor
0 Kudos

Hi

Strange!! I have used it in the past and it worked...

If its not, you can catch hold of SAP for sure.. Raise an OSS msg

SAP Help for this field says:

Payment Terms Key for Credit Memos

You use this key to define terms of payment that include cash discount percentages and payment dates. The key can be defaulted when posting credit memos.

Use

To have the system default terms of payment for credit memos, you have to make an appropriate entry here. Credit memos in this context can be credit items posted to a customer account or debit items posted to a vendor account.

br, Ajay M

Former Member
0 Kudos

Hi Ajay,

  I have raised this issue to OSS but they replied " if you are entering the credit memo with reference to Purchase order the credit memo payment terms from Vendor master will not copied. it will take only the terms which assigned in Purchase order only.

  Could you pl guide me what i need to do to appear this payment terms into GGB1 Substitutions or suggest if any other solution is there.

Thanks & Regards,

Spandana.

madhusoodanan_ramachandra
Active Contributor
0 Kudos

Hi Spandana,

Always transaction level payment term gains precedence over master level payment terms.

I guess, you are not getting this field while creating a substitution.  It is because, GB01-BEXCLUDE is "X".  If you want this field to be make available modify this field to blank.

Refer OSS note 20637 for more details.

Best Regards,

Madhu

Former Member
0 Kudos

hi,

SAP clearly stats

Procedure

Data can be entered in the field for the terms of payment key in various ways as you enter a business transaction:

  • In most business transactions, the system defaults the key specified in the master record of the customer/vendor in question.
  • In some transactions (for example, credit memos), however, the system does not default the key from the master record. Despite this, you can use the key from the customer/vendor master record by entering "*" in the field.
  • Regardless of whether or not a key is defaulted from the master record, you can manually enter a key during document entry at:
  • item level in sales orders
  • header level in purchase orders and invoices

Hope that helps u

Regards,
Atul

ajaycwa1981
Active Contributor
0 Kudos

Hi

You can use BADI MRM_PAYMENT_TERMS

Or Remove the X for the field ZTERM in GB01 Table for the Field EXCLUDE

br, Ajay M

Former Member
0 Kudos

Hi Experts,

Thanks for all of your valuable suggestions.

  I have renmoved that 'X' for the field ZTERM in table GB01. Payment terms got activated in table BSEG. Now I am facing the one more problem "both invoice and credit memo taking the same doc type-RE in MIRO screen". 

    Could you pl guide me how to make Credit memo default to doc type KG. I tried in OMR4 but not working.

Pl help me on this.

Regards,

Spandana.

narasimhulu_konnipati
Active Contributor
0 Kudos

Have you tried assigning the doc type KG in OMR4 - DocType invoice reduction field.

OMR4 - Doc. types in invoice verification

MIRO - DocType invoice reduction field.

You can also specify the doc.type in MIRO in details tab.

Thanks

Former Member
0 Kudos

Hi,

  Thanks for your response. I tried this way but no use.Still its taking doc type 'RE' only. Pl suggest what I need do to.

Thanks & Regards,

Spandana.

madhusoodanan_ramachandra
Active Contributor
0 Kudos

Hi Spandana,

If you use MIRO to post credit memo, it will take RE document type only.

The document type KG is usually determined while posting credit memo through FB65 and other Credit Memo related FI transaction codes.  This setting is maintained in OBU1.

Best Regards,

Madhu

former_member184065
Active Contributor
0 Kudos

Document type can be changed manually in MIRO.

Thanks

Former Member
0 Kudos

Hi Madhu,

  Thanks for your comments but how to fulfil my client requirement they want Payment term "0" when they posted credit memo in MIRO screen.

    If I make a substitution "if doc type is 'RE' substitute with Payt term '0' " then both invoice and credit memo take Payment term "0" only.

  How to resolve this pl suggest.

Regards,

Spandana

Former Member
0 Kudos

Hi Narendra,

 

  Thanks for your quick response but my client dont want to change it manually. is there any other way to resolve this.

Regards,

Spandana

madhusoodanan_ramachandra
Active Contributor
0 Kudos

Hi Spandana,

Try below mentioned substitution at Financial Accounting -> Line item level

Pre-requisite

SYST-TCODE = 'MIRO' and BSEG-BSCHL = '21' (Credit memo posting key)

ZTERM = (Required payment term)

Best Regards,

Madhu

Former Member
0 Kudos

Hi Madhu,

I have tried in this way but its not working. still its taking POs Payt terms only. As you said i have done substitution like

Pre-requisite

Tcode is MIRO and Posting key is 21

Substitution

Payt term "00".

Activated this in OBBH.

Pl help me where i am missing....

Regards,

Spandana.

madhusoodanan_ramachandra
Active Contributor
0 Kudos

Hi Spandana,

Please send me the screen shot of substitution screen (GGB1).

Best Regards,

Madhu

Former Member
0 Kudos

Hi Madhu,

PFA doc for Pterm substitution.

Regards,

Spandana

madhusoodanan_ramachandra
Active Contributor
0 Kudos

Hi Spandana,

This looks ok. 

Please attach the screenshot of OBBH.  I want to see whether this has been activated properly.

Best Regards,

Madhu

Former Member
0 Kudos

Hi Madhu,

PFA screenshot of OBBH.

Regards,
Spandana

sanilbhandari
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

You can use Badi MRM_HEADER_DEFAULT which should allow you to change the document type. You should change the same based on Transaction identifier 1- Invoice , 2- Credit Memo, 3 - Subsequent Debit & 4 - Subsequent Credit.

Thereafter you can trigger the validation based on Document type.

regards


Sanil Bhandari

madhusoodanan_ramachandra
Active Contributor
0 Kudos

Hi Spandana,

This also looks good. I recommended this solution after checking in my system.

Now you need to really test in your system by activating the trace.  To do this, go to GGB1 change to display mode, Extras->Expert Trace->set break-point.  You can try posting a transaction and the ABAP debug screen will open up  in respective step.  You can check whether the condition is correct or it is substituting.  If needed, seek help of an ABAPer.

Best Regards,

Madhu

Former Member
0 Kudos

Hi All,

This issue got resovled. My developer has done one enhancement and its working good now.

Regards,

Spandana.

Former Member
0 Kudos

Hi Spandana

Can you suggest the user exit/BADI that was applied here....

Former Member
0 Kudos

Hi Spandana,

Can you please let me know how you guys able to fix this issue of Payment terms in credit memo?  The substitution rule is not working.  You mentioned about enhancement.  Can you share details on it please?

thank you

Sudhakar

waman_shirwaicar
Active Contributor
0 Kudos

Hi,

   Please refer note

322430   MIRO: Proposal logic for terms of payment

regards

Waman