2008 Dec 04 3:46 AM
Hi guys,
I am doing call transaction for customer master upload.
when i run that program using 'A' (All screen Mode) is working fine.its creating customer number.
But i run the 'N' (No Screen mode) its wont create any customer number.
Please let me know guys.
Thanks
Adaikalaraj.
Hi guys,
I am doing call transaction for customer master upload.
when i run that program using 'A' (All screen Mode) is working fine.its creating customer number.
But i run the 'N' (No Screen mode) its wont create any customer number.
Please let me know guys.
Thanks
Adaikalaraj.
2008 Dec 04 4:17 AM
Hi
Check the return code after call transaction statement and if it is NE Zero then open a error session to capture all the error records. In this you can analyse the error records and correct the errors. Also capture the system message into a table of type BDCMSGCOLL while calling the call transaction statement.
Eg.
CALL TRANSACTION tcode USING bdctab MODE N MESSAGES INTO messtab.
Cheers,
Hakim
2008 Dec 04 5:31 AM
Hi,
When you use call trannsaction for mode 'A' due to manual intervention (pressing enter) some of the screen field values which are not acceptable also accepted with the warning message. But in No screen mode since there is no manual intervention it will stop in that point itself....Best way is in All screen mode keep looking at the status bar for all warning messages and fix it accordingly in data or configuration.
thanks,
Raghav
2008 Dec 04 6:05 AM
i hope u r doing some change in ALL screens mode. Dont do any changes while running in forground. Let it be run as usual. So that u can identify the error.
Regards,
Ajay
2008 Dec 04 7:45 AM
Hai....
The program is working fine with mode 'A' right.
Check While recording at last screen i.e pop-up-window " do you want to save?
probably you might be saved with NO option.
Check it once. if it is then change it to YES in the prg.
That may be the only problem.
Regards
Sekhar.C
Edited by: sekhar on Dec 4, 2008 8:45 AM
Edited by: sekhar on Dec 4, 2008 8:46 AM
2008 Dec 04 7:59 AM
Hi,
Check with the Recording process.. Sure their is a prob with recording .. do once again recording ..
Raghunath.S
2008 Dec 04 10:46 AM
hi,
Please check recording once.
When u r doing in A mode, there may be message,
No batch input screen for so and so filed in the screen <num>
In all screen mode it shows as WARNING message, an enter continues
where as in N mode, it stops the trasaction. Please check the same.
OR
After call trasaction
if sy-subrc <> 0
display error message from BDCMSGCLL using FM, *FORMATMESSAGE*_
Ram
2008 Dec 05 6:47 AM
Hi,
I got same problem and resolved my self.
The problem is with recording. while recording you will get some worning message right, there you will press enter enter 2 or more times but its comes to program in A mode you can see all these wornings you will press enters but in N mode you can't see these things you avoid getting worning while recording take proper data and do successfull record, you can achive.
2008 Dec 12 4:53 AM
Hi,
I got same problem and resolved my self.
The problem is with recording. while recording you will get some worning message right, there you will press enter enter 2 or more times but its comes to program in A mode you can see all these wornings you will press enters but in N mode you can't see these things you avoid getting worning while recording take proper data and do successfull record, you can achive.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |