hai iam working in sap sd module for one year and working
in lumax ind ltd in desp department but my problem is i
have done m.b.a in hr/marketing and working sap sd there is
any combination it. can you give right solution of my
problem. and what can i do?
Answer / Ritu Jain
Combining an MBA in HR/Marketing with a role in the SAP SD (Sales and Distribution) module can be beneficial as both areas deal with business processes, but it requires adapting to new technical skills and industry-specific knowledge. Here are some steps you can take to make the most of your situation:nn1. Learn more about SAP SD: Familiarize yourself with the specific modules, functionalities, and best practices in SAP SD.n2. Leverage HR/Marketing skills: Apply your knowledge of HR and marketing principles to improve business processes, user adoption, and overall system efficiency in the SAP SD module.n3. Seek training and certifications: Consider pursuing SAP-specific training programs and certifications to enhance your technical expertise.n4. Networking: Connect with other professionals working in similar roles to learn from their experiences and gather advice.n5. Explore new opportunities: Look for job openings that allow you to combine your MBA and SAP SD skills, such as roles focused on business process optimization or project management.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the scope of global variable in c?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What standard functions are available to manipulate strings?
What are the types of c language?
how would a 4*3 array A[4][3] stored in Row Major Order?
cavium networks written test pattern ..
what is real time system?what is the differance between hard and soft real time systems
What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }
Explain what are the standard predefined macros?
Explain what are the advantages and disadvantages of a heap?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.