cancel
Showing results for 
Search instead for 
Did you mean: 

business place

Former Member
0 Kudos

HI, Gurus,

Goodmorning.

my issue is how to create business place / section code required field becz without that field challans (for TDS) wont update.

pls suggest me the path also (configuration) for keeping business place required

Urgent..

please

Thanks & Regards,

Satish Kumar.

Accepted Solutions (1)

Accepted Solutions (1)

saikrishna_vallurupalli
Active Contributor
0 Kudos

For your issue best solution is validations.

you can write the validation for business place you have to give transaction code wise/vendor wise/posting key wise/document type wise

business place/section code is mandatory for TDS entries.

write the following validation, It will cover all types of transactions to vendors, It may serve your purpose.

Go to GGB0 create validation.

Prerequisite:

SYST-TCODE = 'FB60' AND BSEG-KOART = 'K' OR

SYST-TCODE = 'MIRO' AND BSEG-KOART = 'K' OR

SYST-TCODE = 'FB65' AND BSEG-KOART = 'K' OR

BSEG-BSCHL = '29' AND BSEG-UMSKZ = 'A' AND

BSEG-KOART = 'K'

Check:

BSEG-BUPLA = give your business are

Message: create message class as per your requirement and assign the message.

Activate the validation to your company code through OB28

take the abaper help for creation of message class.

if you want further assistance on validation pl see my wiki page.

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erpfi/validations

Let me know any further quires.

Assign points.

Former Member
0 Kudos

hi,

Sai Krishna Vallurupalli

can u tell me pls how to create validation for business place as mandatory u already sent that one but i dint got that one..

i dont know i require steps pls..

if possible send me screen shots..

Thanks & Regards,

Satish Kumar.M

saikrishna_vallurupalli
Active Contributor
0 Kudos

please follow my wiki page

Former Member
0 Kudos

Hi,

sai krishna garu.

I am satisfied by ur suggestion we had implemented now it is working..

Thanks & Regards,

satishkumar.m

Answers (5)

Answers (5)

Former Member
0 Kudos

dear

you need to write a validation for this requirement. Feild status groups doesnot have any feild as Business place.

In pre requisites, give t codes where all you need to validate and in check, gibe business place <>""

then give some message like "business place is mandatory"

use t code OB28.

reward if useful.

sarma

durgasankar_innamuri
Active Contributor
0 Kudos

Hello,

in my company also i created this business place as mandatory in field status groups, posting keys level.

After that we create a substitution when the user specify the business area automatically this business place will get substituted.

as per my opinion instead of making field mandatory create one substitution.

Regards,

Sankar

Former Member
0 Kudos

hi

use Tcode fb60 or MIRO than only u can give businessplace/section

Former Member
0 Kudos

Hi,

Para

Thanks 4 ur prompt reply.

my question is in tr code f-43 business place is their i want that business place to be put as mandatory field could u please give me suggestion how to put that field as required and compulsory.

with best regards,

satishkumar.m

Former Member
0 Kudos

Hi satish,

Make it compulsory in tcode obc4 and ob41 for your relevant field groups and posting keys.

Warm Regards

Former Member
0 Kudos

Hello Satish,

Yes, business place is reqd field for create remittance challans. The path is spro>fags>ewht>basic settings>india-->define business places

try this if u have any querry pl revert

Thanks

Para