cancel
Showing results for 
Search instead for 
Did you mean: 

Can any one answer this Master Data Question?

Former Member
0 Kudos

With respect to configuring SAP to handle master data, i need one specific experience you had in which the standard SAP configuration would not satisfy the business requirement and instead you had to do some customization. What was the business problem you were trying to solve, what kind of customization was required, and how did you go about accomplishing it?

i need scenario and steps what was done..kindly help?

will award points

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Exactly the same issue we faced when we were upgrading one system frm 4.7 to ECC6.0. Clients wanted to delete the obsolute Customer , obsolute vendors and obsloute Materials and for determining which datas are obsolute he has given us certain conditions like, Custtomer should not have nay new order in lasr two years, no open invoice no open delievery etc. So we required one Z-program to identify obsilute customer.

Hope this will help.

Thanks,

Raja

Former Member
0 Kudos

hello Raja,

Thankx for giving me the scenario

Can u tell me steps taken to solve the same...plz make it as detailed as u can

Kindly reply me Raja

Regards

saprules.

Former Member
0 Kudos

Hi,

i am giving you example of Identifying obslute customer.

Step 1:

First we noted down the conditions on which the customner becomes obsolute.

Step 2;

FSD (Functional specification Document) With refernece to requirement document we make FSD. in which we have to do three things

Wt are inputs we need?

Wt logic we have to applly?

and Wt output we need?

\

So we indentify the fields and tables and noted down on fsd.

Step 3:

TSD ( Technical Specification Docuemtn) with reference to FSD we make TSD. in which your technical consultant will make the technical specs.

Dtep 4;

Start Coding in Develope ment server.

Then we do testing in Quality and finally tranbsfereed into the production

Hope this will help.

Reward Point if helpful.

thanks,

Raja

Former Member
0 Kudos

Hi Raja,

Cant thank you enough for your replies

Can you throw some light on:

Wt are inputs we need?

Wt logic we have to applly?

and Wt output we need?

I really appreciate your time and intrest

Regards,

saprules.

Former Member
0 Kudos

Hi,

For this particular program, we have taken Customer no. as in put i.e. customer number range. and Date.

The logic we applied is staring from todays date we check in VBAK table whether any record exist for that customer or not. If yes then that customer is active and if not then that customer is obsolute.

Output was the list of obsolute cutosmr.

Thanks,

Raja

Former Member
0 Kudos

Hi Raja,

Thank you so much

I have three more scenarios to prepare....Kindly see if you can help me with any of these:

With respect to configuring SAP to handle sales orders and billing, / pricing / Rebates tell us about one specific experience you had in which the standard SAP configuration would not satisfy the business requirement and instead you had to do some customization. What was the business problem you were trying to solve, what kind of customization was required, and how did you go about accomplishing it?

I fyou have answer for any of these it will be awesome.

Thank you raja

Regards,

saprules.

Former Member
0 Kudos

Hi,

I will tell you some scenarios in brief

For example for sales order and EDI Idoc processing.

When a change is made in the quantity of the sales order line item,an idoc should be trigerred .

So we can take help of an ABAPer for making the desired configuration

For Pricing. Some times it happenes like we need to develope some Z condition type because standard is not fullffilling the criteria.

we have done this for one of our client when he needded some service discount in waraanty period.

Thanks,

Raja