SAP MM 供应商无英文名称,ME21N里却带出了英文名字? 近日收到客户业务用户上报的一个问题说ME21N的时候,供应商101071的名字怎么是英文名字,实际上供应商主数据里是没有这个英文名字, 事务代码BP去显示该供应商主数据, 看其国际版本, 也没有维护任何英文名称.那这个英文名称来自何处? 很奇怪,我和同事一起反复找了供应商主数据,没有发现哪里维护了该英文名称.后来没办法,找了ABAP顾问调试ME21N,看到底抓取了那里的数据,结果发现程序抓取到了该供应商的地址数据(ADRC表)里,有
题目链接:http://acm.split.hdu.edu.cn/showproblem.php?pid=2444 Time Limit: 5000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Problem Description There are a group of students. Some of them may know each other, while others don't. For ex
~~~ include<stdio.h> include<stdlib.h> int main() { FILE*fp; int i=0,max=0,j=0,maxb=0; int b[10]; if((fp=fopen("D:\jiajia.txt","r+"))==NULL) { printf("File open error!\n"); exit(0); } for (i=0;i<10;i++) { fscan