cancel
Showing results for 
Search instead for 
Did you mean: 

One time customer - Name and Email Field

Former Member
0 Kudos

Hi all,

I checked the forum and unable to find answer to my question.

My client creates sales inquires on regular basis for many customers (who are not regular).

So We have maintained One Time Customer Account Group for them.

But every time when the deatil screen of one time customer is poped up in VA11,

the name and Email of the last inquiry created is filled in by deafult for this

reason some time he same email address and name is saved for diffrent customer.

Is there any way to make the those field blank every time a new inquiry is created.

Thanks a lot in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

If the pop up is created by your abaper or by you, ask your abaper to make a program and use it to make those two field blank for that account group of One time customer.

Ask your Abaper to work on this

MODULE kunden_pruefen INPUT.

  • Check SC switch is on

IF CL_SD_SWITCH_CHECK=>SD_SFWS_UI3_O2C( ) EQ abap_true. - may be if you make this as a comment the pop Up wont come* replace current customer (sold-to-party) by customer form full text search

PERFORM cs_set_new_kuagv_kunnr.

ENDIF.

regards,

Sudhir

Edited by: Sudhir Nair(India) on Oct 17, 2011 4:39 PM

Lakshmipathi
Active Contributor
0 Kudos
Is there any way to make the those field blank every time a new inquiry is created

Dont maintain any value in those two fields in customer master.

G. Lakshmipathi